@salesforce/cli 1.80.6 → 1.81.1
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/npm-shrinkwrap.json +727 -584
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.81.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.81.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.5",
|
|
13
13
|
"@oclif/plugin-autocomplete": "2.2.0",
|
|
14
14
|
"@oclif/plugin-commands": "2.2.15",
|
|
15
15
|
"@oclif/plugin-help": "5.2.9",
|
|
16
|
-
"@oclif/plugin-not-found": "2.3.
|
|
17
|
-
"@oclif/plugin-plugins": "3.
|
|
16
|
+
"@oclif/plugin-not-found": "2.3.24",
|
|
17
|
+
"@oclif/plugin-plugins": "3.1.1",
|
|
18
18
|
"@oclif/plugin-search": "0.0.17",
|
|
19
19
|
"@oclif/plugin-update": "3.1.15",
|
|
20
20
|
"@oclif/plugin-version": "1.3.4",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@salesforce/plugin-apex": "2.2.21",
|
|
25
25
|
"@salesforce/plugin-auth": "2.7.16",
|
|
26
26
|
"@salesforce/plugin-data": "2.3.19",
|
|
27
|
-
"@salesforce/plugin-deploy-retrieve": "1.10.
|
|
27
|
+
"@salesforce/plugin-deploy-retrieve": "1.10.2",
|
|
28
28
|
"@salesforce/plugin-info": "2.6.14",
|
|
29
29
|
"@salesforce/plugin-limits": "2.3.17",
|
|
30
30
|
"@salesforce/plugin-login": "1.2.10",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@typescript-eslint/parser": "^5.59.7",
|
|
58
58
|
"aws-sdk": "^2.1382.0",
|
|
59
59
|
"chai": "^4.3.7",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.41.0",
|
|
61
61
|
"eslint-config-oclif": "^3.1",
|
|
62
62
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
63
63
|
"eslint-config-prettier": "^8.7.0",
|
|
@@ -1373,9 +1373,9 @@
|
|
|
1373
1373
|
}
|
|
1374
1374
|
},
|
|
1375
1375
|
"node_modules/@eslint/js": {
|
|
1376
|
-
"version": "8.
|
|
1377
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1378
|
-
"integrity": "sha512-
|
|
1376
|
+
"version": "8.41.0",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.41.0.tgz",
|
|
1378
|
+
"integrity": "sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==",
|
|
1379
1379
|
"dev": true,
|
|
1380
1380
|
"license": "MIT",
|
|
1381
1381
|
"engines": {
|
|
@@ -1672,9 +1672,9 @@
|
|
|
1672
1672
|
}
|
|
1673
1673
|
},
|
|
1674
1674
|
"node_modules/@npmcli/arborist": {
|
|
1675
|
-
"version": "6.2.
|
|
1676
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.2.
|
|
1677
|
-
"integrity": "sha512-
|
|
1675
|
+
"version": "6.2.9",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.2.9.tgz",
|
|
1677
|
+
"integrity": "sha512-uC16dg+aykdctgIYPUKNa3pNGIDYh1egzk5vOf34d24cw5mwMsVArFiVdcRieKHmOGEv595se3x0fvbwNrBk8g==",
|
|
1678
1678
|
"extraneous": true,
|
|
1679
1679
|
"license": "ISC",
|
|
1680
1680
|
"dependencies": {
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
"hosted-git-info": "^6.1.1",
|
|
1695
1695
|
"json-parse-even-better-errors": "^3.0.0",
|
|
1696
1696
|
"json-stringify-nice": "^1.1.4",
|
|
1697
|
-
"minimatch": "^
|
|
1697
|
+
"minimatch": "^9.0.0",
|
|
1698
1698
|
"nopt": "^7.0.0",
|
|
1699
1699
|
"npm-install-checks": "^6.0.0",
|
|
1700
1700
|
"npm-package-arg": "^10.1.0",
|
|
@@ -1785,22 +1785,6 @@
|
|
|
1785
1785
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1786
1786
|
}
|
|
1787
1787
|
},
|
|
1788
|
-
"node_modules/@npmcli/arborist/node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
1789
|
-
"version": "9.0.0",
|
|
1790
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
|
|
1791
|
-
"integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
|
|
1792
|
-
"extraneous": true,
|
|
1793
|
-
"license": "ISC",
|
|
1794
|
-
"dependencies": {
|
|
1795
|
-
"brace-expansion": "^2.0.1"
|
|
1796
|
-
},
|
|
1797
|
-
"engines": {
|
|
1798
|
-
"node": ">=16 || 14 >=14.17"
|
|
1799
|
-
},
|
|
1800
|
-
"funding": {
|
|
1801
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
1788
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/name-from-folder": {
|
|
1805
1789
|
"version": "2.0.0",
|
|
1806
1790
|
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
|
|
@@ -1822,13 +1806,16 @@
|
|
|
1822
1806
|
}
|
|
1823
1807
|
},
|
|
1824
1808
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/package-json": {
|
|
1825
|
-
"version": "3.
|
|
1826
|
-
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.
|
|
1827
|
-
"integrity": "sha512-
|
|
1809
|
+
"version": "3.1.0",
|
|
1810
|
+
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.1.0.tgz",
|
|
1811
|
+
"integrity": "sha512-qNPy6Yf9ruFST99xcrl5EWAvrb7qFrwgVbwdzcTJlIgxbArKOq5e/bgZ6rTL1X9hDgAdPbvL8RWx/OTLSB0ToA==",
|
|
1828
1812
|
"extraneous": true,
|
|
1829
1813
|
"license": "ISC",
|
|
1830
1814
|
"dependencies": {
|
|
1831
|
-
"
|
|
1815
|
+
"glob": "^10.2.2",
|
|
1816
|
+
"json-parse-even-better-errors": "^3.0.0",
|
|
1817
|
+
"normalize-package-data": "^5.0.0",
|
|
1818
|
+
"npm-normalize-package-bin": "^3.0.1"
|
|
1832
1819
|
},
|
|
1833
1820
|
"engines": {
|
|
1834
1821
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -1848,9 +1835,9 @@
|
|
|
1848
1835
|
}
|
|
1849
1836
|
},
|
|
1850
1837
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/run-script": {
|
|
1851
|
-
"version": "6.0.
|
|
1852
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.
|
|
1853
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "6.0.2",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz",
|
|
1840
|
+
"integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==",
|
|
1854
1841
|
"extraneous": true,
|
|
1855
1842
|
"license": "ISC",
|
|
1856
1843
|
"dependencies": {
|
|
@@ -1940,9 +1927,9 @@
|
|
|
1940
1927
|
}
|
|
1941
1928
|
},
|
|
1942
1929
|
"node_modules/@npmcli/arborist/node_modules/cacache": {
|
|
1943
|
-
"version": "17.1.
|
|
1944
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.
|
|
1945
|
-
"integrity": "sha512-
|
|
1930
|
+
"version": "17.1.3",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.3.tgz",
|
|
1932
|
+
"integrity": "sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==",
|
|
1946
1933
|
"extraneous": true,
|
|
1947
1934
|
"license": "ISC",
|
|
1948
1935
|
"dependencies": {
|
|
@@ -2034,16 +2021,16 @@
|
|
|
2034
2021
|
}
|
|
2035
2022
|
},
|
|
2036
2023
|
"node_modules/@npmcli/arborist/node_modules/glob": {
|
|
2037
|
-
"version": "10.2.
|
|
2038
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.
|
|
2039
|
-
"integrity": "sha512-
|
|
2024
|
+
"version": "10.2.6",
|
|
2025
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz",
|
|
2026
|
+
"integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==",
|
|
2040
2027
|
"extraneous": true,
|
|
2041
2028
|
"license": "ISC",
|
|
2042
2029
|
"dependencies": {
|
|
2043
2030
|
"foreground-child": "^3.1.0",
|
|
2044
2031
|
"jackspeak": "^2.0.3",
|
|
2045
|
-
"minimatch": "^9.0.
|
|
2046
|
-
"minipass": "^5.0.0",
|
|
2032
|
+
"minimatch": "^9.0.1",
|
|
2033
|
+
"minipass": "^5.0.0 || ^6.0.2",
|
|
2047
2034
|
"path-scurry": "^1.7.0"
|
|
2048
2035
|
},
|
|
2049
2036
|
"bin": {
|
|
@@ -2056,20 +2043,14 @@
|
|
|
2056
2043
|
"url": "https://github.com/sponsors/isaacs"
|
|
2057
2044
|
}
|
|
2058
2045
|
},
|
|
2059
|
-
"node_modules/@npmcli/arborist/node_modules/glob/node_modules/
|
|
2060
|
-
"version": "
|
|
2061
|
-
"resolved": "https://registry.npmjs.org/
|
|
2062
|
-
"integrity": "sha512-
|
|
2046
|
+
"node_modules/@npmcli/arborist/node_modules/glob/node_modules/minipass": {
|
|
2047
|
+
"version": "6.0.2",
|
|
2048
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz",
|
|
2049
|
+
"integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==",
|
|
2063
2050
|
"extraneous": true,
|
|
2064
2051
|
"license": "ISC",
|
|
2065
|
-
"dependencies": {
|
|
2066
|
-
"brace-expansion": "^2.0.1"
|
|
2067
|
-
},
|
|
2068
2052
|
"engines": {
|
|
2069
2053
|
"node": ">=16 || 14 >=14.17"
|
|
2070
|
-
},
|
|
2071
|
-
"funding": {
|
|
2072
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2073
2054
|
}
|
|
2074
2055
|
},
|
|
2075
2056
|
"node_modules/@npmcli/arborist/node_modules/hosted-git-info": {
|
|
@@ -2113,22 +2094,6 @@
|
|
|
2113
2094
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2114
2095
|
}
|
|
2115
2096
|
},
|
|
2116
|
-
"node_modules/@npmcli/arborist/node_modules/ignore-walk/node_modules/minimatch": {
|
|
2117
|
-
"version": "9.0.0",
|
|
2118
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
|
|
2119
|
-
"integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
|
|
2120
|
-
"extraneous": true,
|
|
2121
|
-
"license": "ISC",
|
|
2122
|
-
"dependencies": {
|
|
2123
|
-
"brace-expansion": "^2.0.1"
|
|
2124
|
-
},
|
|
2125
|
-
"engines": {
|
|
2126
|
-
"node": ">=16 || 14 >=14.17"
|
|
2127
|
-
},
|
|
2128
|
-
"funding": {
|
|
2129
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2130
|
-
}
|
|
2131
|
-
},
|
|
2132
2097
|
"node_modules/@npmcli/arborist/node_modules/json-parse-even-better-errors": {
|
|
2133
2098
|
"version": "3.0.0",
|
|
2134
2099
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz",
|
|
@@ -2174,16 +2139,16 @@
|
|
|
2174
2139
|
}
|
|
2175
2140
|
},
|
|
2176
2141
|
"node_modules/@npmcli/arborist/node_modules/minimatch": {
|
|
2177
|
-
"version": "
|
|
2178
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
2179
|
-
"integrity": "sha512-
|
|
2142
|
+
"version": "9.0.1",
|
|
2143
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
|
2144
|
+
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
|
|
2180
2145
|
"extraneous": true,
|
|
2181
2146
|
"license": "ISC",
|
|
2182
2147
|
"dependencies": {
|
|
2183
2148
|
"brace-expansion": "^2.0.1"
|
|
2184
2149
|
},
|
|
2185
2150
|
"engines": {
|
|
2186
|
-
"node": ">=
|
|
2151
|
+
"node": ">=16 || 14 >=14.17"
|
|
2187
2152
|
},
|
|
2188
2153
|
"funding": {
|
|
2189
2154
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -2356,9 +2321,9 @@
|
|
|
2356
2321
|
}
|
|
2357
2322
|
},
|
|
2358
2323
|
"node_modules/@npmcli/arborist/node_modules/pacote": {
|
|
2359
|
-
"version": "15.
|
|
2360
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-15.
|
|
2361
|
-
"integrity": "sha512-
|
|
2324
|
+
"version": "15.2.0",
|
|
2325
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-15.2.0.tgz",
|
|
2326
|
+
"integrity": "sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==",
|
|
2362
2327
|
"extraneous": true,
|
|
2363
2328
|
"license": "ISC",
|
|
2364
2329
|
"dependencies": {
|
|
@@ -2414,9 +2379,9 @@
|
|
|
2414
2379
|
}
|
|
2415
2380
|
},
|
|
2416
2381
|
"node_modules/@npmcli/arborist/node_modules/read-package-json": {
|
|
2417
|
-
"version": "6.0.
|
|
2418
|
-
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.
|
|
2419
|
-
"integrity": "sha512-
|
|
2382
|
+
"version": "6.0.3",
|
|
2383
|
+
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.3.tgz",
|
|
2384
|
+
"integrity": "sha512-4QbpReW4kxFgeBQ0vPAqh2y8sXEB3D4t3jsXbJKIhBiF80KT6XRo45reqwtftju5J6ru1ax06A2Gb/wM1qCOEQ==",
|
|
2420
2385
|
"extraneous": true,
|
|
2421
2386
|
"license": "ISC",
|
|
2422
2387
|
"dependencies": {
|
|
@@ -2838,9 +2803,9 @@
|
|
|
2838
2803
|
}
|
|
2839
2804
|
},
|
|
2840
2805
|
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/run-script": {
|
|
2841
|
-
"version": "6.0.
|
|
2842
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.
|
|
2843
|
-
"integrity": "sha512-
|
|
2806
|
+
"version": "6.0.2",
|
|
2807
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz",
|
|
2808
|
+
"integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==",
|
|
2844
2809
|
"extraneous": true,
|
|
2845
2810
|
"license": "ISC",
|
|
2846
2811
|
"dependencies": {
|
|
@@ -2865,9 +2830,9 @@
|
|
|
2865
2830
|
}
|
|
2866
2831
|
},
|
|
2867
2832
|
"node_modules/@npmcli/metavuln-calculator/node_modules/cacache": {
|
|
2868
|
-
"version": "17.1.
|
|
2869
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.
|
|
2870
|
-
"integrity": "sha512-
|
|
2833
|
+
"version": "17.1.3",
|
|
2834
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.3.tgz",
|
|
2835
|
+
"integrity": "sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==",
|
|
2871
2836
|
"extraneous": true,
|
|
2872
2837
|
"license": "ISC",
|
|
2873
2838
|
"dependencies": {
|
|
@@ -2919,16 +2884,16 @@
|
|
|
2919
2884
|
}
|
|
2920
2885
|
},
|
|
2921
2886
|
"node_modules/@npmcli/metavuln-calculator/node_modules/glob": {
|
|
2922
|
-
"version": "10.2.
|
|
2923
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.
|
|
2924
|
-
"integrity": "sha512-
|
|
2887
|
+
"version": "10.2.6",
|
|
2888
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz",
|
|
2889
|
+
"integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==",
|
|
2925
2890
|
"extraneous": true,
|
|
2926
2891
|
"license": "ISC",
|
|
2927
2892
|
"dependencies": {
|
|
2928
2893
|
"foreground-child": "^3.1.0",
|
|
2929
2894
|
"jackspeak": "^2.0.3",
|
|
2930
|
-
"minimatch": "^9.0.
|
|
2931
|
-
"minipass": "^5.0.0",
|
|
2895
|
+
"minimatch": "^9.0.1",
|
|
2896
|
+
"minipass": "^5.0.0 || ^6.0.2",
|
|
2932
2897
|
"path-scurry": "^1.7.0"
|
|
2933
2898
|
},
|
|
2934
2899
|
"bin": {
|
|
@@ -2941,6 +2906,16 @@
|
|
|
2941
2906
|
"url": "https://github.com/sponsors/isaacs"
|
|
2942
2907
|
}
|
|
2943
2908
|
},
|
|
2909
|
+
"node_modules/@npmcli/metavuln-calculator/node_modules/glob/node_modules/minipass": {
|
|
2910
|
+
"version": "6.0.2",
|
|
2911
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz",
|
|
2912
|
+
"integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==",
|
|
2913
|
+
"extraneous": true,
|
|
2914
|
+
"license": "ISC",
|
|
2915
|
+
"engines": {
|
|
2916
|
+
"node": ">=16 || 14 >=14.17"
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2944
2919
|
"node_modules/@npmcli/metavuln-calculator/node_modules/hosted-git-info": {
|
|
2945
2920
|
"version": "6.1.1",
|
|
2946
2921
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz",
|
|
@@ -3020,9 +2995,9 @@
|
|
|
3020
2995
|
}
|
|
3021
2996
|
},
|
|
3022
2997
|
"node_modules/@npmcli/metavuln-calculator/node_modules/minimatch": {
|
|
3023
|
-
"version": "9.0.
|
|
3024
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3025
|
-
"integrity": "sha512-
|
|
2998
|
+
"version": "9.0.1",
|
|
2999
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
|
3000
|
+
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
|
|
3026
3001
|
"extraneous": true,
|
|
3027
3002
|
"license": "ISC",
|
|
3028
3003
|
"dependencies": {
|
|
@@ -3170,9 +3145,9 @@
|
|
|
3170
3145
|
}
|
|
3171
3146
|
},
|
|
3172
3147
|
"node_modules/@npmcli/metavuln-calculator/node_modules/pacote": {
|
|
3173
|
-
"version": "15.
|
|
3174
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-15.
|
|
3175
|
-
"integrity": "sha512-
|
|
3148
|
+
"version": "15.2.0",
|
|
3149
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-15.2.0.tgz",
|
|
3150
|
+
"integrity": "sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==",
|
|
3176
3151
|
"extraneous": true,
|
|
3177
3152
|
"license": "ISC",
|
|
3178
3153
|
"dependencies": {
|
|
@@ -3203,9 +3178,9 @@
|
|
|
3203
3178
|
}
|
|
3204
3179
|
},
|
|
3205
3180
|
"node_modules/@npmcli/metavuln-calculator/node_modules/read-package-json": {
|
|
3206
|
-
"version": "6.0.
|
|
3207
|
-
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.
|
|
3208
|
-
"integrity": "sha512-
|
|
3181
|
+
"version": "6.0.3",
|
|
3182
|
+
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.3.tgz",
|
|
3183
|
+
"integrity": "sha512-4QbpReW4kxFgeBQ0vPAqh2y8sXEB3D4t3jsXbJKIhBiF80KT6XRo45reqwtftju5J6ru1ax06A2Gb/wM1qCOEQ==",
|
|
3209
3184
|
"extraneous": true,
|
|
3210
3185
|
"license": "ISC",
|
|
3211
3186
|
"dependencies": {
|
|
@@ -3865,24 +3840,23 @@
|
|
|
3865
3840
|
}
|
|
3866
3841
|
},
|
|
3867
3842
|
"node_modules/@oclif/plugin-not-found": {
|
|
3868
|
-
"version": "2.3.
|
|
3869
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.3.
|
|
3870
|
-
"integrity": "sha512-
|
|
3843
|
+
"version": "2.3.24",
|
|
3844
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.3.24.tgz",
|
|
3845
|
+
"integrity": "sha512-N3fOr7OlpwGSNjo4Tf0LFLClHfj/zrcQSn23Paw0apovmwI46QMiOvk2JWOpf1xvGZL5e7izejWd7tK1fUxGEQ==",
|
|
3871
3846
|
"license": "MIT",
|
|
3872
3847
|
"dependencies": {
|
|
3873
3848
|
"@oclif/color": "^1.0.4",
|
|
3874
3849
|
"@oclif/core": "^2.8.0",
|
|
3875
|
-
"fast-levenshtein": "^3.0.0"
|
|
3876
|
-
"lodash": "^4.17.21"
|
|
3850
|
+
"fast-levenshtein": "^3.0.0"
|
|
3877
3851
|
},
|
|
3878
3852
|
"engines": {
|
|
3879
3853
|
"node": ">=12.0.0"
|
|
3880
3854
|
}
|
|
3881
3855
|
},
|
|
3882
3856
|
"node_modules/@oclif/plugin-plugins": {
|
|
3883
|
-
"version": "3.
|
|
3884
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.
|
|
3885
|
-
"integrity": "sha512-
|
|
3857
|
+
"version": "3.1.1",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.1.1.tgz",
|
|
3859
|
+
"integrity": "sha512-KFWOBXNF40zx8/YGL0aH61q4RJ6werVpK1YEvBac1ZxBcNXAkEoTqhRy/PBQgAyfJlF19HXyLNKBBMbZL2gNLA==",
|
|
3886
3860
|
"license": "MIT",
|
|
3887
3861
|
"dependencies": {
|
|
3888
3862
|
"@oclif/color": "^1.0.4",
|
|
@@ -3892,7 +3866,7 @@
|
|
|
3892
3866
|
"fs-extra": "^9.0",
|
|
3893
3867
|
"http-call": "^5.2.2",
|
|
3894
3868
|
"load-json-file": "^5.3.0",
|
|
3895
|
-
"npm": "^9.6.
|
|
3869
|
+
"npm": "^9.6.7",
|
|
3896
3870
|
"npm-run-path": "^4.0.1",
|
|
3897
3871
|
"semver": "^7.5.0",
|
|
3898
3872
|
"shelljs": "^0.8.5",
|
|
@@ -3905,9 +3879,9 @@
|
|
|
3905
3879
|
}
|
|
3906
3880
|
},
|
|
3907
3881
|
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/config": {
|
|
3908
|
-
"version": "6.1.
|
|
3909
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-6.1.
|
|
3910
|
-
"integrity": "sha512-
|
|
3882
|
+
"version": "6.1.7",
|
|
3883
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-6.1.7.tgz",
|
|
3884
|
+
"integrity": "sha512-DyACY6Mv7TH1kz2iBgwS3xE7jKsY+ukUfDyY5PLl9LZTktmBBSybDNzX3bUii+SD4j77Bx6EvgS/jsaUtV7Fng==",
|
|
3911
3885
|
"extraneous": true,
|
|
3912
3886
|
"license": "ISC",
|
|
3913
3887
|
"dependencies": {
|
|
@@ -4002,55 +3976,6 @@
|
|
|
4002
3976
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4003
3977
|
}
|
|
4004
3978
|
},
|
|
4005
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/map-workspaces/node_modules/glob": {
|
|
4006
|
-
"version": "10.2.2",
|
|
4007
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz",
|
|
4008
|
-
"integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==",
|
|
4009
|
-
"extraneous": true,
|
|
4010
|
-
"license": "ISC",
|
|
4011
|
-
"dependencies": {
|
|
4012
|
-
"foreground-child": "^3.1.0",
|
|
4013
|
-
"jackspeak": "^2.0.3",
|
|
4014
|
-
"minimatch": "^9.0.0",
|
|
4015
|
-
"minipass": "^5.0.0",
|
|
4016
|
-
"path-scurry": "^1.7.0"
|
|
4017
|
-
},
|
|
4018
|
-
"bin": {
|
|
4019
|
-
"glob": "dist/cjs/src/bin.js"
|
|
4020
|
-
},
|
|
4021
|
-
"engines": {
|
|
4022
|
-
"node": ">=16 || 14 >=14.17"
|
|
4023
|
-
},
|
|
4024
|
-
"funding": {
|
|
4025
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4026
|
-
}
|
|
4027
|
-
},
|
|
4028
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
4029
|
-
"version": "9.0.0",
|
|
4030
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
|
|
4031
|
-
"integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
|
|
4032
|
-
"extraneous": true,
|
|
4033
|
-
"license": "ISC",
|
|
4034
|
-
"dependencies": {
|
|
4035
|
-
"brace-expansion": "^2.0.1"
|
|
4036
|
-
},
|
|
4037
|
-
"engines": {
|
|
4038
|
-
"node": ">=16 || 14 >=14.17"
|
|
4039
|
-
},
|
|
4040
|
-
"funding": {
|
|
4041
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4042
|
-
}
|
|
4043
|
-
},
|
|
4044
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/map-workspaces/node_modules/minipass": {
|
|
4045
|
-
"version": "5.0.0",
|
|
4046
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4047
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4048
|
-
"extraneous": true,
|
|
4049
|
-
"license": "ISC",
|
|
4050
|
-
"engines": {
|
|
4051
|
-
"node": ">=8"
|
|
4052
|
-
}
|
|
4053
|
-
},
|
|
4054
3979
|
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/name-from-folder": {
|
|
4055
3980
|
"version": "2.0.0",
|
|
4056
3981
|
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
|
|
@@ -4072,13 +3997,16 @@
|
|
|
4072
3997
|
}
|
|
4073
3998
|
},
|
|
4074
3999
|
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/package-json": {
|
|
4075
|
-
"version": "3.
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.
|
|
4077
|
-
"integrity": "sha512-
|
|
4000
|
+
"version": "3.1.0",
|
|
4001
|
+
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.1.0.tgz",
|
|
4002
|
+
"integrity": "sha512-qNPy6Yf9ruFST99xcrl5EWAvrb7qFrwgVbwdzcTJlIgxbArKOq5e/bgZ6rTL1X9hDgAdPbvL8RWx/OTLSB0ToA==",
|
|
4078
4003
|
"extraneous": true,
|
|
4079
4004
|
"license": "ISC",
|
|
4080
4005
|
"dependencies": {
|
|
4081
|
-
"
|
|
4006
|
+
"glob": "^10.2.2",
|
|
4007
|
+
"json-parse-even-better-errors": "^3.0.0",
|
|
4008
|
+
"normalize-package-data": "^5.0.0",
|
|
4009
|
+
"npm-normalize-package-bin": "^3.0.1"
|
|
4082
4010
|
},
|
|
4083
4011
|
"engines": {
|
|
4084
4012
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -4098,9 +4026,9 @@
|
|
|
4098
4026
|
}
|
|
4099
4027
|
},
|
|
4100
4028
|
"node_modules/@oclif/plugin-plugins/node_modules/@npmcli/run-script": {
|
|
4101
|
-
"version": "6.0.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.
|
|
4103
|
-
"integrity": "sha512-
|
|
4029
|
+
"version": "6.0.2",
|
|
4030
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz",
|
|
4031
|
+
"integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==",
|
|
4104
4032
|
"extraneous": true,
|
|
4105
4033
|
"license": "ISC",
|
|
4106
4034
|
"dependencies": {
|
|
@@ -4174,9 +4102,9 @@
|
|
|
4174
4102
|
}
|
|
4175
4103
|
},
|
|
4176
4104
|
"node_modules/@oclif/plugin-plugins/node_modules/cacache": {
|
|
4177
|
-
"version": "17.1.
|
|
4178
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.
|
|
4179
|
-
"integrity": "sha512-
|
|
4105
|
+
"version": "17.1.3",
|
|
4106
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.3.tgz",
|
|
4107
|
+
"integrity": "sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==",
|
|
4180
4108
|
"extraneous": true,
|
|
4181
4109
|
"license": "ISC",
|
|
4182
4110
|
"dependencies": {
|
|
@@ -4197,55 +4125,6 @@
|
|
|
4197
4125
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4198
4126
|
}
|
|
4199
4127
|
},
|
|
4200
|
-
"node_modules/@oclif/plugin-plugins/node_modules/cacache/node_modules/glob": {
|
|
4201
|
-
"version": "10.2.2",
|
|
4202
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz",
|
|
4203
|
-
"integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==",
|
|
4204
|
-
"extraneous": true,
|
|
4205
|
-
"license": "ISC",
|
|
4206
|
-
"dependencies": {
|
|
4207
|
-
"foreground-child": "^3.1.0",
|
|
4208
|
-
"jackspeak": "^2.0.3",
|
|
4209
|
-
"minimatch": "^9.0.0",
|
|
4210
|
-
"minipass": "^5.0.0",
|
|
4211
|
-
"path-scurry": "^1.7.0"
|
|
4212
|
-
},
|
|
4213
|
-
"bin": {
|
|
4214
|
-
"glob": "dist/cjs/src/bin.js"
|
|
4215
|
-
},
|
|
4216
|
-
"engines": {
|
|
4217
|
-
"node": ">=16 || 14 >=14.17"
|
|
4218
|
-
},
|
|
4219
|
-
"funding": {
|
|
4220
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4221
|
-
}
|
|
4222
|
-
},
|
|
4223
|
-
"node_modules/@oclif/plugin-plugins/node_modules/cacache/node_modules/minimatch": {
|
|
4224
|
-
"version": "9.0.0",
|
|
4225
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
|
|
4226
|
-
"integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
|
|
4227
|
-
"extraneous": true,
|
|
4228
|
-
"license": "ISC",
|
|
4229
|
-
"dependencies": {
|
|
4230
|
-
"brace-expansion": "^2.0.1"
|
|
4231
|
-
},
|
|
4232
|
-
"engines": {
|
|
4233
|
-
"node": ">=16 || 14 >=14.17"
|
|
4234
|
-
},
|
|
4235
|
-
"funding": {
|
|
4236
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4237
|
-
}
|
|
4238
|
-
},
|
|
4239
|
-
"node_modules/@oclif/plugin-plugins/node_modules/cacache/node_modules/minipass": {
|
|
4240
|
-
"version": "5.0.0",
|
|
4241
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4242
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4243
|
-
"extraneous": true,
|
|
4244
|
-
"license": "ISC",
|
|
4245
|
-
"engines": {
|
|
4246
|
-
"node": ">=8"
|
|
4247
|
-
}
|
|
4248
|
-
},
|
|
4249
4128
|
"node_modules/@oclif/plugin-plugins/node_modules/events": {
|
|
4250
4129
|
"version": "3.3.0",
|
|
4251
4130
|
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
@@ -4301,16 +4180,6 @@
|
|
|
4301
4180
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4302
4181
|
}
|
|
4303
4182
|
},
|
|
4304
|
-
"node_modules/@oclif/plugin-plugins/node_modules/fs-minipass/node_modules/minipass": {
|
|
4305
|
-
"version": "5.0.0",
|
|
4306
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4307
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4308
|
-
"extraneous": true,
|
|
4309
|
-
"license": "ISC",
|
|
4310
|
-
"engines": {
|
|
4311
|
-
"node": ">=8"
|
|
4312
|
-
}
|
|
4313
|
-
},
|
|
4314
4183
|
"node_modules/@oclif/plugin-plugins/node_modules/gauge": {
|
|
4315
4184
|
"version": "5.0.1",
|
|
4316
4185
|
"resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.1.tgz",
|
|
@@ -4332,16 +4201,20 @@
|
|
|
4332
4201
|
}
|
|
4333
4202
|
},
|
|
4334
4203
|
"node_modules/@oclif/plugin-plugins/node_modules/glob": {
|
|
4335
|
-
"version": "
|
|
4336
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
4337
|
-
"integrity": "sha512-
|
|
4204
|
+
"version": "10.2.6",
|
|
4205
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz",
|
|
4206
|
+
"integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==",
|
|
4338
4207
|
"extraneous": true,
|
|
4339
4208
|
"license": "ISC",
|
|
4340
4209
|
"dependencies": {
|
|
4341
|
-
"
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4344
|
-
"
|
|
4210
|
+
"foreground-child": "^3.1.0",
|
|
4211
|
+
"jackspeak": "^2.0.3",
|
|
4212
|
+
"minimatch": "^9.0.1",
|
|
4213
|
+
"minipass": "^5.0.0 || ^6.0.2",
|
|
4214
|
+
"path-scurry": "^1.7.0"
|
|
4215
|
+
},
|
|
4216
|
+
"bin": {
|
|
4217
|
+
"glob": "dist/cjs/src/bin.js"
|
|
4345
4218
|
},
|
|
4346
4219
|
"engines": {
|
|
4347
4220
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -4350,20 +4223,14 @@
|
|
|
4350
4223
|
"url": "https://github.com/sponsors/isaacs"
|
|
4351
4224
|
}
|
|
4352
4225
|
},
|
|
4353
|
-
"node_modules/@oclif/plugin-plugins/node_modules/glob/node_modules/
|
|
4354
|
-
"version": "
|
|
4355
|
-
"resolved": "https://registry.npmjs.org/
|
|
4356
|
-
"integrity": "sha512-
|
|
4226
|
+
"node_modules/@oclif/plugin-plugins/node_modules/glob/node_modules/minipass": {
|
|
4227
|
+
"version": "6.0.2",
|
|
4228
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz",
|
|
4229
|
+
"integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==",
|
|
4357
4230
|
"extraneous": true,
|
|
4358
4231
|
"license": "ISC",
|
|
4359
|
-
"dependencies": {
|
|
4360
|
-
"brace-expansion": "^2.0.1"
|
|
4361
|
-
},
|
|
4362
4232
|
"engines": {
|
|
4363
4233
|
"node": ">=16 || 14 >=14.17"
|
|
4364
|
-
},
|
|
4365
|
-
"funding": {
|
|
4366
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4367
4234
|
}
|
|
4368
4235
|
},
|
|
4369
4236
|
"node_modules/@oclif/plugin-plugins/node_modules/hosted-git-info": {
|
|
@@ -4407,22 +4274,6 @@
|
|
|
4407
4274
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4408
4275
|
}
|
|
4409
4276
|
},
|
|
4410
|
-
"node_modules/@oclif/plugin-plugins/node_modules/ignore-walk/node_modules/minimatch": {
|
|
4411
|
-
"version": "9.0.0",
|
|
4412
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
|
|
4413
|
-
"integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
|
|
4414
|
-
"extraneous": true,
|
|
4415
|
-
"license": "ISC",
|
|
4416
|
-
"dependencies": {
|
|
4417
|
-
"brace-expansion": "^2.0.1"
|
|
4418
|
-
},
|
|
4419
|
-
"engines": {
|
|
4420
|
-
"node": ">=16 || 14 >=14.17"
|
|
4421
|
-
},
|
|
4422
|
-
"funding": {
|
|
4423
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4424
|
-
}
|
|
4425
|
-
},
|
|
4426
4277
|
"node_modules/@oclif/plugin-plugins/node_modules/ini": {
|
|
4427
4278
|
"version": "4.1.0",
|
|
4428
4279
|
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.0.tgz",
|
|
@@ -4484,18 +4335,18 @@
|
|
|
4484
4335
|
}
|
|
4485
4336
|
},
|
|
4486
4337
|
"node_modules/@oclif/plugin-plugins/node_modules/libnpmdiff": {
|
|
4487
|
-
"version": "5.0.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-5.0.
|
|
4489
|
-
"integrity": "sha512-
|
|
4338
|
+
"version": "5.0.17",
|
|
4339
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-5.0.17.tgz",
|
|
4340
|
+
"integrity": "sha512-wptFvhrX+5dsjicG+D14j1dXWZUg4+vWDuL/m/8puZcrWhD3rdl7IunLmnw6eVQoep8EtxHv4DpARkQsW9xiqw==",
|
|
4490
4341
|
"extraneous": true,
|
|
4491
4342
|
"license": "ISC",
|
|
4492
4343
|
"dependencies": {
|
|
4493
|
-
"@npmcli/arborist": "^6.2.
|
|
4344
|
+
"@npmcli/arborist": "^6.2.9",
|
|
4494
4345
|
"@npmcli/disparity-colors": "^3.0.0",
|
|
4495
4346
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
4496
4347
|
"binary-extensions": "^2.2.0",
|
|
4497
4348
|
"diff": "^5.1.0",
|
|
4498
|
-
"minimatch": "^
|
|
4349
|
+
"minimatch": "^9.0.0",
|
|
4499
4350
|
"npm-package-arg": "^10.1.0",
|
|
4500
4351
|
"pacote": "^15.0.8",
|
|
4501
4352
|
"tar": "^6.1.13"
|
|
@@ -4505,13 +4356,13 @@
|
|
|
4505
4356
|
}
|
|
4506
4357
|
},
|
|
4507
4358
|
"node_modules/@oclif/plugin-plugins/node_modules/libnpmexec": {
|
|
4508
|
-
"version": "5.0.
|
|
4509
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-5.0.
|
|
4510
|
-
"integrity": "sha512-
|
|
4359
|
+
"version": "5.0.17",
|
|
4360
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-5.0.17.tgz",
|
|
4361
|
+
"integrity": "sha512-HGO8XiNWojyxb//LHsXmYuDWehPi/NuGsrNTu9VeRp/WNT5ijq2p219nLRu8ZBxGlBFCkLj8AbVRj1lmIFPObA==",
|
|
4511
4362
|
"extraneous": true,
|
|
4512
4363
|
"license": "ISC",
|
|
4513
4364
|
"dependencies": {
|
|
4514
|
-
"@npmcli/arborist": "^6.2.
|
|
4365
|
+
"@npmcli/arborist": "^6.2.9",
|
|
4515
4366
|
"@npmcli/run-script": "^6.0.0",
|
|
4516
4367
|
"chalk": "^4.1.0",
|
|
4517
4368
|
"ci-info": "^3.7.1",
|
|
@@ -4529,13 +4380,13 @@
|
|
|
4529
4380
|
}
|
|
4530
4381
|
},
|
|
4531
4382
|
"node_modules/@oclif/plugin-plugins/node_modules/libnpmfund": {
|
|
4532
|
-
"version": "4.0.
|
|
4533
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-4.0.
|
|
4534
|
-
"integrity": "sha512-
|
|
4383
|
+
"version": "4.0.17",
|
|
4384
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-4.0.17.tgz",
|
|
4385
|
+
"integrity": "sha512-7cOf67KxpSNK/g5mWy3LWojxgXwuXHw62gGyeDSH7wVOUahD9pZPKqt5jwHtfiFgSOe9Lf51lcVIaeAS3wekqg==",
|
|
4535
4386
|
"extraneous": true,
|
|
4536
4387
|
"license": "ISC",
|
|
4537
4388
|
"dependencies": {
|
|
4538
|
-
"@npmcli/arborist": "^6.2.
|
|
4389
|
+
"@npmcli/arborist": "^6.2.9"
|
|
4539
4390
|
},
|
|
4540
4391
|
"engines": {
|
|
4541
4392
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -4556,9 +4407,9 @@
|
|
|
4556
4407
|
}
|
|
4557
4408
|
},
|
|
4558
4409
|
"node_modules/@oclif/plugin-plugins/node_modules/libnpmorg": {
|
|
4559
|
-
"version": "5.0.
|
|
4560
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-5.0.
|
|
4561
|
-
"integrity": "sha512-
|
|
4410
|
+
"version": "5.0.4",
|
|
4411
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-5.0.4.tgz",
|
|
4412
|
+
"integrity": "sha512-YqYXLMAN0Y1eJH4w3hUFN9648xfSdvJANMsdeZTOWJOW4Pqp8qapJFzQdqCfUkg+tEuQmnaFQQKXvkMZC51+Mw==",
|
|
4562
4413
|
"extraneous": true,
|
|
4563
4414
|
"license": "ISC",
|
|
4564
4415
|
"dependencies": {
|
|
@@ -4570,13 +4421,13 @@
|
|
|
4570
4421
|
}
|
|
4571
4422
|
},
|
|
4572
4423
|
"node_modules/@oclif/plugin-plugins/node_modules/libnpmpack": {
|
|
4573
|
-
"version": "5.0.
|
|
4574
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-5.0.
|
|
4575
|
-
"integrity": "sha512-
|
|
4424
|
+
"version": "5.0.17",
|
|
4425
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-5.0.17.tgz",
|
|
4426
|
+
"integrity": "sha512-JvYZc3lLnZcbcmG9vOnbvGMd4Qfu4fQTi9zGlGn0KOUKUsWvkUGJYQwVHiW0/6r1yyn8kQ7/tCPj2+Ubz1njtQ==",
|
|
4576
4427
|
"extraneous": true,
|
|
4577
4428
|
"license": "ISC",
|
|
4578
4429
|
"dependencies": {
|
|
4579
|
-
"@npmcli/arborist": "^6.2.
|
|
4430
|
+
"@npmcli/arborist": "^6.2.9",
|
|
4580
4431
|
"@npmcli/run-script": "^6.0.0",
|
|
4581
4432
|
"npm-package-arg": "^10.1.0",
|
|
4582
4433
|
"pacote": "^15.0.8"
|
|
@@ -4586,9 +4437,9 @@
|
|
|
4586
4437
|
}
|
|
4587
4438
|
},
|
|
4588
4439
|
"node_modules/@oclif/plugin-plugins/node_modules/libnpmpublish": {
|
|
4589
|
-
"version": "7.
|
|
4590
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-7.
|
|
4591
|
-
"integrity": "sha512-
|
|
4440
|
+
"version": "7.2.0",
|
|
4441
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-7.2.0.tgz",
|
|
4442
|
+
"integrity": "sha512-8541kM4954q63VHdYTjCfMic2cAzPgMwktgiK9gcIH9CyhiZdrhVuLit0i3iJMl2NsWKdkR9gGxdtYnMjKoOKg==",
|
|
4592
4443
|
"extraneous": true,
|
|
4593
4444
|
"license": "ISC",
|
|
4594
4445
|
"dependencies": {
|
|
@@ -4598,7 +4449,7 @@
|
|
|
4598
4449
|
"npm-registry-fetch": "^14.0.3",
|
|
4599
4450
|
"proc-log": "^3.0.0",
|
|
4600
4451
|
"semver": "^7.3.7",
|
|
4601
|
-
"sigstore": "^1.
|
|
4452
|
+
"sigstore": "^1.4.0",
|
|
4602
4453
|
"ssri": "^10.0.1"
|
|
4603
4454
|
},
|
|
4604
4455
|
"engines": {
|
|
@@ -4692,36 +4543,26 @@
|
|
|
4692
4543
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4693
4544
|
}
|
|
4694
4545
|
},
|
|
4695
|
-
"node_modules/@oclif/plugin-plugins/node_modules/make-fetch-happen/node_modules/minipass": {
|
|
4696
|
-
"version": "5.0.0",
|
|
4697
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4698
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4699
|
-
"extraneous": true,
|
|
4700
|
-
"license": "ISC",
|
|
4701
|
-
"engines": {
|
|
4702
|
-
"node": ">=8"
|
|
4703
|
-
}
|
|
4704
|
-
},
|
|
4705
4546
|
"node_modules/@oclif/plugin-plugins/node_modules/minimatch": {
|
|
4706
|
-
"version": "
|
|
4707
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
4708
|
-
"integrity": "sha512-
|
|
4547
|
+
"version": "9.0.1",
|
|
4548
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
|
4549
|
+
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
|
|
4709
4550
|
"extraneous": true,
|
|
4710
4551
|
"license": "ISC",
|
|
4711
4552
|
"dependencies": {
|
|
4712
4553
|
"brace-expansion": "^2.0.1"
|
|
4713
4554
|
},
|
|
4714
4555
|
"engines": {
|
|
4715
|
-
"node": ">=
|
|
4556
|
+
"node": ">=16 || 14 >=14.17"
|
|
4716
4557
|
},
|
|
4717
4558
|
"funding": {
|
|
4718
4559
|
"url": "https://github.com/sponsors/isaacs"
|
|
4719
4560
|
}
|
|
4720
4561
|
},
|
|
4721
4562
|
"node_modules/@oclif/plugin-plugins/node_modules/minipass": {
|
|
4722
|
-
"version": "
|
|
4723
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
4724
|
-
"integrity": "sha512-
|
|
4563
|
+
"version": "5.0.0",
|
|
4564
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4565
|
+
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4725
4566
|
"extraneous": true,
|
|
4726
4567
|
"license": "ISC",
|
|
4727
4568
|
"engines": {
|
|
@@ -4746,16 +4587,6 @@
|
|
|
4746
4587
|
"encoding": "^0.1.13"
|
|
4747
4588
|
}
|
|
4748
4589
|
},
|
|
4749
|
-
"node_modules/@oclif/plugin-plugins/node_modules/minipass-fetch/node_modules/minipass": {
|
|
4750
|
-
"version": "5.0.0",
|
|
4751
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
4752
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
4753
|
-
"extraneous": true,
|
|
4754
|
-
"license": "ISC",
|
|
4755
|
-
"engines": {
|
|
4756
|
-
"node": ">=8"
|
|
4757
|
-
}
|
|
4758
|
-
},
|
|
4759
4590
|
"node_modules/@oclif/plugin-plugins/node_modules/mute-stream": {
|
|
4760
4591
|
"version": "1.0.0",
|
|
4761
4592
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
|
|
@@ -4799,9 +4630,9 @@
|
|
|
4799
4630
|
}
|
|
4800
4631
|
},
|
|
4801
4632
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
4802
|
-
"version": "9.6.
|
|
4803
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-9.6.
|
|
4804
|
-
"integrity": "sha512-
|
|
4633
|
+
"version": "9.6.7",
|
|
4634
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-9.6.7.tgz",
|
|
4635
|
+
"integrity": "sha512-xwkU1hSZl6Qrkfw3fhxVmMfNWu0A67+aZZs5gz/LoehCeAPkVhQDB90Z2NFoPSI1KpfBWCJ6Bp28wXzv5U5/2g==",
|
|
4805
4636
|
"bundleDependencies": [
|
|
4806
4637
|
"@isaacs/string-locale-compare",
|
|
4807
4638
|
"@npmcli/arborist",
|
|
@@ -4879,22 +4710,22 @@
|
|
|
4879
4710
|
],
|
|
4880
4711
|
"dependencies": {
|
|
4881
4712
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
4882
|
-
"@npmcli/arborist": "^6.2.
|
|
4883
|
-
"@npmcli/config": "^6.1.
|
|
4884
|
-
"@npmcli/map-workspaces": "^3.0.
|
|
4885
|
-
"@npmcli/package-json": "^3.
|
|
4886
|
-
"@npmcli/run-script": "^6.0.
|
|
4713
|
+
"@npmcli/arborist": "^6.2.9",
|
|
4714
|
+
"@npmcli/config": "^6.1.7",
|
|
4715
|
+
"@npmcli/map-workspaces": "^3.0.4",
|
|
4716
|
+
"@npmcli/package-json": "^3.1.0",
|
|
4717
|
+
"@npmcli/run-script": "^6.0.2",
|
|
4887
4718
|
"abbrev": "^2.0.0",
|
|
4888
4719
|
"archy": "~1.0.0",
|
|
4889
|
-
"cacache": "^17.
|
|
4720
|
+
"cacache": "^17.1.2",
|
|
4890
4721
|
"chalk": "^4.1.2",
|
|
4891
4722
|
"ci-info": "^3.8.0",
|
|
4892
4723
|
"cli-columns": "^4.0.0",
|
|
4893
4724
|
"cli-table3": "^0.6.3",
|
|
4894
4725
|
"columnify": "^1.6.0",
|
|
4895
4726
|
"fastest-levenshtein": "^1.0.16",
|
|
4896
|
-
"fs-minipass": "^3.0.
|
|
4897
|
-
"glob": "^
|
|
4727
|
+
"fs-minipass": "^3.0.2",
|
|
4728
|
+
"glob": "^10.2.4",
|
|
4898
4729
|
"graceful-fs": "^4.2.11",
|
|
4899
4730
|
"hosted-git-info": "^6.1.1",
|
|
4900
4731
|
"ini": "^4.1.0",
|
|
@@ -4902,19 +4733,19 @@
|
|
|
4902
4733
|
"is-cidr": "^4.0.2",
|
|
4903
4734
|
"json-parse-even-better-errors": "^3.0.0",
|
|
4904
4735
|
"libnpmaccess": "^7.0.2",
|
|
4905
|
-
"libnpmdiff": "^5.0.
|
|
4906
|
-
"libnpmexec": "^5.0.
|
|
4907
|
-
"libnpmfund": "^4.0.
|
|
4736
|
+
"libnpmdiff": "^5.0.17",
|
|
4737
|
+
"libnpmexec": "^5.0.17",
|
|
4738
|
+
"libnpmfund": "^4.0.17",
|
|
4908
4739
|
"libnpmhook": "^9.0.3",
|
|
4909
|
-
"libnpmorg": "^5.0.
|
|
4910
|
-
"libnpmpack": "^5.0.
|
|
4911
|
-
"libnpmpublish": "^7.
|
|
4740
|
+
"libnpmorg": "^5.0.4",
|
|
4741
|
+
"libnpmpack": "^5.0.17",
|
|
4742
|
+
"libnpmpublish": "^7.2.0",
|
|
4912
4743
|
"libnpmsearch": "^6.0.2",
|
|
4913
4744
|
"libnpmteam": "^5.0.3",
|
|
4914
4745
|
"libnpmversion": "^4.0.2",
|
|
4915
|
-
"make-fetch-happen": "^11.1.
|
|
4916
|
-
"minimatch": "^
|
|
4917
|
-
"minipass": "^
|
|
4746
|
+
"make-fetch-happen": "^11.1.1",
|
|
4747
|
+
"minimatch": "^9.0.0",
|
|
4748
|
+
"minipass": "^5.0.0",
|
|
4918
4749
|
"minipass-pipeline": "^1.2.4",
|
|
4919
4750
|
"ms": "^2.1.2",
|
|
4920
4751
|
"node-gyp": "^9.3.1",
|
|
@@ -4924,26 +4755,26 @@
|
|
|
4924
4755
|
"npm-package-arg": "^10.1.0",
|
|
4925
4756
|
"npm-pick-manifest": "^8.0.1",
|
|
4926
4757
|
"npm-profile": "^7.0.1",
|
|
4927
|
-
"npm-registry-fetch": "^14.0.
|
|
4758
|
+
"npm-registry-fetch": "^14.0.5",
|
|
4928
4759
|
"npm-user-validate": "^2.0.0",
|
|
4929
4760
|
"npmlog": "^7.0.1",
|
|
4930
4761
|
"p-map": "^4.0.0",
|
|
4931
|
-
"pacote": "^15.1.
|
|
4762
|
+
"pacote": "^15.1.3",
|
|
4932
4763
|
"parse-conflict-json": "^3.0.1",
|
|
4933
4764
|
"proc-log": "^3.0.0",
|
|
4934
4765
|
"qrcode-terminal": "^0.12.0",
|
|
4935
4766
|
"read": "^2.1.0",
|
|
4936
|
-
"read-package-json": "^6.0.
|
|
4767
|
+
"read-package-json": "^6.0.3",
|
|
4937
4768
|
"read-package-json-fast": "^3.0.2",
|
|
4938
|
-
"semver": "^7.5.
|
|
4939
|
-
"ssri": "^10.0.
|
|
4940
|
-
"tar": "^6.1.
|
|
4769
|
+
"semver": "^7.5.1",
|
|
4770
|
+
"ssri": "^10.0.4",
|
|
4771
|
+
"tar": "^6.1.14",
|
|
4941
4772
|
"text-table": "~0.2.0",
|
|
4942
4773
|
"tiny-relative-date": "^1.3.0",
|
|
4943
4774
|
"treeverse": "^3.0.0",
|
|
4944
4775
|
"validate-npm-package-name": "^5.0.0",
|
|
4945
|
-
"which": "^3.0.
|
|
4946
|
-
"write-file-atomic": "^5.0.
|
|
4776
|
+
"which": "^3.0.1",
|
|
4777
|
+
"write-file-atomic": "^5.0.1"
|
|
4947
4778
|
},
|
|
4948
4779
|
"bin": {
|
|
4949
4780
|
"npm": "bin/npm-cli.js",
|
|
@@ -5070,16 +4901,6 @@
|
|
|
5070
4901
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5071
4902
|
}
|
|
5072
4903
|
},
|
|
5073
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm-registry-fetch/node_modules/minipass": {
|
|
5074
|
-
"version": "5.0.0",
|
|
5075
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
5076
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
5077
|
-
"extraneous": true,
|
|
5078
|
-
"license": "ISC",
|
|
5079
|
-
"engines": {
|
|
5080
|
-
"node": ">=8"
|
|
5081
|
-
}
|
|
5082
|
-
},
|
|
5083
4904
|
"node_modules/@oclif/plugin-plugins/node_modules/npm-user-validate": {
|
|
5084
4905
|
"version": "2.0.0",
|
|
5085
4906
|
"resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.0.tgz",
|
|
@@ -5108,17 +4929,89 @@
|
|
|
5108
4929
|
"inBundle": true,
|
|
5109
4930
|
"license": "MIT"
|
|
5110
4931
|
},
|
|
5111
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/
|
|
5112
|
-
"version": "
|
|
5113
|
-
"resolved": "https://registry.npmjs.org/@isaacs/
|
|
5114
|
-
"integrity": "sha512-
|
|
4932
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui": {
|
|
4933
|
+
"version": "8.0.2",
|
|
4934
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
4935
|
+
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
5115
4936
|
"inBundle": true,
|
|
5116
|
-
"license": "ISC"
|
|
5117
|
-
|
|
4937
|
+
"license": "ISC",
|
|
4938
|
+
"dependencies": {
|
|
4939
|
+
"string-width": "^5.1.2",
|
|
4940
|
+
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
4941
|
+
"strip-ansi": "^7.0.1",
|
|
4942
|
+
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
4943
|
+
"wrap-ansi": "^8.1.0",
|
|
4944
|
+
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
4945
|
+
},
|
|
4946
|
+
"engines": {
|
|
4947
|
+
"node": ">=12"
|
|
4948
|
+
}
|
|
4949
|
+
},
|
|
4950
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4951
|
+
"version": "6.0.1",
|
|
4952
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4953
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4954
|
+
"inBundle": true,
|
|
4955
|
+
"license": "MIT",
|
|
4956
|
+
"engines": {
|
|
4957
|
+
"node": ">=12"
|
|
4958
|
+
},
|
|
4959
|
+
"funding": {
|
|
4960
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4961
|
+
}
|
|
4962
|
+
},
|
|
4963
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4964
|
+
"version": "9.2.2",
|
|
4965
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
4966
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
4967
|
+
"inBundle": true,
|
|
4968
|
+
"license": "MIT"
|
|
4969
|
+
},
|
|
4970
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
4971
|
+
"version": "5.1.2",
|
|
4972
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
4973
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
4974
|
+
"inBundle": true,
|
|
4975
|
+
"license": "MIT",
|
|
4976
|
+
"dependencies": {
|
|
4977
|
+
"eastasianwidth": "^0.2.0",
|
|
4978
|
+
"emoji-regex": "^9.2.2",
|
|
4979
|
+
"strip-ansi": "^7.0.1"
|
|
4980
|
+
},
|
|
4981
|
+
"engines": {
|
|
4982
|
+
"node": ">=12"
|
|
4983
|
+
},
|
|
4984
|
+
"funding": {
|
|
4985
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4986
|
+
}
|
|
4987
|
+
},
|
|
4988
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4989
|
+
"version": "7.0.1",
|
|
4990
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
|
|
4991
|
+
"integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
|
|
4992
|
+
"inBundle": true,
|
|
4993
|
+
"license": "MIT",
|
|
4994
|
+
"dependencies": {
|
|
4995
|
+
"ansi-regex": "^6.0.1"
|
|
4996
|
+
},
|
|
4997
|
+
"engines": {
|
|
4998
|
+
"node": ">=12"
|
|
4999
|
+
},
|
|
5000
|
+
"funding": {
|
|
5001
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5002
|
+
}
|
|
5003
|
+
},
|
|
5004
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
5005
|
+
"version": "1.1.0",
|
|
5006
|
+
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
5007
|
+
"integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==",
|
|
5008
|
+
"inBundle": true,
|
|
5009
|
+
"license": "ISC"
|
|
5010
|
+
},
|
|
5118
5011
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
5119
|
-
"version": "6.2.
|
|
5120
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.2.
|
|
5121
|
-
"integrity": "sha512-
|
|
5012
|
+
"version": "6.2.9",
|
|
5013
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.2.9.tgz",
|
|
5014
|
+
"integrity": "sha512-uC16dg+aykdctgIYPUKNa3pNGIDYh1egzk5vOf34d24cw5mwMsVArFiVdcRieKHmOGEv595se3x0fvbwNrBk8g==",
|
|
5122
5015
|
"inBundle": true,
|
|
5123
5016
|
"license": "ISC",
|
|
5124
5017
|
"dependencies": {
|
|
@@ -5138,7 +5031,7 @@
|
|
|
5138
5031
|
"hosted-git-info": "^6.1.1",
|
|
5139
5032
|
"json-parse-even-better-errors": "^3.0.0",
|
|
5140
5033
|
"json-stringify-nice": "^1.1.4",
|
|
5141
|
-
"minimatch": "^
|
|
5034
|
+
"minimatch": "^9.0.0",
|
|
5142
5035
|
"nopt": "^7.0.0",
|
|
5143
5036
|
"npm-install-checks": "^6.0.0",
|
|
5144
5037
|
"npm-package-arg": "^10.1.0",
|
|
@@ -5164,9 +5057,9 @@
|
|
|
5164
5057
|
}
|
|
5165
5058
|
},
|
|
5166
5059
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
5167
|
-
"version": "6.1.
|
|
5168
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-6.1.
|
|
5169
|
-
"integrity": "sha512-
|
|
5060
|
+
"version": "6.1.7",
|
|
5061
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-6.1.7.tgz",
|
|
5062
|
+
"integrity": "sha512-DyACY6Mv7TH1kz2iBgwS3xE7jKsY+ukUfDyY5PLl9LZTktmBBSybDNzX3bUii+SD4j77Bx6EvgS/jsaUtV7Fng==",
|
|
5170
5063
|
"inBundle": true,
|
|
5171
5064
|
"license": "ISC",
|
|
5172
5065
|
"dependencies": {
|
|
@@ -5246,13 +5139,15 @@
|
|
|
5246
5139
|
}
|
|
5247
5140
|
},
|
|
5248
5141
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/map-workspaces": {
|
|
5249
|
-
"version": "3.0.
|
|
5142
|
+
"version": "3.0.4",
|
|
5143
|
+
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.4.tgz",
|
|
5144
|
+
"integrity": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==",
|
|
5250
5145
|
"inBundle": true,
|
|
5251
5146
|
"license": "ISC",
|
|
5252
5147
|
"dependencies": {
|
|
5253
5148
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
5254
|
-
"glob": "^
|
|
5255
|
-
"minimatch": "^
|
|
5149
|
+
"glob": "^10.2.2",
|
|
5150
|
+
"minimatch": "^9.0.0",
|
|
5256
5151
|
"read-package-json-fast": "^3.0.0"
|
|
5257
5152
|
},
|
|
5258
5153
|
"engines": {
|
|
@@ -5310,13 +5205,16 @@
|
|
|
5310
5205
|
}
|
|
5311
5206
|
},
|
|
5312
5207
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/package-json": {
|
|
5313
|
-
"version": "3.
|
|
5314
|
-
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.
|
|
5315
|
-
"integrity": "sha512-
|
|
5208
|
+
"version": "3.1.0",
|
|
5209
|
+
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.1.0.tgz",
|
|
5210
|
+
"integrity": "sha512-qNPy6Yf9ruFST99xcrl5EWAvrb7qFrwgVbwdzcTJlIgxbArKOq5e/bgZ6rTL1X9hDgAdPbvL8RWx/OTLSB0ToA==",
|
|
5316
5211
|
"inBundle": true,
|
|
5317
5212
|
"license": "ISC",
|
|
5318
5213
|
"dependencies": {
|
|
5319
|
-
"
|
|
5214
|
+
"glob": "^10.2.2",
|
|
5215
|
+
"json-parse-even-better-errors": "^3.0.0",
|
|
5216
|
+
"normalize-package-data": "^5.0.0",
|
|
5217
|
+
"npm-normalize-package-bin": "^3.0.1"
|
|
5320
5218
|
},
|
|
5321
5219
|
"engines": {
|
|
5322
5220
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -5349,7 +5247,9 @@
|
|
|
5349
5247
|
}
|
|
5350
5248
|
},
|
|
5351
5249
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
5352
|
-
"version": "6.0.
|
|
5250
|
+
"version": "6.0.2",
|
|
5251
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz",
|
|
5252
|
+
"integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==",
|
|
5353
5253
|
"inBundle": true,
|
|
5354
5254
|
"license": "ISC",
|
|
5355
5255
|
"dependencies": {
|
|
@@ -5363,6 +5263,17 @@
|
|
|
5363
5263
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5364
5264
|
}
|
|
5365
5265
|
},
|
|
5266
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@pkgjs/parseargs": {
|
|
5267
|
+
"version": "0.11.0",
|
|
5268
|
+
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
5269
|
+
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
5270
|
+
"inBundle": true,
|
|
5271
|
+
"license": "MIT",
|
|
5272
|
+
"optional": true,
|
|
5273
|
+
"engines": {
|
|
5274
|
+
"node": ">=14"
|
|
5275
|
+
}
|
|
5276
|
+
},
|
|
5366
5277
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
5367
5278
|
"version": "0.1.0",
|
|
5368
5279
|
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz",
|
|
@@ -5394,14 +5305,12 @@
|
|
|
5394
5305
|
}
|
|
5395
5306
|
},
|
|
5396
5307
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@tufjs/models": {
|
|
5397
|
-
"version": "1.0.
|
|
5398
|
-
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.3.tgz",
|
|
5399
|
-
"integrity": "sha512-mkFEqqRisi13DmR5pX4x+Zk97EiU8djTtpNW1GeuX410y/raAsq/T3ZCjwoRIZ8/cIBfW0olK/sywlAiWevDVw==",
|
|
5308
|
+
"version": "1.0.4",
|
|
5400
5309
|
"inBundle": true,
|
|
5401
5310
|
"license": "MIT",
|
|
5402
5311
|
"dependencies": {
|
|
5403
5312
|
"@tufjs/canonical-json": "1.0.0",
|
|
5404
|
-
"minimatch": "^
|
|
5313
|
+
"minimatch": "^9.0.0"
|
|
5405
5314
|
},
|
|
5406
5315
|
"engines": {
|
|
5407
5316
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -5626,20 +5535,19 @@
|
|
|
5626
5535
|
}
|
|
5627
5536
|
},
|
|
5628
5537
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
5629
|
-
"version": "17.
|
|
5538
|
+
"version": "17.1.2",
|
|
5630
5539
|
"inBundle": true,
|
|
5631
5540
|
"license": "ISC",
|
|
5632
5541
|
"dependencies": {
|
|
5633
5542
|
"@npmcli/fs": "^3.1.0",
|
|
5634
5543
|
"fs-minipass": "^3.0.0",
|
|
5635
|
-
"glob": "^
|
|
5544
|
+
"glob": "^10.2.2",
|
|
5636
5545
|
"lru-cache": "^7.7.1",
|
|
5637
|
-
"minipass": "^
|
|
5546
|
+
"minipass": "^5.0.0",
|
|
5638
5547
|
"minipass-collect": "^1.0.2",
|
|
5639
5548
|
"minipass-flush": "^1.0.5",
|
|
5640
5549
|
"minipass-pipeline": "^1.2.4",
|
|
5641
5550
|
"p-map": "^4.0.0",
|
|
5642
|
-
"promise-inflight": "^1.0.1",
|
|
5643
5551
|
"ssri": "^10.0.0",
|
|
5644
5552
|
"tar": "^6.1.11",
|
|
5645
5553
|
"unique-filename": "^3.0.0"
|
|
@@ -5829,6 +5737,37 @@
|
|
|
5829
5737
|
"inBundle": true,
|
|
5830
5738
|
"license": "ISC"
|
|
5831
5739
|
},
|
|
5740
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cross-spawn": {
|
|
5741
|
+
"version": "7.0.3",
|
|
5742
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
5743
|
+
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
5744
|
+
"inBundle": true,
|
|
5745
|
+
"license": "MIT",
|
|
5746
|
+
"dependencies": {
|
|
5747
|
+
"path-key": "^3.1.0",
|
|
5748
|
+
"shebang-command": "^2.0.0",
|
|
5749
|
+
"which": "^2.0.1"
|
|
5750
|
+
},
|
|
5751
|
+
"engines": {
|
|
5752
|
+
"node": ">= 8"
|
|
5753
|
+
}
|
|
5754
|
+
},
|
|
5755
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cross-spawn/node_modules/which": {
|
|
5756
|
+
"version": "2.0.2",
|
|
5757
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
5758
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
5759
|
+
"inBundle": true,
|
|
5760
|
+
"license": "ISC",
|
|
5761
|
+
"dependencies": {
|
|
5762
|
+
"isexe": "^2.0.0"
|
|
5763
|
+
},
|
|
5764
|
+
"bin": {
|
|
5765
|
+
"node-which": "bin/node-which"
|
|
5766
|
+
},
|
|
5767
|
+
"engines": {
|
|
5768
|
+
"node": ">= 8"
|
|
5769
|
+
}
|
|
5770
|
+
},
|
|
5832
5771
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cssesc": {
|
|
5833
5772
|
"version": "3.0.0",
|
|
5834
5773
|
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
@@ -5907,6 +5846,13 @@
|
|
|
5907
5846
|
"node": ">=0.3.1"
|
|
5908
5847
|
}
|
|
5909
5848
|
},
|
|
5849
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/eastasianwidth": {
|
|
5850
|
+
"version": "0.2.0",
|
|
5851
|
+
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
5852
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
5853
|
+
"inBundle": true,
|
|
5854
|
+
"license": "MIT"
|
|
5855
|
+
},
|
|
5910
5856
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/emoji-regex": {
|
|
5911
5857
|
"version": "8.0.0",
|
|
5912
5858
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
@@ -5972,12 +5918,31 @@
|
|
|
5972
5918
|
"node": ">= 4.9.1"
|
|
5973
5919
|
}
|
|
5974
5920
|
},
|
|
5921
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/foreground-child": {
|
|
5922
|
+
"version": "3.1.1",
|
|
5923
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
|
|
5924
|
+
"integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
|
|
5925
|
+
"inBundle": true,
|
|
5926
|
+
"license": "ISC",
|
|
5927
|
+
"dependencies": {
|
|
5928
|
+
"cross-spawn": "^7.0.0",
|
|
5929
|
+
"signal-exit": "^4.0.1"
|
|
5930
|
+
},
|
|
5931
|
+
"engines": {
|
|
5932
|
+
"node": ">=14"
|
|
5933
|
+
},
|
|
5934
|
+
"funding": {
|
|
5935
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5936
|
+
}
|
|
5937
|
+
},
|
|
5975
5938
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/fs-minipass": {
|
|
5976
|
-
"version": "3.0.
|
|
5939
|
+
"version": "3.0.2",
|
|
5940
|
+
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.2.tgz",
|
|
5941
|
+
"integrity": "sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==",
|
|
5977
5942
|
"inBundle": true,
|
|
5978
5943
|
"license": "ISC",
|
|
5979
5944
|
"dependencies": {
|
|
5980
|
-
"minipass": "^
|
|
5945
|
+
"minipass": "^5.0.0"
|
|
5981
5946
|
},
|
|
5982
5947
|
"engines": {
|
|
5983
5948
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -5998,7 +5963,9 @@
|
|
|
5998
5963
|
"license": "MIT"
|
|
5999
5964
|
},
|
|
6000
5965
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge": {
|
|
6001
|
-
"version": "5.0.
|
|
5966
|
+
"version": "5.0.1",
|
|
5967
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.1.tgz",
|
|
5968
|
+
"integrity": "sha512-CmykPMJGuNan/3S4kZOpvvPYSNqSHANiWnh9XcMU2pSjtBfF0XzZ2p1bFAxTbnFxyBuPxQYHhzwaoOmUdqzvxQ==",
|
|
6002
5969
|
"inBundle": true,
|
|
6003
5970
|
"license": "ISC",
|
|
6004
5971
|
"dependencies": {
|
|
@@ -6006,7 +5973,7 @@
|
|
|
6006
5973
|
"color-support": "^1.1.3",
|
|
6007
5974
|
"console-control-strings": "^1.1.0",
|
|
6008
5975
|
"has-unicode": "^2.0.1",
|
|
6009
|
-
"signal-exit": "^
|
|
5976
|
+
"signal-exit": "^4.0.1",
|
|
6010
5977
|
"string-width": "^4.2.3",
|
|
6011
5978
|
"strip-ansi": "^6.0.1",
|
|
6012
5979
|
"wide-align": "^1.1.5"
|
|
@@ -6016,14 +5983,18 @@
|
|
|
6016
5983
|
}
|
|
6017
5984
|
},
|
|
6018
5985
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
6019
|
-
"version": "
|
|
5986
|
+
"version": "10.2.4",
|
|
6020
5987
|
"inBundle": true,
|
|
6021
5988
|
"license": "ISC",
|
|
6022
5989
|
"dependencies": {
|
|
6023
|
-
"
|
|
6024
|
-
"
|
|
6025
|
-
"
|
|
6026
|
-
"
|
|
5990
|
+
"foreground-child": "^3.1.0",
|
|
5991
|
+
"jackspeak": "^2.0.3",
|
|
5992
|
+
"minimatch": "^9.0.0",
|
|
5993
|
+
"minipass": "^5.0.0 || ^6.0.0",
|
|
5994
|
+
"path-scurry": "^1.7.0"
|
|
5995
|
+
},
|
|
5996
|
+
"bin": {
|
|
5997
|
+
"glob": "dist/cjs/src/bin.js"
|
|
6027
5998
|
},
|
|
6028
5999
|
"engines": {
|
|
6029
6000
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6164,11 +6135,13 @@
|
|
|
6164
6135
|
"license": "BSD-3-Clause"
|
|
6165
6136
|
},
|
|
6166
6137
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
6167
|
-
"version": "6.0.
|
|
6138
|
+
"version": "6.0.3",
|
|
6139
|
+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz",
|
|
6140
|
+
"integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==",
|
|
6168
6141
|
"inBundle": true,
|
|
6169
6142
|
"license": "ISC",
|
|
6170
6143
|
"dependencies": {
|
|
6171
|
-
"minimatch": "^
|
|
6144
|
+
"minimatch": "^9.0.0"
|
|
6172
6145
|
},
|
|
6173
6146
|
"engines": {
|
|
6174
6147
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6279,9 +6252,7 @@
|
|
|
6279
6252
|
}
|
|
6280
6253
|
},
|
|
6281
6254
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/is-core-module": {
|
|
6282
|
-
"version": "2.
|
|
6283
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
|
|
6284
|
-
"integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
|
|
6255
|
+
"version": "2.12.0",
|
|
6285
6256
|
"inBundle": true,
|
|
6286
6257
|
"license": "MIT",
|
|
6287
6258
|
"dependencies": {
|
|
@@ -6315,6 +6286,25 @@
|
|
|
6315
6286
|
"inBundle": true,
|
|
6316
6287
|
"license": "ISC"
|
|
6317
6288
|
},
|
|
6289
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jackspeak": {
|
|
6290
|
+
"version": "2.2.0",
|
|
6291
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.0.tgz",
|
|
6292
|
+
"integrity": "sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==",
|
|
6293
|
+
"inBundle": true,
|
|
6294
|
+
"license": "BlueOak-1.0.0",
|
|
6295
|
+
"dependencies": {
|
|
6296
|
+
"@isaacs/cliui": "^8.0.2"
|
|
6297
|
+
},
|
|
6298
|
+
"engines": {
|
|
6299
|
+
"node": ">=14"
|
|
6300
|
+
},
|
|
6301
|
+
"funding": {
|
|
6302
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
6303
|
+
},
|
|
6304
|
+
"optionalDependencies": {
|
|
6305
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
6306
|
+
}
|
|
6307
|
+
},
|
|
6318
6308
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
6319
6309
|
"version": "3.0.0",
|
|
6320
6310
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz",
|
|
@@ -6374,18 +6364,18 @@
|
|
|
6374
6364
|
}
|
|
6375
6365
|
},
|
|
6376
6366
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
6377
|
-
"version": "5.0.
|
|
6378
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-5.0.
|
|
6379
|
-
"integrity": "sha512-
|
|
6367
|
+
"version": "5.0.17",
|
|
6368
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-5.0.17.tgz",
|
|
6369
|
+
"integrity": "sha512-wptFvhrX+5dsjicG+D14j1dXWZUg4+vWDuL/m/8puZcrWhD3rdl7IunLmnw6eVQoep8EtxHv4DpARkQsW9xiqw==",
|
|
6380
6370
|
"inBundle": true,
|
|
6381
6371
|
"license": "ISC",
|
|
6382
6372
|
"dependencies": {
|
|
6383
|
-
"@npmcli/arborist": "^6.2.
|
|
6373
|
+
"@npmcli/arborist": "^6.2.9",
|
|
6384
6374
|
"@npmcli/disparity-colors": "^3.0.0",
|
|
6385
6375
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
6386
6376
|
"binary-extensions": "^2.2.0",
|
|
6387
6377
|
"diff": "^5.1.0",
|
|
6388
|
-
"minimatch": "^
|
|
6378
|
+
"minimatch": "^9.0.0",
|
|
6389
6379
|
"npm-package-arg": "^10.1.0",
|
|
6390
6380
|
"pacote": "^15.0.8",
|
|
6391
6381
|
"tar": "^6.1.13"
|
|
@@ -6395,13 +6385,13 @@
|
|
|
6395
6385
|
}
|
|
6396
6386
|
},
|
|
6397
6387
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
6398
|
-
"version": "5.0.
|
|
6399
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-5.0.
|
|
6400
|
-
"integrity": "sha512-
|
|
6388
|
+
"version": "5.0.17",
|
|
6389
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-5.0.17.tgz",
|
|
6390
|
+
"integrity": "sha512-HGO8XiNWojyxb//LHsXmYuDWehPi/NuGsrNTu9VeRp/WNT5ijq2p219nLRu8ZBxGlBFCkLj8AbVRj1lmIFPObA==",
|
|
6401
6391
|
"inBundle": true,
|
|
6402
6392
|
"license": "ISC",
|
|
6403
6393
|
"dependencies": {
|
|
6404
|
-
"@npmcli/arborist": "^6.2.
|
|
6394
|
+
"@npmcli/arborist": "^6.2.9",
|
|
6405
6395
|
"@npmcli/run-script": "^6.0.0",
|
|
6406
6396
|
"chalk": "^4.1.0",
|
|
6407
6397
|
"ci-info": "^3.7.1",
|
|
@@ -6419,13 +6409,13 @@
|
|
|
6419
6409
|
}
|
|
6420
6410
|
},
|
|
6421
6411
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
6422
|
-
"version": "4.0.
|
|
6423
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-4.0.
|
|
6424
|
-
"integrity": "sha512-
|
|
6412
|
+
"version": "4.0.17",
|
|
6413
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-4.0.17.tgz",
|
|
6414
|
+
"integrity": "sha512-7cOf67KxpSNK/g5mWy3LWojxgXwuXHw62gGyeDSH7wVOUahD9pZPKqt5jwHtfiFgSOe9Lf51lcVIaeAS3wekqg==",
|
|
6425
6415
|
"inBundle": true,
|
|
6426
6416
|
"license": "ISC",
|
|
6427
6417
|
"dependencies": {
|
|
6428
|
-
"@npmcli/arborist": "^6.2.
|
|
6418
|
+
"@npmcli/arborist": "^6.2.9"
|
|
6429
6419
|
},
|
|
6430
6420
|
"engines": {
|
|
6431
6421
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6446,9 +6436,9 @@
|
|
|
6446
6436
|
}
|
|
6447
6437
|
},
|
|
6448
6438
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
6449
|
-
"version": "5.0.
|
|
6450
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-5.0.
|
|
6451
|
-
"integrity": "sha512-
|
|
6439
|
+
"version": "5.0.4",
|
|
6440
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-5.0.4.tgz",
|
|
6441
|
+
"integrity": "sha512-YqYXLMAN0Y1eJH4w3hUFN9648xfSdvJANMsdeZTOWJOW4Pqp8qapJFzQdqCfUkg+tEuQmnaFQQKXvkMZC51+Mw==",
|
|
6452
6442
|
"inBundle": true,
|
|
6453
6443
|
"license": "ISC",
|
|
6454
6444
|
"dependencies": {
|
|
@@ -6460,13 +6450,13 @@
|
|
|
6460
6450
|
}
|
|
6461
6451
|
},
|
|
6462
6452
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
6463
|
-
"version": "5.0.
|
|
6464
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-5.0.
|
|
6465
|
-
"integrity": "sha512-
|
|
6453
|
+
"version": "5.0.17",
|
|
6454
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-5.0.17.tgz",
|
|
6455
|
+
"integrity": "sha512-JvYZc3lLnZcbcmG9vOnbvGMd4Qfu4fQTi9zGlGn0KOUKUsWvkUGJYQwVHiW0/6r1yyn8kQ7/tCPj2+Ubz1njtQ==",
|
|
6466
6456
|
"inBundle": true,
|
|
6467
6457
|
"license": "ISC",
|
|
6468
6458
|
"dependencies": {
|
|
6469
|
-
"@npmcli/arborist": "^6.2.
|
|
6459
|
+
"@npmcli/arborist": "^6.2.9",
|
|
6470
6460
|
"@npmcli/run-script": "^6.0.0",
|
|
6471
6461
|
"npm-package-arg": "^10.1.0",
|
|
6472
6462
|
"pacote": "^15.0.8"
|
|
@@ -6476,9 +6466,9 @@
|
|
|
6476
6466
|
}
|
|
6477
6467
|
},
|
|
6478
6468
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
6479
|
-
"version": "7.
|
|
6480
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-7.
|
|
6481
|
-
"integrity": "sha512-
|
|
6469
|
+
"version": "7.2.0",
|
|
6470
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-7.2.0.tgz",
|
|
6471
|
+
"integrity": "sha512-8541kM4954q63VHdYTjCfMic2cAzPgMwktgiK9gcIH9CyhiZdrhVuLit0i3iJMl2NsWKdkR9gGxdtYnMjKoOKg==",
|
|
6482
6472
|
"inBundle": true,
|
|
6483
6473
|
"license": "ISC",
|
|
6484
6474
|
"dependencies": {
|
|
@@ -6488,7 +6478,7 @@
|
|
|
6488
6478
|
"npm-registry-fetch": "^14.0.3",
|
|
6489
6479
|
"proc-log": "^3.0.0",
|
|
6490
6480
|
"semver": "^7.3.7",
|
|
6491
|
-
"sigstore": "^1.
|
|
6481
|
+
"sigstore": "^1.4.0",
|
|
6492
6482
|
"ssri": "^10.0.1"
|
|
6493
6483
|
},
|
|
6494
6484
|
"engines": {
|
|
@@ -6550,7 +6540,9 @@
|
|
|
6550
6540
|
}
|
|
6551
6541
|
},
|
|
6552
6542
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/make-fetch-happen": {
|
|
6553
|
-
"version": "11.1.
|
|
6543
|
+
"version": "11.1.1",
|
|
6544
|
+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz",
|
|
6545
|
+
"integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==",
|
|
6554
6546
|
"inBundle": true,
|
|
6555
6547
|
"license": "ISC",
|
|
6556
6548
|
"dependencies": {
|
|
@@ -6561,7 +6553,7 @@
|
|
|
6561
6553
|
"https-proxy-agent": "^5.0.0",
|
|
6562
6554
|
"is-lambda": "^1.0.1",
|
|
6563
6555
|
"lru-cache": "^7.7.1",
|
|
6564
|
-
"minipass": "^
|
|
6556
|
+
"minipass": "^5.0.0",
|
|
6565
6557
|
"minipass-fetch": "^3.0.0",
|
|
6566
6558
|
"minipass-flush": "^1.0.5",
|
|
6567
6559
|
"minipass-pipeline": "^1.2.4",
|
|
@@ -6575,25 +6567,23 @@
|
|
|
6575
6567
|
}
|
|
6576
6568
|
},
|
|
6577
6569
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minimatch": {
|
|
6578
|
-
"version": "
|
|
6579
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz",
|
|
6580
|
-
"integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==",
|
|
6570
|
+
"version": "9.0.0",
|
|
6581
6571
|
"inBundle": true,
|
|
6582
6572
|
"license": "ISC",
|
|
6583
6573
|
"dependencies": {
|
|
6584
6574
|
"brace-expansion": "^2.0.1"
|
|
6585
6575
|
},
|
|
6586
6576
|
"engines": {
|
|
6587
|
-
"node": ">=
|
|
6577
|
+
"node": ">=16 || 14 >=14.17"
|
|
6588
6578
|
},
|
|
6589
6579
|
"funding": {
|
|
6590
6580
|
"url": "https://github.com/sponsors/isaacs"
|
|
6591
6581
|
}
|
|
6592
6582
|
},
|
|
6593
6583
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass": {
|
|
6594
|
-
"version": "
|
|
6595
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
6596
|
-
"integrity": "sha512-
|
|
6584
|
+
"version": "5.0.0",
|
|
6585
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
6586
|
+
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
6597
6587
|
"inBundle": true,
|
|
6598
6588
|
"license": "ISC",
|
|
6599
6589
|
"engines": {
|
|
@@ -6627,11 +6617,13 @@
|
|
|
6627
6617
|
}
|
|
6628
6618
|
},
|
|
6629
6619
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
6630
|
-
"version": "3.0.
|
|
6620
|
+
"version": "3.0.3",
|
|
6621
|
+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.3.tgz",
|
|
6622
|
+
"integrity": "sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==",
|
|
6631
6623
|
"inBundle": true,
|
|
6632
6624
|
"license": "MIT",
|
|
6633
6625
|
"dependencies": {
|
|
6634
|
-
"minipass": "^
|
|
6626
|
+
"minipass": "^5.0.0",
|
|
6635
6627
|
"minipass-sized": "^1.0.3",
|
|
6636
6628
|
"minizlib": "^2.1.2"
|
|
6637
6629
|
},
|
|
@@ -7128,6 +7120,13 @@
|
|
|
7128
7120
|
"node": ">= 6"
|
|
7129
7121
|
}
|
|
7130
7122
|
},
|
|
7123
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/node-gyp/node_modules/signal-exit": {
|
|
7124
|
+
"version": "3.0.7",
|
|
7125
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
7126
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
7127
|
+
"inBundle": true,
|
|
7128
|
+
"license": "ISC"
|
|
7129
|
+
},
|
|
7131
7130
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/node-gyp/node_modules/ssri": {
|
|
7132
7131
|
"version": "9.0.1",
|
|
7133
7132
|
"resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz",
|
|
@@ -7255,7 +7254,9 @@
|
|
|
7255
7254
|
}
|
|
7256
7255
|
},
|
|
7257
7256
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-normalize-package-bin": {
|
|
7258
|
-
"version": "3.0.
|
|
7257
|
+
"version": "3.0.1",
|
|
7258
|
+
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
|
|
7259
|
+
"integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
|
|
7259
7260
|
"inBundle": true,
|
|
7260
7261
|
"license": "ISC",
|
|
7261
7262
|
"engines": {
|
|
@@ -7322,12 +7323,14 @@
|
|
|
7322
7323
|
}
|
|
7323
7324
|
},
|
|
7324
7325
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-registry-fetch": {
|
|
7325
|
-
"version": "14.0.
|
|
7326
|
+
"version": "14.0.5",
|
|
7327
|
+
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz",
|
|
7328
|
+
"integrity": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==",
|
|
7326
7329
|
"inBundle": true,
|
|
7327
7330
|
"license": "ISC",
|
|
7328
7331
|
"dependencies": {
|
|
7329
7332
|
"make-fetch-happen": "^11.0.0",
|
|
7330
|
-
"minipass": "^
|
|
7333
|
+
"minipass": "^5.0.0",
|
|
7331
7334
|
"minipass-fetch": "^3.0.0",
|
|
7332
7335
|
"minipass-json-stream": "^1.0.1",
|
|
7333
7336
|
"minizlib": "^2.1.2",
|
|
@@ -7391,7 +7394,7 @@
|
|
|
7391
7394
|
}
|
|
7392
7395
|
},
|
|
7393
7396
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
7394
|
-
"version": "15.1.
|
|
7397
|
+
"version": "15.1.3",
|
|
7395
7398
|
"inBundle": true,
|
|
7396
7399
|
"license": "ISC",
|
|
7397
7400
|
"dependencies": {
|
|
@@ -7401,7 +7404,7 @@
|
|
|
7401
7404
|
"@npmcli/run-script": "^6.0.0",
|
|
7402
7405
|
"cacache": "^17.0.0",
|
|
7403
7406
|
"fs-minipass": "^3.0.0",
|
|
7404
|
-
"minipass": "^
|
|
7407
|
+
"minipass": "^5.0.0",
|
|
7405
7408
|
"npm-package-arg": "^10.0.0",
|
|
7406
7409
|
"npm-packlist": "^7.0.0",
|
|
7407
7410
|
"npm-pick-manifest": "^8.0.0",
|
|
@@ -7410,7 +7413,7 @@
|
|
|
7410
7413
|
"promise-retry": "^2.0.1",
|
|
7411
7414
|
"read-package-json": "^6.0.0",
|
|
7412
7415
|
"read-package-json-fast": "^3.0.0",
|
|
7413
|
-
"sigstore": "^1.
|
|
7416
|
+
"sigstore": "^1.3.0",
|
|
7414
7417
|
"ssri": "^10.0.0",
|
|
7415
7418
|
"tar": "^6.1.11"
|
|
7416
7419
|
},
|
|
@@ -7446,13 +7449,23 @@
|
|
|
7446
7449
|
"node": ">=0.10.0"
|
|
7447
7450
|
}
|
|
7448
7451
|
},
|
|
7452
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/path-key": {
|
|
7453
|
+
"version": "3.1.1",
|
|
7454
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
7455
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
7456
|
+
"inBundle": true,
|
|
7457
|
+
"license": "MIT",
|
|
7458
|
+
"engines": {
|
|
7459
|
+
"node": ">=8"
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7449
7462
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/path-scurry": {
|
|
7450
|
-
"version": "1.
|
|
7463
|
+
"version": "1.9.1",
|
|
7451
7464
|
"inBundle": true,
|
|
7452
7465
|
"license": "BlueOak-1.0.0",
|
|
7453
7466
|
"dependencies": {
|
|
7454
|
-
"lru-cache": "^
|
|
7455
|
-
"minipass": "^
|
|
7467
|
+
"lru-cache": "^9.1.1",
|
|
7468
|
+
"minipass": "^5.0.0 || ^6.0.0"
|
|
7456
7469
|
},
|
|
7457
7470
|
"engines": {
|
|
7458
7471
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -7461,10 +7474,16 @@
|
|
|
7461
7474
|
"url": "https://github.com/sponsors/isaacs"
|
|
7462
7475
|
}
|
|
7463
7476
|
},
|
|
7477
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/path-scurry/node_modules/lru-cache": {
|
|
7478
|
+
"version": "9.1.1",
|
|
7479
|
+
"inBundle": true,
|
|
7480
|
+
"license": "ISC",
|
|
7481
|
+
"engines": {
|
|
7482
|
+
"node": "14 || >=16.14"
|
|
7483
|
+
}
|
|
7484
|
+
},
|
|
7464
7485
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
7465
|
-
"version": "6.0.
|
|
7466
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
|
|
7467
|
-
"integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
|
|
7486
|
+
"version": "6.0.13",
|
|
7468
7487
|
"inBundle": true,
|
|
7469
7488
|
"license": "MIT",
|
|
7470
7489
|
"dependencies": {
|
|
@@ -7582,11 +7601,13 @@
|
|
|
7582
7601
|
}
|
|
7583
7602
|
},
|
|
7584
7603
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/read-package-json": {
|
|
7585
|
-
"version": "6.0.
|
|
7604
|
+
"version": "6.0.3",
|
|
7605
|
+
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.3.tgz",
|
|
7606
|
+
"integrity": "sha512-4QbpReW4kxFgeBQ0vPAqh2y8sXEB3D4t3jsXbJKIhBiF80KT6XRo45reqwtftju5J6ru1ax06A2Gb/wM1qCOEQ==",
|
|
7586
7607
|
"inBundle": true,
|
|
7587
7608
|
"license": "ISC",
|
|
7588
7609
|
"dependencies": {
|
|
7589
|
-
"glob": "^
|
|
7610
|
+
"glob": "^10.2.2",
|
|
7590
7611
|
"json-parse-even-better-errors": "^3.0.0",
|
|
7591
7612
|
"normalize-package-data": "^5.0.0",
|
|
7592
7613
|
"npm-normalize-package-bin": "^3.0.0"
|
|
@@ -7610,9 +7631,7 @@
|
|
|
7610
7631
|
}
|
|
7611
7632
|
},
|
|
7612
7633
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
7613
|
-
"version": "4.
|
|
7614
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
|
|
7615
|
-
"integrity": "sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==",
|
|
7634
|
+
"version": "4.4.0",
|
|
7616
7635
|
"inBundle": true,
|
|
7617
7636
|
"license": "MIT",
|
|
7618
7637
|
"dependencies": {
|
|
@@ -7712,7 +7731,9 @@
|
|
|
7712
7731
|
"optional": true
|
|
7713
7732
|
},
|
|
7714
7733
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
|
|
7715
|
-
"version": "7.5.
|
|
7734
|
+
"version": "7.5.1",
|
|
7735
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
|
|
7736
|
+
"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
|
|
7716
7737
|
"inBundle": true,
|
|
7717
7738
|
"license": "ISC",
|
|
7718
7739
|
"dependencies": {
|
|
@@ -7745,15 +7766,44 @@
|
|
|
7745
7766
|
"inBundle": true,
|
|
7746
7767
|
"license": "ISC"
|
|
7747
7768
|
},
|
|
7769
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/shebang-command": {
|
|
7770
|
+
"version": "2.0.0",
|
|
7771
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
7772
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
7773
|
+
"inBundle": true,
|
|
7774
|
+
"license": "MIT",
|
|
7775
|
+
"dependencies": {
|
|
7776
|
+
"shebang-regex": "^3.0.0"
|
|
7777
|
+
},
|
|
7778
|
+
"engines": {
|
|
7779
|
+
"node": ">=8"
|
|
7780
|
+
}
|
|
7781
|
+
},
|
|
7782
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/shebang-regex": {
|
|
7783
|
+
"version": "3.0.0",
|
|
7784
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
7785
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
7786
|
+
"inBundle": true,
|
|
7787
|
+
"license": "MIT",
|
|
7788
|
+
"engines": {
|
|
7789
|
+
"node": ">=8"
|
|
7790
|
+
}
|
|
7791
|
+
},
|
|
7748
7792
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/signal-exit": {
|
|
7749
|
-
"version": "
|
|
7750
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
7751
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
7793
|
+
"version": "4.0.2",
|
|
7752
7794
|
"inBundle": true,
|
|
7753
|
-
"license": "ISC"
|
|
7795
|
+
"license": "ISC",
|
|
7796
|
+
"engines": {
|
|
7797
|
+
"node": ">=14"
|
|
7798
|
+
},
|
|
7799
|
+
"funding": {
|
|
7800
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
7801
|
+
}
|
|
7754
7802
|
},
|
|
7755
7803
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
7756
|
-
"version": "1.
|
|
7804
|
+
"version": "1.5.2",
|
|
7805
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.5.2.tgz",
|
|
7806
|
+
"integrity": "sha512-X95v6xAAooVpn7PaB94TDmFeSO5SBfCtB1R23fvzr36WTfjtkiiyOeei979nbTjc8nzh6FSLeltQZuODsm1EjQ==",
|
|
7757
7807
|
"inBundle": true,
|
|
7758
7808
|
"license": "Apache-2.0",
|
|
7759
7809
|
"dependencies": {
|
|
@@ -7846,11 +7896,13 @@
|
|
|
7846
7896
|
"license": "CC0-1.0"
|
|
7847
7897
|
},
|
|
7848
7898
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ssri": {
|
|
7849
|
-
"version": "10.0.
|
|
7899
|
+
"version": "10.0.4",
|
|
7900
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.4.tgz",
|
|
7901
|
+
"integrity": "sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==",
|
|
7850
7902
|
"inBundle": true,
|
|
7851
7903
|
"license": "ISC",
|
|
7852
7904
|
"dependencies": {
|
|
7853
|
-
"minipass": "^
|
|
7905
|
+
"minipass": "^5.0.0"
|
|
7854
7906
|
},
|
|
7855
7907
|
"engines": {
|
|
7856
7908
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -7879,6 +7931,22 @@
|
|
|
7879
7931
|
"node": ">=8"
|
|
7880
7932
|
}
|
|
7881
7933
|
},
|
|
7934
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs": {
|
|
7935
|
+
"name": "string-width",
|
|
7936
|
+
"version": "4.2.3",
|
|
7937
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
7938
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
7939
|
+
"inBundle": true,
|
|
7940
|
+
"license": "MIT",
|
|
7941
|
+
"dependencies": {
|
|
7942
|
+
"emoji-regex": "^8.0.0",
|
|
7943
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
7944
|
+
"strip-ansi": "^6.0.1"
|
|
7945
|
+
},
|
|
7946
|
+
"engines": {
|
|
7947
|
+
"node": ">=8"
|
|
7948
|
+
}
|
|
7949
|
+
},
|
|
7882
7950
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
7883
7951
|
"version": "6.0.1",
|
|
7884
7952
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -7892,6 +7960,20 @@
|
|
|
7892
7960
|
"node": ">=8"
|
|
7893
7961
|
}
|
|
7894
7962
|
},
|
|
7963
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
7964
|
+
"name": "strip-ansi",
|
|
7965
|
+
"version": "6.0.1",
|
|
7966
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7967
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7968
|
+
"inBundle": true,
|
|
7969
|
+
"license": "MIT",
|
|
7970
|
+
"dependencies": {
|
|
7971
|
+
"ansi-regex": "^5.0.1"
|
|
7972
|
+
},
|
|
7973
|
+
"engines": {
|
|
7974
|
+
"node": ">=8"
|
|
7975
|
+
}
|
|
7976
|
+
},
|
|
7895
7977
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
7896
7978
|
"version": "7.2.0",
|
|
7897
7979
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -7906,15 +7988,13 @@
|
|
|
7906
7988
|
}
|
|
7907
7989
|
},
|
|
7908
7990
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tar": {
|
|
7909
|
-
"version": "6.1.
|
|
7910
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz",
|
|
7911
|
-
"integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==",
|
|
7991
|
+
"version": "6.1.14",
|
|
7912
7992
|
"inBundle": true,
|
|
7913
7993
|
"license": "ISC",
|
|
7914
7994
|
"dependencies": {
|
|
7915
7995
|
"chownr": "^2.0.0",
|
|
7916
7996
|
"fs-minipass": "^2.0.0",
|
|
7917
|
-
"minipass": "^
|
|
7997
|
+
"minipass": "^5.0.0",
|
|
7918
7998
|
"minizlib": "^2.1.1",
|
|
7919
7999
|
"mkdirp": "^1.0.3",
|
|
7920
8000
|
"yallist": "^4.0.0"
|
|
@@ -7974,14 +8054,13 @@
|
|
|
7974
8054
|
}
|
|
7975
8055
|
},
|
|
7976
8056
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
7977
|
-
"version": "1.1.
|
|
7978
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.4.tgz",
|
|
7979
|
-
"integrity": "sha512-Lw2JRM3HTYhEtQJM2Th3aNCPbnXirtWMl065BawwmM2pX6XStH/ZO9e8T2hh0zk/HUa+1i6j+Lv6eDitKTau6A==",
|
|
8057
|
+
"version": "1.1.6",
|
|
7980
8058
|
"inBundle": true,
|
|
7981
8059
|
"license": "MIT",
|
|
7982
8060
|
"dependencies": {
|
|
7983
|
-
"@tufjs/models": "1.0.
|
|
7984
|
-
"
|
|
8061
|
+
"@tufjs/models": "1.0.4",
|
|
8062
|
+
"debug": "^4.3.4",
|
|
8063
|
+
"make-fetch-happen": "^11.1.0"
|
|
7985
8064
|
},
|
|
7986
8065
|
"engines": {
|
|
7987
8066
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -8062,7 +8141,9 @@
|
|
|
8062
8141
|
}
|
|
8063
8142
|
},
|
|
8064
8143
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/which": {
|
|
8065
|
-
"version": "3.0.
|
|
8144
|
+
"version": "3.0.1",
|
|
8145
|
+
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
8146
|
+
"integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
|
|
8066
8147
|
"inBundle": true,
|
|
8067
8148
|
"license": "ISC",
|
|
8068
8149
|
"dependencies": {
|
|
@@ -8085,6 +8166,110 @@
|
|
|
8085
8166
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
8086
8167
|
}
|
|
8087
8168
|
},
|
|
8169
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi": {
|
|
8170
|
+
"version": "8.1.0",
|
|
8171
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
8172
|
+
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
8173
|
+
"inBundle": true,
|
|
8174
|
+
"license": "MIT",
|
|
8175
|
+
"dependencies": {
|
|
8176
|
+
"ansi-styles": "^6.1.0",
|
|
8177
|
+
"string-width": "^5.0.1",
|
|
8178
|
+
"strip-ansi": "^7.0.1"
|
|
8179
|
+
},
|
|
8180
|
+
"engines": {
|
|
8181
|
+
"node": ">=12"
|
|
8182
|
+
},
|
|
8183
|
+
"funding": {
|
|
8184
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8185
|
+
}
|
|
8186
|
+
},
|
|
8187
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs": {
|
|
8188
|
+
"name": "wrap-ansi",
|
|
8189
|
+
"version": "7.0.0",
|
|
8190
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
8191
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
8192
|
+
"inBundle": true,
|
|
8193
|
+
"license": "MIT",
|
|
8194
|
+
"dependencies": {
|
|
8195
|
+
"ansi-styles": "^4.0.0",
|
|
8196
|
+
"string-width": "^4.1.0",
|
|
8197
|
+
"strip-ansi": "^6.0.0"
|
|
8198
|
+
},
|
|
8199
|
+
"engines": {
|
|
8200
|
+
"node": ">=10"
|
|
8201
|
+
},
|
|
8202
|
+
"funding": {
|
|
8203
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8204
|
+
}
|
|
8205
|
+
},
|
|
8206
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
8207
|
+
"version": "6.0.1",
|
|
8208
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
8209
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
8210
|
+
"inBundle": true,
|
|
8211
|
+
"license": "MIT",
|
|
8212
|
+
"engines": {
|
|
8213
|
+
"node": ">=12"
|
|
8214
|
+
},
|
|
8215
|
+
"funding": {
|
|
8216
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
8217
|
+
}
|
|
8218
|
+
},
|
|
8219
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
8220
|
+
"version": "6.2.1",
|
|
8221
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
8222
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
8223
|
+
"inBundle": true,
|
|
8224
|
+
"license": "MIT",
|
|
8225
|
+
"engines": {
|
|
8226
|
+
"node": ">=12"
|
|
8227
|
+
},
|
|
8228
|
+
"funding": {
|
|
8229
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8230
|
+
}
|
|
8231
|
+
},
|
|
8232
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
8233
|
+
"version": "9.2.2",
|
|
8234
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
8235
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
8236
|
+
"inBundle": true,
|
|
8237
|
+
"license": "MIT"
|
|
8238
|
+
},
|
|
8239
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
|
|
8240
|
+
"version": "5.1.2",
|
|
8241
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
8242
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
8243
|
+
"inBundle": true,
|
|
8244
|
+
"license": "MIT",
|
|
8245
|
+
"dependencies": {
|
|
8246
|
+
"eastasianwidth": "^0.2.0",
|
|
8247
|
+
"emoji-regex": "^9.2.2",
|
|
8248
|
+
"strip-ansi": "^7.0.1"
|
|
8249
|
+
},
|
|
8250
|
+
"engines": {
|
|
8251
|
+
"node": ">=12"
|
|
8252
|
+
},
|
|
8253
|
+
"funding": {
|
|
8254
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8255
|
+
}
|
|
8256
|
+
},
|
|
8257
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
8258
|
+
"version": "7.0.1",
|
|
8259
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
|
|
8260
|
+
"integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
|
|
8261
|
+
"inBundle": true,
|
|
8262
|
+
"license": "MIT",
|
|
8263
|
+
"dependencies": {
|
|
8264
|
+
"ansi-regex": "^6.0.1"
|
|
8265
|
+
},
|
|
8266
|
+
"engines": {
|
|
8267
|
+
"node": ">=12"
|
|
8268
|
+
},
|
|
8269
|
+
"funding": {
|
|
8270
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
8271
|
+
}
|
|
8272
|
+
},
|
|
8088
8273
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrappy": {
|
|
8089
8274
|
"version": "1.0.2",
|
|
8090
8275
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -8093,12 +8278,14 @@
|
|
|
8093
8278
|
"license": "ISC"
|
|
8094
8279
|
},
|
|
8095
8280
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
8096
|
-
"version": "5.0.
|
|
8281
|
+
"version": "5.0.1",
|
|
8282
|
+
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
8283
|
+
"integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
|
|
8097
8284
|
"inBundle": true,
|
|
8098
8285
|
"license": "ISC",
|
|
8099
8286
|
"dependencies": {
|
|
8100
8287
|
"imurmurhash": "^0.1.4",
|
|
8101
|
-
"signal-exit": "^
|
|
8288
|
+
"signal-exit": "^4.0.1"
|
|
8102
8289
|
},
|
|
8103
8290
|
"engines": {
|
|
8104
8291
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -8128,9 +8315,9 @@
|
|
|
8128
8315
|
}
|
|
8129
8316
|
},
|
|
8130
8317
|
"node_modules/@oclif/plugin-plugins/node_modules/pacote": {
|
|
8131
|
-
"version": "15.
|
|
8132
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-15.
|
|
8133
|
-
"integrity": "sha512-
|
|
8318
|
+
"version": "15.2.0",
|
|
8319
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-15.2.0.tgz",
|
|
8320
|
+
"integrity": "sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==",
|
|
8134
8321
|
"extraneous": true,
|
|
8135
8322
|
"license": "ISC",
|
|
8136
8323
|
"dependencies": {
|
|
@@ -8160,16 +8347,6 @@
|
|
|
8160
8347
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
8161
8348
|
}
|
|
8162
8349
|
},
|
|
8163
|
-
"node_modules/@oclif/plugin-plugins/node_modules/pacote/node_modules/minipass": {
|
|
8164
|
-
"version": "5.0.0",
|
|
8165
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
8166
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
8167
|
-
"extraneous": true,
|
|
8168
|
-
"license": "ISC",
|
|
8169
|
-
"engines": {
|
|
8170
|
-
"node": ">=8"
|
|
8171
|
-
}
|
|
8172
|
-
},
|
|
8173
8350
|
"node_modules/@oclif/plugin-plugins/node_modules/parse-conflict-json": {
|
|
8174
8351
|
"version": "3.0.1",
|
|
8175
8352
|
"resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz",
|
|
@@ -8225,9 +8402,9 @@
|
|
|
8225
8402
|
}
|
|
8226
8403
|
},
|
|
8227
8404
|
"node_modules/@oclif/plugin-plugins/node_modules/read-package-json": {
|
|
8228
|
-
"version": "6.0.
|
|
8229
|
-
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.
|
|
8230
|
-
"integrity": "sha512-
|
|
8405
|
+
"version": "6.0.3",
|
|
8406
|
+
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.3.tgz",
|
|
8407
|
+
"integrity": "sha512-4QbpReW4kxFgeBQ0vPAqh2y8sXEB3D4t3jsXbJKIhBiF80KT6XRo45reqwtftju5J6ru1ax06A2Gb/wM1qCOEQ==",
|
|
8231
8408
|
"extraneous": true,
|
|
8232
8409
|
"license": "ISC",
|
|
8233
8410
|
"dependencies": {
|
|
@@ -8254,55 +8431,6 @@
|
|
|
8254
8431
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
8255
8432
|
}
|
|
8256
8433
|
},
|
|
8257
|
-
"node_modules/@oclif/plugin-plugins/node_modules/read-package-json/node_modules/glob": {
|
|
8258
|
-
"version": "10.2.2",
|
|
8259
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz",
|
|
8260
|
-
"integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==",
|
|
8261
|
-
"extraneous": true,
|
|
8262
|
-
"license": "ISC",
|
|
8263
|
-
"dependencies": {
|
|
8264
|
-
"foreground-child": "^3.1.0",
|
|
8265
|
-
"jackspeak": "^2.0.3",
|
|
8266
|
-
"minimatch": "^9.0.0",
|
|
8267
|
-
"minipass": "^5.0.0",
|
|
8268
|
-
"path-scurry": "^1.7.0"
|
|
8269
|
-
},
|
|
8270
|
-
"bin": {
|
|
8271
|
-
"glob": "dist/cjs/src/bin.js"
|
|
8272
|
-
},
|
|
8273
|
-
"engines": {
|
|
8274
|
-
"node": ">=16 || 14 >=14.17"
|
|
8275
|
-
},
|
|
8276
|
-
"funding": {
|
|
8277
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
8278
|
-
}
|
|
8279
|
-
},
|
|
8280
|
-
"node_modules/@oclif/plugin-plugins/node_modules/read-package-json/node_modules/minimatch": {
|
|
8281
|
-
"version": "9.0.0",
|
|
8282
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz",
|
|
8283
|
-
"integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==",
|
|
8284
|
-
"extraneous": true,
|
|
8285
|
-
"license": "ISC",
|
|
8286
|
-
"dependencies": {
|
|
8287
|
-
"brace-expansion": "^2.0.1"
|
|
8288
|
-
},
|
|
8289
|
-
"engines": {
|
|
8290
|
-
"node": ">=16 || 14 >=14.17"
|
|
8291
|
-
},
|
|
8292
|
-
"funding": {
|
|
8293
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
8294
|
-
}
|
|
8295
|
-
},
|
|
8296
|
-
"node_modules/@oclif/plugin-plugins/node_modules/read-package-json/node_modules/minipass": {
|
|
8297
|
-
"version": "5.0.0",
|
|
8298
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
8299
|
-
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
8300
|
-
"extraneous": true,
|
|
8301
|
-
"license": "ISC",
|
|
8302
|
-
"engines": {
|
|
8303
|
-
"node": ">=8"
|
|
8304
|
-
}
|
|
8305
|
-
},
|
|
8306
8434
|
"node_modules/@oclif/plugin-plugins/node_modules/readable-stream": {
|
|
8307
8435
|
"version": "4.3.0",
|
|
8308
8436
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
|
|
@@ -9696,9 +9824,9 @@
|
|
|
9696
9824
|
"license": "MIT"
|
|
9697
9825
|
},
|
|
9698
9826
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9699
|
-
"version": "1.10.
|
|
9700
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.10.
|
|
9701
|
-
"integrity": "sha512-
|
|
9827
|
+
"version": "1.10.2",
|
|
9828
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.10.2.tgz",
|
|
9829
|
+
"integrity": "sha512-m0qetMBeqy18nkJe6ecM47+7ElTaQiPNto2j2vQEVNGqPIZP6jmJEGzu9C5cMF6HuU1sWmuOwECbUxskXBwJng==",
|
|
9702
9830
|
"license": "BSD-3-Clause",
|
|
9703
9831
|
"dependencies": {
|
|
9704
9832
|
"@oclif/core": "^2.8.2",
|
|
@@ -14595,16 +14723,16 @@
|
|
|
14595
14723
|
}
|
|
14596
14724
|
},
|
|
14597
14725
|
"node_modules/eslint": {
|
|
14598
|
-
"version": "8.
|
|
14599
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
14600
|
-
"integrity": "sha512-
|
|
14726
|
+
"version": "8.41.0",
|
|
14727
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.41.0.tgz",
|
|
14728
|
+
"integrity": "sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==",
|
|
14601
14729
|
"dev": true,
|
|
14602
14730
|
"license": "MIT",
|
|
14603
14731
|
"dependencies": {
|
|
14604
14732
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
14605
14733
|
"@eslint-community/regexpp": "^4.4.0",
|
|
14606
14734
|
"@eslint/eslintrc": "^2.0.3",
|
|
14607
|
-
"@eslint/js": "8.
|
|
14735
|
+
"@eslint/js": "8.41.0",
|
|
14608
14736
|
"@humanwhocodes/config-array": "^0.11.8",
|
|
14609
14737
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14610
14738
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -14624,13 +14752,12 @@
|
|
|
14624
14752
|
"find-up": "^5.0.0",
|
|
14625
14753
|
"glob-parent": "^6.0.2",
|
|
14626
14754
|
"globals": "^13.19.0",
|
|
14627
|
-
"
|
|
14755
|
+
"graphemer": "^1.4.0",
|
|
14628
14756
|
"ignore": "^5.2.0",
|
|
14629
14757
|
"import-fresh": "^3.0.0",
|
|
14630
14758
|
"imurmurhash": "^0.1.4",
|
|
14631
14759
|
"is-glob": "^4.0.0",
|
|
14632
14760
|
"is-path-inside": "^3.0.3",
|
|
14633
|
-
"js-sdsl": "^4.1.4",
|
|
14634
14761
|
"js-yaml": "^4.1.0",
|
|
14635
14762
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
14636
14763
|
"levn": "^0.4.1",
|
|
@@ -16861,6 +16988,13 @@
|
|
|
16861
16988
|
"dev": true,
|
|
16862
16989
|
"license": "MIT"
|
|
16863
16990
|
},
|
|
16991
|
+
"node_modules/graphemer": {
|
|
16992
|
+
"version": "1.4.0",
|
|
16993
|
+
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
|
|
16994
|
+
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
|
|
16995
|
+
"dev": true,
|
|
16996
|
+
"license": "MIT"
|
|
16997
|
+
},
|
|
16864
16998
|
"node_modules/grouped-queue": {
|
|
16865
16999
|
"version": "2.0.0",
|
|
16866
17000
|
"resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-2.0.0.tgz",
|
|
@@ -18175,17 +18309,6 @@
|
|
|
18175
18309
|
"node": ">= 0.6.0"
|
|
18176
18310
|
}
|
|
18177
18311
|
},
|
|
18178
|
-
"node_modules/js-sdsl": {
|
|
18179
|
-
"version": "4.4.0",
|
|
18180
|
-
"resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz",
|
|
18181
|
-
"integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==",
|
|
18182
|
-
"dev": true,
|
|
18183
|
-
"license": "MIT",
|
|
18184
|
-
"funding": {
|
|
18185
|
-
"type": "opencollective",
|
|
18186
|
-
"url": "https://opencollective.com/js-sdsl"
|
|
18187
|
-
}
|
|
18188
|
-
},
|
|
18189
18312
|
"node_modules/js-tokens": {
|
|
18190
18313
|
"version": "4.0.0",
|
|
18191
18314
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
@@ -26358,9 +26481,9 @@
|
|
|
26358
26481
|
"license": "ISC"
|
|
26359
26482
|
},
|
|
26360
26483
|
"node_modules/sigstore": {
|
|
26361
|
-
"version": "1.
|
|
26362
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.
|
|
26363
|
-
"integrity": "sha512-
|
|
26484
|
+
"version": "1.5.2",
|
|
26485
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.5.2.tgz",
|
|
26486
|
+
"integrity": "sha512-X95v6xAAooVpn7PaB94TDmFeSO5SBfCtB1R23fvzr36WTfjtkiiyOeei979nbTjc8nzh6FSLeltQZuODsm1EjQ==",
|
|
26364
26487
|
"extraneous": true,
|
|
26365
26488
|
"license": "Apache-2.0",
|
|
26366
26489
|
"dependencies": {
|
|
@@ -26399,9 +26522,9 @@
|
|
|
26399
26522
|
}
|
|
26400
26523
|
},
|
|
26401
26524
|
"node_modules/sigstore/node_modules/cacache": {
|
|
26402
|
-
"version": "17.1.
|
|
26403
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.
|
|
26404
|
-
"integrity": "sha512-
|
|
26525
|
+
"version": "17.1.3",
|
|
26526
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.3.tgz",
|
|
26527
|
+
"integrity": "sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==",
|
|
26405
26528
|
"extraneous": true,
|
|
26406
26529
|
"license": "ISC",
|
|
26407
26530
|
"dependencies": {
|
|
@@ -26453,16 +26576,16 @@
|
|
|
26453
26576
|
}
|
|
26454
26577
|
},
|
|
26455
26578
|
"node_modules/sigstore/node_modules/glob": {
|
|
26456
|
-
"version": "10.2.
|
|
26457
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.
|
|
26458
|
-
"integrity": "sha512-
|
|
26579
|
+
"version": "10.2.6",
|
|
26580
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz",
|
|
26581
|
+
"integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==",
|
|
26459
26582
|
"extraneous": true,
|
|
26460
26583
|
"license": "ISC",
|
|
26461
26584
|
"dependencies": {
|
|
26462
26585
|
"foreground-child": "^3.1.0",
|
|
26463
26586
|
"jackspeak": "^2.0.3",
|
|
26464
|
-
"minimatch": "^9.0.
|
|
26465
|
-
"minipass": "^5.0.0",
|
|
26587
|
+
"minimatch": "^9.0.1",
|
|
26588
|
+
"minipass": "^5.0.0 || ^6.0.2",
|
|
26466
26589
|
"path-scurry": "^1.7.0"
|
|
26467
26590
|
},
|
|
26468
26591
|
"bin": {
|
|
@@ -26475,6 +26598,16 @@
|
|
|
26475
26598
|
"url": "https://github.com/sponsors/isaacs"
|
|
26476
26599
|
}
|
|
26477
26600
|
},
|
|
26601
|
+
"node_modules/sigstore/node_modules/glob/node_modules/minipass": {
|
|
26602
|
+
"version": "6.0.2",
|
|
26603
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz",
|
|
26604
|
+
"integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==",
|
|
26605
|
+
"extraneous": true,
|
|
26606
|
+
"license": "ISC",
|
|
26607
|
+
"engines": {
|
|
26608
|
+
"node": ">=16 || 14 >=14.17"
|
|
26609
|
+
}
|
|
26610
|
+
},
|
|
26478
26611
|
"node_modules/sigstore/node_modules/http-proxy-agent": {
|
|
26479
26612
|
"version": "5.0.0",
|
|
26480
26613
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
@@ -26518,9 +26651,9 @@
|
|
|
26518
26651
|
}
|
|
26519
26652
|
},
|
|
26520
26653
|
"node_modules/sigstore/node_modules/minimatch": {
|
|
26521
|
-
"version": "9.0.
|
|
26522
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
26523
|
-
"integrity": "sha512-
|
|
26654
|
+
"version": "9.0.1",
|
|
26655
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
|
26656
|
+
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
|
|
26524
26657
|
"extraneous": true,
|
|
26525
26658
|
"license": "ISC",
|
|
26526
26659
|
"dependencies": {
|
|
@@ -27420,14 +27553,14 @@
|
|
|
27420
27553
|
}
|
|
27421
27554
|
},
|
|
27422
27555
|
"node_modules/tar": {
|
|
27423
|
-
"version": "6.1.
|
|
27424
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.
|
|
27425
|
-
"integrity": "sha512
|
|
27556
|
+
"version": "6.1.15",
|
|
27557
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz",
|
|
27558
|
+
"integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==",
|
|
27426
27559
|
"license": "ISC",
|
|
27427
27560
|
"dependencies": {
|
|
27428
27561
|
"chownr": "^2.0.0",
|
|
27429
27562
|
"fs-minipass": "^2.0.0",
|
|
27430
|
-
"minipass": "^
|
|
27563
|
+
"minipass": "^5.0.0",
|
|
27431
27564
|
"minizlib": "^2.1.1",
|
|
27432
27565
|
"mkdirp": "^1.0.3",
|
|
27433
27566
|
"yallist": "^4.0.0"
|
|
@@ -27471,9 +27604,9 @@
|
|
|
27471
27604
|
}
|
|
27472
27605
|
},
|
|
27473
27606
|
"node_modules/tar/node_modules/minipass": {
|
|
27474
|
-
"version": "
|
|
27475
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
27476
|
-
"integrity": "sha512-
|
|
27607
|
+
"version": "5.0.0",
|
|
27608
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
|
|
27609
|
+
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
27477
27610
|
"license": "ISC",
|
|
27478
27611
|
"engines": {
|
|
27479
27612
|
"node": ">=8"
|
|
@@ -27870,9 +28003,9 @@
|
|
|
27870
28003
|
}
|
|
27871
28004
|
},
|
|
27872
28005
|
"node_modules/tuf-js/node_modules/cacache": {
|
|
27873
|
-
"version": "17.1.
|
|
27874
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.
|
|
27875
|
-
"integrity": "sha512-
|
|
28006
|
+
"version": "17.1.3",
|
|
28007
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.3.tgz",
|
|
28008
|
+
"integrity": "sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==",
|
|
27876
28009
|
"extraneous": true,
|
|
27877
28010
|
"license": "ISC",
|
|
27878
28011
|
"dependencies": {
|
|
@@ -27924,16 +28057,16 @@
|
|
|
27924
28057
|
}
|
|
27925
28058
|
},
|
|
27926
28059
|
"node_modules/tuf-js/node_modules/glob": {
|
|
27927
|
-
"version": "10.2.
|
|
27928
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.
|
|
27929
|
-
"integrity": "sha512-
|
|
28060
|
+
"version": "10.2.6",
|
|
28061
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz",
|
|
28062
|
+
"integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==",
|
|
27930
28063
|
"extraneous": true,
|
|
27931
28064
|
"license": "ISC",
|
|
27932
28065
|
"dependencies": {
|
|
27933
28066
|
"foreground-child": "^3.1.0",
|
|
27934
28067
|
"jackspeak": "^2.0.3",
|
|
27935
|
-
"minimatch": "^9.0.
|
|
27936
|
-
"minipass": "^5.0.0",
|
|
28068
|
+
"minimatch": "^9.0.1",
|
|
28069
|
+
"minipass": "^5.0.0 || ^6.0.2",
|
|
27937
28070
|
"path-scurry": "^1.7.0"
|
|
27938
28071
|
},
|
|
27939
28072
|
"bin": {
|
|
@@ -27946,6 +28079,16 @@
|
|
|
27946
28079
|
"url": "https://github.com/sponsors/isaacs"
|
|
27947
28080
|
}
|
|
27948
28081
|
},
|
|
28082
|
+
"node_modules/tuf-js/node_modules/glob/node_modules/minipass": {
|
|
28083
|
+
"version": "6.0.2",
|
|
28084
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz",
|
|
28085
|
+
"integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==",
|
|
28086
|
+
"extraneous": true,
|
|
28087
|
+
"license": "ISC",
|
|
28088
|
+
"engines": {
|
|
28089
|
+
"node": ">=16 || 14 >=14.17"
|
|
28090
|
+
}
|
|
28091
|
+
},
|
|
27949
28092
|
"node_modules/tuf-js/node_modules/http-proxy-agent": {
|
|
27950
28093
|
"version": "5.0.0",
|
|
27951
28094
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
@@ -27989,9 +28132,9 @@
|
|
|
27989
28132
|
}
|
|
27990
28133
|
},
|
|
27991
28134
|
"node_modules/tuf-js/node_modules/minimatch": {
|
|
27992
|
-
"version": "9.0.
|
|
27993
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
27994
|
-
"integrity": "sha512-
|
|
28135
|
+
"version": "9.0.1",
|
|
28136
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
|
28137
|
+
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
|
|
27995
28138
|
"extraneous": true,
|
|
27996
28139
|
"license": "ISC",
|
|
27997
28140
|
"dependencies": {
|