@jayree/sfdx-plugin-manifest 5.0.75 → 5.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +359 -214
- package/oclif.lock +180 -111
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -1356,6 +1356,11 @@
|
|
|
1356
1356
|
resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-1.0.2.tgz#674a4c4d81ad460695cb2a1fc69d78cd187f337e"
|
|
1357
1357
|
integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==
|
|
1358
1358
|
|
|
1359
|
+
"@inquirer/ansi@^2.0.5":
|
|
1360
|
+
version "2.0.5"
|
|
1361
|
+
resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-2.0.5.tgz#7b7e121f6a0c40128711daf20325e6ff2cdff8b7"
|
|
1362
|
+
integrity sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==
|
|
1363
|
+
|
|
1359
1364
|
"@inquirer/checkbox@^4.3.2":
|
|
1360
1365
|
version "4.3.2"
|
|
1361
1366
|
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz#e1483e6519d6ffef97281a54d2a5baa0d81b3f3b"
|
|
@@ -1367,7 +1372,7 @@
|
|
|
1367
1372
|
"@inquirer/type" "^3.0.10"
|
|
1368
1373
|
yoctocolors-cjs "^2.1.3"
|
|
1369
1374
|
|
|
1370
|
-
"@inquirer/confirm@^3.1.22"
|
|
1375
|
+
"@inquirer/confirm@^3.1.22":
|
|
1371
1376
|
version "3.2.0"
|
|
1372
1377
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.2.0.tgz#6af1284670ea7c7d95e3f1253684cfbd7228ad6a"
|
|
1373
1378
|
integrity sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==
|
|
@@ -1383,6 +1388,14 @@
|
|
|
1383
1388
|
"@inquirer/core" "^10.3.2"
|
|
1384
1389
|
"@inquirer/type" "^3.0.10"
|
|
1385
1390
|
|
|
1391
|
+
"@inquirer/confirm@^6.0.12":
|
|
1392
|
+
version "6.0.12"
|
|
1393
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-6.0.12.tgz#7a317aec813214cec2f5339b9fa0926c20bf0dbe"
|
|
1394
|
+
integrity sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==
|
|
1395
|
+
dependencies:
|
|
1396
|
+
"@inquirer/core" "^11.1.9"
|
|
1397
|
+
"@inquirer/type" "^4.0.5"
|
|
1398
|
+
|
|
1386
1399
|
"@inquirer/core@^10.3.2":
|
|
1387
1400
|
version "10.3.2"
|
|
1388
1401
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.3.2.tgz#535979ff3ff4fe1e7cc4f83e2320504c743b7e20"
|
|
@@ -1397,6 +1410,19 @@
|
|
|
1397
1410
|
wrap-ansi "^6.2.0"
|
|
1398
1411
|
yoctocolors-cjs "^2.1.3"
|
|
1399
1412
|
|
|
1413
|
+
"@inquirer/core@^11.1.9":
|
|
1414
|
+
version "11.1.9"
|
|
1415
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.9.tgz#97f099f5217f50f168c12db00ac07f51ab550fbb"
|
|
1416
|
+
integrity sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==
|
|
1417
|
+
dependencies:
|
|
1418
|
+
"@inquirer/ansi" "^2.0.5"
|
|
1419
|
+
"@inquirer/figures" "^2.0.5"
|
|
1420
|
+
"@inquirer/type" "^4.0.5"
|
|
1421
|
+
cli-width "^4.1.0"
|
|
1422
|
+
fast-wrap-ansi "^0.2.0"
|
|
1423
|
+
mute-stream "^3.0.0"
|
|
1424
|
+
signal-exit "^4.1.0"
|
|
1425
|
+
|
|
1400
1426
|
"@inquirer/core@^9.1.0":
|
|
1401
1427
|
version "9.2.1"
|
|
1402
1428
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.2.1.tgz#677c49dee399c9063f31e0c93f0f37bddc67add1"
|
|
@@ -1446,6 +1472,11 @@
|
|
|
1446
1472
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.15.tgz#dbb49ed80df11df74268023b496ac5d9acd22b3a"
|
|
1447
1473
|
integrity sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==
|
|
1448
1474
|
|
|
1475
|
+
"@inquirer/figures@^2.0.5":
|
|
1476
|
+
version "2.0.5"
|
|
1477
|
+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-2.0.5.tgz#d12f4889ac6ea7731ebc52bd9c066ca51d8fdee7"
|
|
1478
|
+
integrity sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==
|
|
1479
|
+
|
|
1449
1480
|
"@inquirer/input@^2.2.4":
|
|
1450
1481
|
version "2.3.0"
|
|
1451
1482
|
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.3.0.tgz#9b99022f53780fecc842908f3f319b52a5a16865"
|
|
@@ -1470,15 +1501,6 @@
|
|
|
1470
1501
|
"@inquirer/core" "^10.3.2"
|
|
1471
1502
|
"@inquirer/type" "^3.0.10"
|
|
1472
1503
|
|
|
1473
|
-
"@inquirer/password@^2.2.0":
|
|
1474
|
-
version "2.2.0"
|
|
1475
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.2.0.tgz#0b6f26336c259c8a9e5f5a3f2e1a761564f764ba"
|
|
1476
|
-
integrity sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==
|
|
1477
|
-
dependencies:
|
|
1478
|
-
"@inquirer/core" "^9.1.0"
|
|
1479
|
-
"@inquirer/type" "^1.5.3"
|
|
1480
|
-
ansi-escapes "^4.3.2"
|
|
1481
|
-
|
|
1482
1504
|
"@inquirer/password@^4.0.23":
|
|
1483
1505
|
version "4.0.23"
|
|
1484
1506
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.23.tgz#b9f5187c8c92fd7aa9eceb9d8f2ead0d7e7b000d"
|
|
@@ -1488,6 +1510,15 @@
|
|
|
1488
1510
|
"@inquirer/core" "^10.3.2"
|
|
1489
1511
|
"@inquirer/type" "^3.0.10"
|
|
1490
1512
|
|
|
1513
|
+
"@inquirer/password@^5.0.12":
|
|
1514
|
+
version "5.0.12"
|
|
1515
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-5.0.12.tgz#c1dcf197258a8cfba800325b78287fa55a5a3ef8"
|
|
1516
|
+
integrity sha512-CBh7YHju623lxJRcAOo498ZUwIuMy63bqW/vVq0tQAZVv+lkWlHkP9ealYE1utWSisEShY5VMdzIXRmyEODzcQ==
|
|
1517
|
+
dependencies:
|
|
1518
|
+
"@inquirer/ansi" "^2.0.5"
|
|
1519
|
+
"@inquirer/core" "^11.1.9"
|
|
1520
|
+
"@inquirer/type" "^4.0.5"
|
|
1521
|
+
|
|
1491
1522
|
"@inquirer/prompts@^7.10.1":
|
|
1492
1523
|
version "7.10.1"
|
|
1493
1524
|
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.10.1.tgz#e1436c0484cf04c22548c74e2cd239e989d5f847"
|
|
@@ -1564,6 +1595,11 @@
|
|
|
1564
1595
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
|
|
1565
1596
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1566
1597
|
|
|
1598
|
+
"@inquirer/type@^4.0.5":
|
|
1599
|
+
version "4.0.5"
|
|
1600
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-4.0.5.tgz#a02d90e5da8a36dce27ac8e7237a50c99a9003a3"
|
|
1601
|
+
integrity sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==
|
|
1602
|
+
|
|
1567
1603
|
"@isaacs/cliui@^8.0.2":
|
|
1568
1604
|
version "8.0.2"
|
|
1569
1605
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1771,7 +1807,7 @@
|
|
|
1771
1807
|
wordwrap "^1.0.0"
|
|
1772
1808
|
wrap-ansi "^7.0.0"
|
|
1773
1809
|
|
|
1774
|
-
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6"
|
|
1810
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6":
|
|
1775
1811
|
version "4.10.6"
|
|
1776
1812
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.6.tgz#233d66284d8c7c8162c9d437754503734069dd85"
|
|
1777
1813
|
integrity sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==
|
|
@@ -1795,10 +1831,10 @@
|
|
|
1795
1831
|
wordwrap "^1.0.0"
|
|
1796
1832
|
wrap-ansi "^7.0.0"
|
|
1797
1833
|
|
|
1798
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1799
|
-
version "5.3.
|
|
1800
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1801
|
-
integrity sha512-
|
|
1834
|
+
"@oclif/plugin-command-snapshot@^5.3.16":
|
|
1835
|
+
version "5.3.16"
|
|
1836
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.16.tgz#d4d45298a8be71c20ba8b6a850edc82b31000184"
|
|
1837
|
+
integrity sha512-pwTKWQRDrK9eOz1VVUTKm9q3tKf9Kihunu3R53LfcPXPpEhIJ6N+2zmCYqeuifrvjBqLT1VhAKpVgTfHXxURHg==
|
|
1802
1838
|
dependencies:
|
|
1803
1839
|
"@oclif/core" "^4"
|
|
1804
1840
|
ansis "^3.17.0"
|
|
@@ -1839,10 +1875,10 @@
|
|
|
1839
1875
|
lodash "^4.17.23"
|
|
1840
1876
|
registry-auth-token "^5.1.1"
|
|
1841
1877
|
|
|
1842
|
-
"@oclif/table@^0.5.
|
|
1843
|
-
version "0.5.
|
|
1844
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.
|
|
1845
|
-
integrity sha512-
|
|
1878
|
+
"@oclif/table@^0.5.5":
|
|
1879
|
+
version "0.5.5"
|
|
1880
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.5.tgz#bbe455aa636d95ae99723efac9ede1884adb891f"
|
|
1881
|
+
integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==
|
|
1846
1882
|
dependencies:
|
|
1847
1883
|
"@types/react" "^18.3.12"
|
|
1848
1884
|
change-case "^5.4.4"
|
|
@@ -1851,6 +1887,7 @@
|
|
|
1851
1887
|
natural-orderby "^3.0.2"
|
|
1852
1888
|
object-hash "^3.0.0"
|
|
1853
1889
|
react "^18.3.1"
|
|
1890
|
+
string-width "^8.2.0"
|
|
1854
1891
|
strip-ansi "^7.1.2"
|
|
1855
1892
|
wrap-ansi "^9.0.2"
|
|
1856
1893
|
|
|
@@ -1895,12 +1932,12 @@
|
|
|
1895
1932
|
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
|
|
1896
1933
|
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
|
|
1897
1934
|
|
|
1898
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1899
|
-
version "5.3.
|
|
1900
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1901
|
-
integrity sha512-
|
|
1935
|
+
"@salesforce/cli-plugins-testkit@^5.3.54":
|
|
1936
|
+
version "5.3.54"
|
|
1937
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.54.tgz#636bed66cb28f94c3d415277d1796f5407a6313f"
|
|
1938
|
+
integrity sha512-OT4S2Wstg2gqWWbhG4q+/AioIWpU1BEsC+KBIBtw1Wckktxv6B/SWlpgIrCz6nQAPwwDpY1sNeGLxpDsNUKVzw==
|
|
1902
1939
|
dependencies:
|
|
1903
|
-
"@salesforce/core" "^8.28.
|
|
1940
|
+
"@salesforce/core" "^8.28.4"
|
|
1904
1941
|
"@salesforce/kit" "^3.2.6"
|
|
1905
1942
|
"@salesforce/ts-types" "^2.0.11"
|
|
1906
1943
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1911,7 +1948,7 @@
|
|
|
1911
1948
|
strip-ansi "6.0.1"
|
|
1912
1949
|
ts-retry-promise "^0.8.1"
|
|
1913
1950
|
|
|
1914
|
-
"@salesforce/core@^8.
|
|
1951
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4":
|
|
1915
1952
|
version "8.28.4"
|
|
1916
1953
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.4.tgz#98920d62c2b2a7fa025af38c74bdf6687d91b0a8"
|
|
1917
1954
|
integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
|
|
@@ -1985,16 +2022,16 @@
|
|
|
1985
2022
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1986
2023
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1987
2024
|
|
|
1988
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1989
|
-
version "12.2.
|
|
1990
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1991
|
-
integrity sha512-
|
|
2025
|
+
"@salesforce/sf-plugins-core@^12.2.10":
|
|
2026
|
+
version "12.2.10"
|
|
2027
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz#b3c121ebbded3f9632f4c9cf96e906cdd1448323"
|
|
2028
|
+
integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
|
|
1992
2029
|
dependencies:
|
|
1993
|
-
"@inquirer/confirm" "^
|
|
1994
|
-
"@inquirer/password" "^
|
|
1995
|
-
"@oclif/core" "^4.
|
|
1996
|
-
"@oclif/table" "^0.5.
|
|
1997
|
-
"@salesforce/core" "^8.
|
|
2030
|
+
"@inquirer/confirm" "^6.0.12"
|
|
2031
|
+
"@inquirer/password" "^5.0.12"
|
|
2032
|
+
"@oclif/core" "^4.10.6"
|
|
2033
|
+
"@oclif/table" "^0.5.5"
|
|
2034
|
+
"@salesforce/core" "^8.28.4"
|
|
1998
2035
|
"@salesforce/kit" "^3.2.3"
|
|
1999
2036
|
"@salesforce/ts-types" "^2.0.12"
|
|
2000
2037
|
ansis "^3.3.2"
|
|
@@ -3090,16 +3127,16 @@
|
|
|
3090
3127
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
3091
3128
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
3092
3129
|
|
|
3093
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
3094
|
-
version "8.
|
|
3095
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
3096
|
-
integrity sha512-
|
|
3130
|
+
"@typescript-eslint/eslint-plugin@8.59.0", "@typescript-eslint/eslint-plugin@^8":
|
|
3131
|
+
version "8.59.0"
|
|
3132
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz#fcbe76b693ce2412410cf4d48aefd617d345f2d9"
|
|
3133
|
+
integrity sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==
|
|
3097
3134
|
dependencies:
|
|
3098
3135
|
"@eslint-community/regexpp" "^4.12.2"
|
|
3099
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3100
|
-
"@typescript-eslint/type-utils" "8.
|
|
3101
|
-
"@typescript-eslint/utils" "8.
|
|
3102
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3136
|
+
"@typescript-eslint/scope-manager" "8.59.0"
|
|
3137
|
+
"@typescript-eslint/type-utils" "8.59.0"
|
|
3138
|
+
"@typescript-eslint/utils" "8.59.0"
|
|
3139
|
+
"@typescript-eslint/visitor-keys" "8.59.0"
|
|
3103
3140
|
ignore "^7.0.5"
|
|
3104
3141
|
natural-compare "^1.4.0"
|
|
3105
3142
|
ts-api-utils "^2.5.0"
|
|
@@ -3121,15 +3158,15 @@
|
|
|
3121
3158
|
semver "^7.5.4"
|
|
3122
3159
|
ts-api-utils "^1.0.1"
|
|
3123
3160
|
|
|
3124
|
-
"@typescript-eslint/parser@8.
|
|
3125
|
-
version "8.
|
|
3126
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.
|
|
3127
|
-
integrity sha512
|
|
3161
|
+
"@typescript-eslint/parser@8.59.0", "@typescript-eslint/parser@^8":
|
|
3162
|
+
version "8.59.0"
|
|
3163
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.0.tgz#57a138280b3ceaf07904fbd62c433d5cc1ee1573"
|
|
3164
|
+
integrity sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==
|
|
3128
3165
|
dependencies:
|
|
3129
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3130
|
-
"@typescript-eslint/types" "8.
|
|
3131
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3132
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3166
|
+
"@typescript-eslint/scope-manager" "8.59.0"
|
|
3167
|
+
"@typescript-eslint/types" "8.59.0"
|
|
3168
|
+
"@typescript-eslint/typescript-estree" "8.59.0"
|
|
3169
|
+
"@typescript-eslint/visitor-keys" "8.59.0"
|
|
3133
3170
|
debug "^4.4.3"
|
|
3134
3171
|
|
|
3135
3172
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -3152,13 +3189,13 @@
|
|
|
3152
3189
|
"@typescript-eslint/types" "^8.56.0"
|
|
3153
3190
|
debug "^4.4.3"
|
|
3154
3191
|
|
|
3155
|
-
"@typescript-eslint/project-service@8.
|
|
3156
|
-
version "8.
|
|
3157
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.
|
|
3158
|
-
integrity sha512-
|
|
3192
|
+
"@typescript-eslint/project-service@8.59.0":
|
|
3193
|
+
version "8.59.0"
|
|
3194
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.0.tgz#914bf62069d870faa0389ffd725774a200f511bf"
|
|
3195
|
+
integrity sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==
|
|
3159
3196
|
dependencies:
|
|
3160
|
-
"@typescript-eslint/tsconfig-utils" "^8.
|
|
3161
|
-
"@typescript-eslint/types" "^8.
|
|
3197
|
+
"@typescript-eslint/tsconfig-utils" "^8.59.0"
|
|
3198
|
+
"@typescript-eslint/types" "^8.59.0"
|
|
3162
3199
|
debug "^4.4.3"
|
|
3163
3200
|
|
|
3164
3201
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -3185,23 +3222,23 @@
|
|
|
3185
3222
|
"@typescript-eslint/types" "8.56.0"
|
|
3186
3223
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
3187
3224
|
|
|
3188
|
-
"@typescript-eslint/scope-manager@8.
|
|
3189
|
-
version "8.
|
|
3190
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
3191
|
-
integrity sha512-
|
|
3225
|
+
"@typescript-eslint/scope-manager@8.59.0":
|
|
3226
|
+
version "8.59.0"
|
|
3227
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz#f71be268bd31da1c160815c689e4dde7c9bc9e8e"
|
|
3228
|
+
integrity sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==
|
|
3192
3229
|
dependencies:
|
|
3193
|
-
"@typescript-eslint/types" "8.
|
|
3194
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3230
|
+
"@typescript-eslint/types" "8.59.0"
|
|
3231
|
+
"@typescript-eslint/visitor-keys" "8.59.0"
|
|
3195
3232
|
|
|
3196
3233
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
3197
3234
|
version "8.56.0"
|
|
3198
3235
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
3199
3236
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
3200
3237
|
|
|
3201
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
3202
|
-
version "8.
|
|
3203
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
3204
|
-
integrity sha512-
|
|
3238
|
+
"@typescript-eslint/tsconfig-utils@8.59.0", "@typescript-eslint/tsconfig-utils@^8.59.0":
|
|
3239
|
+
version "8.59.0"
|
|
3240
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz#1276077f5ad77e384446ea28a2474e8f8be1af41"
|
|
3241
|
+
integrity sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==
|
|
3205
3242
|
|
|
3206
3243
|
"@typescript-eslint/type-utils@6.21.0":
|
|
3207
3244
|
version "6.21.0"
|
|
@@ -3213,14 +3250,14 @@
|
|
|
3213
3250
|
debug "^4.3.4"
|
|
3214
3251
|
ts-api-utils "^1.0.1"
|
|
3215
3252
|
|
|
3216
|
-
"@typescript-eslint/type-utils@8.
|
|
3217
|
-
version "8.
|
|
3218
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.
|
|
3219
|
-
integrity sha512-
|
|
3253
|
+
"@typescript-eslint/type-utils@8.59.0":
|
|
3254
|
+
version "8.59.0"
|
|
3255
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz#2834ea3b179cedfc9244dcd4f74105a27751a439"
|
|
3256
|
+
integrity sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==
|
|
3220
3257
|
dependencies:
|
|
3221
|
-
"@typescript-eslint/types" "8.
|
|
3222
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3223
|
-
"@typescript-eslint/utils" "8.
|
|
3258
|
+
"@typescript-eslint/types" "8.59.0"
|
|
3259
|
+
"@typescript-eslint/typescript-estree" "8.59.0"
|
|
3260
|
+
"@typescript-eslint/utils" "8.59.0"
|
|
3224
3261
|
debug "^4.4.3"
|
|
3225
3262
|
ts-api-utils "^2.5.0"
|
|
3226
3263
|
|
|
@@ -3239,10 +3276,10 @@
|
|
|
3239
3276
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
3240
3277
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
3241
3278
|
|
|
3242
|
-
"@typescript-eslint/types@8.
|
|
3243
|
-
version "8.
|
|
3244
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.
|
|
3245
|
-
integrity sha512-
|
|
3279
|
+
"@typescript-eslint/types@8.59.0", "@typescript-eslint/types@^8.59.0":
|
|
3280
|
+
version "8.59.0"
|
|
3281
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.0.tgz#cfcc643c6e879016479775850d86d84c14492738"
|
|
3282
|
+
integrity sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==
|
|
3246
3283
|
|
|
3247
3284
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
3248
3285
|
version "6.21.0"
|
|
@@ -3287,15 +3324,15 @@
|
|
|
3287
3324
|
tinyglobby "^0.2.15"
|
|
3288
3325
|
ts-api-utils "^2.4.0"
|
|
3289
3326
|
|
|
3290
|
-
"@typescript-eslint/typescript-estree@8.
|
|
3291
|
-
version "8.
|
|
3292
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
3293
|
-
integrity sha512-
|
|
3327
|
+
"@typescript-eslint/typescript-estree@8.59.0":
|
|
3328
|
+
version "8.59.0"
|
|
3329
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz#feba58a70ab6ea7ac53a2f3ae900db28ce3454c2"
|
|
3330
|
+
integrity sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==
|
|
3294
3331
|
dependencies:
|
|
3295
|
-
"@typescript-eslint/project-service" "8.
|
|
3296
|
-
"@typescript-eslint/tsconfig-utils" "8.
|
|
3297
|
-
"@typescript-eslint/types" "8.
|
|
3298
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3332
|
+
"@typescript-eslint/project-service" "8.59.0"
|
|
3333
|
+
"@typescript-eslint/tsconfig-utils" "8.59.0"
|
|
3334
|
+
"@typescript-eslint/types" "8.59.0"
|
|
3335
|
+
"@typescript-eslint/visitor-keys" "8.59.0"
|
|
3299
3336
|
debug "^4.4.3"
|
|
3300
3337
|
minimatch "^10.2.2"
|
|
3301
3338
|
semver "^7.7.3"
|
|
@@ -3315,15 +3352,15 @@
|
|
|
3315
3352
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
3316
3353
|
semver "^7.5.4"
|
|
3317
3354
|
|
|
3318
|
-
"@typescript-eslint/utils@8.
|
|
3319
|
-
version "8.
|
|
3320
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.
|
|
3321
|
-
integrity sha512-
|
|
3355
|
+
"@typescript-eslint/utils@8.59.0":
|
|
3356
|
+
version "8.59.0"
|
|
3357
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.0.tgz#f50df9bd6967881ef64fba62230111153179ead5"
|
|
3358
|
+
integrity sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==
|
|
3322
3359
|
dependencies:
|
|
3323
3360
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
3324
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3325
|
-
"@typescript-eslint/types" "8.
|
|
3326
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3361
|
+
"@typescript-eslint/scope-manager" "8.59.0"
|
|
3362
|
+
"@typescript-eslint/types" "8.59.0"
|
|
3363
|
+
"@typescript-eslint/typescript-estree" "8.59.0"
|
|
3327
3364
|
|
|
3328
3365
|
"@typescript-eslint/utils@^7.18.0":
|
|
3329
3366
|
version "7.18.0"
|
|
@@ -3369,12 +3406,12 @@
|
|
|
3369
3406
|
"@typescript-eslint/types" "8.56.0"
|
|
3370
3407
|
eslint-visitor-keys "^5.0.0"
|
|
3371
3408
|
|
|
3372
|
-
"@typescript-eslint/visitor-keys@8.
|
|
3373
|
-
version "8.
|
|
3374
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
3375
|
-
integrity sha512
|
|
3409
|
+
"@typescript-eslint/visitor-keys@8.59.0":
|
|
3410
|
+
version "8.59.0"
|
|
3411
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz#2e80de30e7e944ed4bd47d751e37dcb04db03795"
|
|
3412
|
+
integrity sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==
|
|
3376
3413
|
dependencies:
|
|
3377
|
-
"@typescript-eslint/types" "8.
|
|
3414
|
+
"@typescript-eslint/types" "8.59.0"
|
|
3378
3415
|
eslint-visitor-keys "^5.0.0"
|
|
3379
3416
|
|
|
3380
3417
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -4995,10 +5032,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
4995
5032
|
eslint-plugin-n "^15.1.0"
|
|
4996
5033
|
eslint-plugin-unicorn "^48.0.1"
|
|
4997
5034
|
|
|
4998
|
-
eslint-config-oclif@^6.0.
|
|
4999
|
-
version "6.0.
|
|
5000
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
5001
|
-
integrity sha512-
|
|
5035
|
+
eslint-config-oclif@^6.0.160:
|
|
5036
|
+
version "6.0.160"
|
|
5037
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.160.tgz#d2b5fba7cb7947e52313114cde2ab14f6f53dbf7"
|
|
5038
|
+
integrity sha512-ObWYOTSLk60UdQkJNTDzh7vVQpPtysz8O4Wwf6Ui7+DJErVjCdaYB0F5qAaOoUr2Jq3hnukO0Hh0PY6rAfG9yw==
|
|
5002
5039
|
dependencies:
|
|
5003
5040
|
"@eslint/compat" "^1.4.1"
|
|
5004
5041
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -5016,7 +5053,7 @@ eslint-config-oclif@^6.0.159:
|
|
|
5016
5053
|
eslint-plugin-n "^17.24.0"
|
|
5017
5054
|
eslint-plugin-perfectionist "^4"
|
|
5018
5055
|
eslint-plugin-unicorn "^56.0.1"
|
|
5019
|
-
typescript-eslint "^8.
|
|
5056
|
+
typescript-eslint "^8.59.0"
|
|
5020
5057
|
|
|
5021
5058
|
eslint-config-prettier@^9.1.0:
|
|
5022
5059
|
version "9.1.2"
|
|
@@ -5540,11 +5577,30 @@ fast-safe-stringify@^2.1.1:
|
|
|
5540
5577
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
5541
5578
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
5542
5579
|
|
|
5580
|
+
fast-string-truncated-width@^3.0.2:
|
|
5581
|
+
version "3.0.3"
|
|
5582
|
+
resolved "https://registry.yarnpkg.com/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz#23afe0da67d752ca0727538f1e6967759728ce49"
|
|
5583
|
+
integrity sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==
|
|
5584
|
+
|
|
5585
|
+
fast-string-width@^3.0.2:
|
|
5586
|
+
version "3.0.2"
|
|
5587
|
+
resolved "https://registry.yarnpkg.com/fast-string-width/-/fast-string-width-3.0.2.tgz#16dbabb491ce5585b5ecb675b65c165d71688eeb"
|
|
5588
|
+
integrity sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==
|
|
5589
|
+
dependencies:
|
|
5590
|
+
fast-string-truncated-width "^3.0.2"
|
|
5591
|
+
|
|
5543
5592
|
fast-uri@^3.0.1:
|
|
5544
5593
|
version "3.1.0"
|
|
5545
5594
|
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
|
|
5546
5595
|
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
|
|
5547
5596
|
|
|
5597
|
+
fast-wrap-ansi@^0.2.0:
|
|
5598
|
+
version "0.2.0"
|
|
5599
|
+
resolved "https://registry.yarnpkg.com/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz#c0ae3f3982d061c3d657ec927196fbb47e22fe64"
|
|
5600
|
+
integrity sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==
|
|
5601
|
+
dependencies:
|
|
5602
|
+
fast-string-width "^3.0.2"
|
|
5603
|
+
|
|
5548
5604
|
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
5549
5605
|
version "1.1.5"
|
|
5550
5606
|
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11"
|
|
@@ -5816,7 +5872,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
|
|
5816
5872
|
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
|
5817
5873
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
|
5818
5874
|
|
|
5819
|
-
get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.1:
|
|
5875
|
+
get-east-asian-width@^1.0.0, get-east-asian-width@^1.3.1, get-east-asian-width@^1.5.0:
|
|
5820
5876
|
version "1.5.0"
|
|
5821
5877
|
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz#ce7008fe345edcf5497a6f557cfa54bc318a9ce7"
|
|
5822
5878
|
integrity sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==
|
|
@@ -7668,6 +7724,11 @@ mute-stream@^2.0.0:
|
|
|
7668
7724
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
|
|
7669
7725
|
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
|
|
7670
7726
|
|
|
7727
|
+
mute-stream@^3.0.0:
|
|
7728
|
+
version "3.0.0"
|
|
7729
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-3.0.0.tgz#cd8014dd2acb72e1e91bb67c74f0019e620ba2d1"
|
|
7730
|
+
integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
|
|
7731
|
+
|
|
7671
7732
|
mz@^2.4.0:
|
|
7672
7733
|
version "2.7.0"
|
|
7673
7734
|
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
|
|
@@ -9355,6 +9416,14 @@ string-width@^7.0.0:
|
|
|
9355
9416
|
get-east-asian-width "^1.0.0"
|
|
9356
9417
|
strip-ansi "^7.1.0"
|
|
9357
9418
|
|
|
9419
|
+
string-width@^8.2.0:
|
|
9420
|
+
version "8.2.1"
|
|
9421
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1"
|
|
9422
|
+
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
|
|
9423
|
+
dependencies:
|
|
9424
|
+
get-east-asian-width "^1.5.0"
|
|
9425
|
+
strip-ansi "^7.1.2"
|
|
9426
|
+
|
|
9358
9427
|
string.prototype.trim@^1.2.10:
|
|
9359
9428
|
version "1.2.10"
|
|
9360
9429
|
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz#40b2dd5ee94c959b4dcfb1d65ce72e90da480c81"
|
|
@@ -9869,15 +9938,15 @@ typedoc@^0.26.5:
|
|
|
9869
9938
|
shiki "^1.16.2"
|
|
9870
9939
|
yaml "^2.5.1"
|
|
9871
9940
|
|
|
9872
|
-
typescript-eslint@^8.
|
|
9873
|
-
version "8.
|
|
9874
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.
|
|
9875
|
-
integrity sha512-
|
|
9941
|
+
typescript-eslint@^8.59.0:
|
|
9942
|
+
version "8.59.0"
|
|
9943
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.0.tgz#d1cc7c63559ce7116aeb66d35ec9dbe0063379fd"
|
|
9944
|
+
integrity sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==
|
|
9876
9945
|
dependencies:
|
|
9877
|
-
"@typescript-eslint/eslint-plugin" "8.
|
|
9878
|
-
"@typescript-eslint/parser" "8.
|
|
9879
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
9880
|
-
"@typescript-eslint/utils" "8.
|
|
9946
|
+
"@typescript-eslint/eslint-plugin" "8.59.0"
|
|
9947
|
+
"@typescript-eslint/parser" "8.59.0"
|
|
9948
|
+
"@typescript-eslint/typescript-estree" "8.59.0"
|
|
9949
|
+
"@typescript-eslint/utils" "8.59.0"
|
|
9881
9950
|
|
|
9882
9951
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
9883
9952
|
version "5.9.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.76",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^4.10.6",
|
|
11
11
|
"@salesforce/core": "^8.28.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.34.4",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.14",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"isomorphic-git": "1.37.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.16",
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.3.54",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.160",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.5",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|