@salesforce/cli 2.16.3 → 2.16.5

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.
@@ -1,36 +1,36 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.3",
3
+ "version": "2.16.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.3",
9
+ "version": "2.16.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
- "@oclif/plugin-autocomplete": "2.3.10",
14
+ "@oclif/plugin-autocomplete": "3.0.1",
15
15
  "@oclif/plugin-commands": "3.0.5",
16
16
  "@oclif/plugin-help": "6.0.5",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
18
  "@oclif/plugin-plugins": "4.0.1",
19
- "@oclif/plugin-search": "1.0.4",
19
+ "@oclif/plugin-search": "1.0.5",
20
20
  "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.4",
22
22
  "@oclif/plugin-warn-if-update-available": "3.0.2",
23
- "@oclif/plugin-which": "3.0.6",
23
+ "@oclif/plugin-which": "3.0.7",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.20",
26
- "@salesforce/plugin-auth": "2.8.24",
26
+ "@salesforce/plugin-auth": "2.8.25",
27
27
  "@salesforce/plugin-data": "2.6.1",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
29
29
  "@salesforce/plugin-info": "2.6.51",
30
30
  "@salesforce/plugin-limits": "2.3.41",
31
- "@salesforce/plugin-login": "1.2.39",
32
- "@salesforce/plugin-marketplace": "0.3.1",
33
- "@salesforce/plugin-org": "2.11.5",
31
+ "@salesforce/plugin-login": "1.2.40",
32
+ "@salesforce/plugin-marketplace": "0.3.2",
33
+ "@salesforce/plugin-org": "2.11.7",
34
34
  "@salesforce/plugin-schema": "2.3.32",
35
35
  "@salesforce/plugin-settings": "1.4.37",
36
36
  "@salesforce/plugin-sobject": "0.2.14",
@@ -38,7 +38,7 @@
38
38
  "@salesforce/plugin-telemetry": "2.3.8",
39
39
  "@salesforce/plugin-templates": "55.5.17",
40
40
  "@salesforce/plugin-trust": "2.6.22",
41
- "@salesforce/plugin-user": "2.3.39",
41
+ "@salesforce/plugin-user": "2.3.41",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
44
44
  },
@@ -53,7 +53,7 @@
53
53
  "@salesforce/plugin-release-management": "^4.4.7",
54
54
  "@salesforce/prettier-config": "^0.0.3",
55
55
  "@salesforce/ts-sinon": "^1.4.19",
56
- "@types/debug": "^4.1.9",
56
+ "@types/debug": "^4.1.10",
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
59
  "aws-sdk": "^2.1478.0",
@@ -1931,46 +1931,6 @@
1931
1931
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1932
1932
  }
1933
1933
  },
1934
- "node_modules/@npmcli/map-workspaces/node_modules/foreground-child": {
1935
- "version": "3.1.1",
1936
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
1937
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
1938
- "extraneous": true,
1939
- "license": "ISC",
1940
- "dependencies": {
1941
- "cross-spawn": "^7.0.0",
1942
- "signal-exit": "^4.0.1"
1943
- },
1944
- "engines": {
1945
- "node": ">=14"
1946
- },
1947
- "funding": {
1948
- "url": "https://github.com/sponsors/isaacs"
1949
- }
1950
- },
1951
- "node_modules/@npmcli/map-workspaces/node_modules/glob": {
1952
- "version": "10.3.9",
1953
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.9.tgz",
1954
- "integrity": "sha512-2tU/LKevAQvDVuVJ9pg9Yv9xcbSh+TqHuTaXTNbQwf+0kDl9Fm6bMovi4Nm5c8TVvfxo2LLcqCGtmO9KoJaGWg==",
1955
- "extraneous": true,
1956
- "license": "ISC",
1957
- "dependencies": {
1958
- "foreground-child": "^3.1.0",
1959
- "jackspeak": "^2.3.5",
1960
- "minimatch": "^9.0.1",
1961
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
1962
- "path-scurry": "^1.10.1"
1963
- },
1964
- "bin": {
1965
- "glob": "dist/esm/bin.mjs"
1966
- },
1967
- "engines": {
1968
- "node": ">=16 || 14 >=14.17"
1969
- },
1970
- "funding": {
1971
- "url": "https://github.com/sponsors/isaacs"
1972
- }
1973
- },
1974
1934
  "node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
1975
1935
  "version": "9.0.3",
1976
1936
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
@@ -1987,29 +1947,6 @@
1987
1947
  "url": "https://github.com/sponsors/isaacs"
1988
1948
  }
1989
1949
  },
1990
- "node_modules/@npmcli/map-workspaces/node_modules/minipass": {
1991
- "version": "7.0.3",
1992
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
1993
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
1994
- "extraneous": true,
1995
- "license": "ISC",
1996
- "engines": {
1997
- "node": ">=16 || 14 >=14.17"
1998
- }
1999
- },
2000
- "node_modules/@npmcli/map-workspaces/node_modules/signal-exit": {
2001
- "version": "4.0.2",
2002
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
2003
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
2004
- "extraneous": true,
2005
- "license": "ISC",
2006
- "engines": {
2007
- "node": ">=14"
2008
- },
2009
- "funding": {
2010
- "url": "https://github.com/sponsors/isaacs"
2011
- }
2012
- },
2013
1950
  "node_modules/@npmcli/metavuln-calculator": {
2014
1951
  "version": "5.0.1",
2015
1952
  "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-5.0.1.tgz",
@@ -2077,72 +2014,6 @@
2077
2014
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2078
2015
  }
2079
2016
  },
2080
- "node_modules/@npmcli/package-json/node_modules/foreground-child": {
2081
- "version": "3.1.1",
2082
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
2083
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
2084
- "extraneous": true,
2085
- "license": "ISC",
2086
- "dependencies": {
2087
- "cross-spawn": "^7.0.0",
2088
- "signal-exit": "^4.0.1"
2089
- },
2090
- "engines": {
2091
- "node": ">=14"
2092
- },
2093
- "funding": {
2094
- "url": "https://github.com/sponsors/isaacs"
2095
- }
2096
- },
2097
- "node_modules/@npmcli/package-json/node_modules/glob": {
2098
- "version": "10.3.9",
2099
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.9.tgz",
2100
- "integrity": "sha512-2tU/LKevAQvDVuVJ9pg9Yv9xcbSh+TqHuTaXTNbQwf+0kDl9Fm6bMovi4Nm5c8TVvfxo2LLcqCGtmO9KoJaGWg==",
2101
- "extraneous": true,
2102
- "license": "ISC",
2103
- "dependencies": {
2104
- "foreground-child": "^3.1.0",
2105
- "jackspeak": "^2.3.5",
2106
- "minimatch": "^9.0.1",
2107
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
2108
- "path-scurry": "^1.10.1"
2109
- },
2110
- "bin": {
2111
- "glob": "dist/esm/bin.mjs"
2112
- },
2113
- "engines": {
2114
- "node": ">=16 || 14 >=14.17"
2115
- },
2116
- "funding": {
2117
- "url": "https://github.com/sponsors/isaacs"
2118
- }
2119
- },
2120
- "node_modules/@npmcli/package-json/node_modules/minimatch": {
2121
- "version": "9.0.3",
2122
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
2123
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
2124
- "extraneous": true,
2125
- "license": "ISC",
2126
- "dependencies": {
2127
- "brace-expansion": "^2.0.1"
2128
- },
2129
- "engines": {
2130
- "node": ">=16 || 14 >=14.17"
2131
- },
2132
- "funding": {
2133
- "url": "https://github.com/sponsors/isaacs"
2134
- }
2135
- },
2136
- "node_modules/@npmcli/package-json/node_modules/minipass": {
2137
- "version": "7.0.3",
2138
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
2139
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
2140
- "extraneous": true,
2141
- "license": "ISC",
2142
- "engines": {
2143
- "node": ">=16 || 14 >=14.17"
2144
- }
2145
- },
2146
2017
  "node_modules/@npmcli/package-json/node_modules/normalize-package-data": {
2147
2018
  "version": "5.0.0",
2148
2019
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz",
@@ -2159,19 +2030,6 @@
2159
2030
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2160
2031
  }
2161
2032
  },
2162
- "node_modules/@npmcli/package-json/node_modules/signal-exit": {
2163
- "version": "4.0.2",
2164
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
2165
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
2166
- "extraneous": true,
2167
- "license": "ISC",
2168
- "engines": {
2169
- "node": ">=14"
2170
- },
2171
- "funding": {
2172
- "url": "https://github.com/sponsors/isaacs"
2173
- }
2174
- },
2175
2033
  "node_modules/@npmcli/promise-spawn": {
2176
2034
  "version": "6.0.2",
2177
2035
  "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz",
@@ -2295,26 +2153,26 @@
2295
2153
  }
2296
2154
  },
2297
2155
  "node_modules/@oclif/plugin-autocomplete": {
2298
- "version": "2.3.10",
2299
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz",
2300
- "integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==",
2156
+ "version": "3.0.1",
2157
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.1.tgz",
2158
+ "integrity": "sha512-s2w6YRkVGVYW1re6wQrgYso+2mLy3O+22kVbmPAwvlngvuq3nYbeIvYu/ToLR8lds7iG7JaAUMAaAROFSNUaYA==",
2301
2159
  "license": "MIT",
2302
2160
  "dependencies": {
2303
- "@oclif/core": "^2.15.0",
2304
- "chalk": "^4.1.0",
2305
- "debug": "^4.3.4"
2161
+ "@oclif/core": "^3.5.0",
2162
+ "chalk": "^5.3.0",
2163
+ "debug": "^4.3.4",
2164
+ "ejs": "^3.1.9"
2306
2165
  },
2307
2166
  "engines": {
2308
- "node": ">=12.0.0"
2167
+ "node": ">=18.0.0"
2309
2168
  }
2310
2169
  },
2311
2170
  "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
2312
- "version": "2.15.0",
2313
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2314
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2171
+ "version": "3.9.1",
2172
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2173
+ "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2315
2174
  "license": "MIT",
2316
2175
  "dependencies": {
2317
- "@types/cli-progress": "^3.11.0",
2318
2176
  "ansi-escapes": "^4.3.2",
2319
2177
  "ansi-styles": "^4.3.0",
2320
2178
  "cardinal": "^2.1.1",
@@ -2322,7 +2180,7 @@
2322
2180
  "clean-stack": "^3.0.1",
2323
2181
  "cli-progress": "^3.12.0",
2324
2182
  "debug": "^4.3.4",
2325
- "ejs": "^3.1.8",
2183
+ "ejs": "^3.1.9",
2326
2184
  "get-package-type": "^0.1.0",
2327
2185
  "globby": "^11.1.0",
2328
2186
  "hyperlinker": "^1.0.0",
@@ -2337,14 +2195,52 @@
2337
2195
  "strip-ansi": "^6.0.1",
2338
2196
  "supports-color": "^8.1.1",
2339
2197
  "supports-hyperlinks": "^2.2.0",
2340
- "ts-node": "^10.9.1",
2341
- "tslib": "^2.5.0",
2342
2198
  "widest-line": "^3.1.0",
2343
2199
  "wordwrap": "^1.0.0",
2344
2200
  "wrap-ansi": "^7.0.0"
2345
2201
  },
2346
2202
  "engines": {
2347
- "node": ">=14.0.0"
2203
+ "node": ">=18.0.0"
2204
+ }
2205
+ },
2206
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
2207
+ "version": "4.1.2",
2208
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2209
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2210
+ "license": "MIT",
2211
+ "dependencies": {
2212
+ "ansi-styles": "^4.1.0",
2213
+ "supports-color": "^7.1.0"
2214
+ },
2215
+ "engines": {
2216
+ "node": ">=10"
2217
+ },
2218
+ "funding": {
2219
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2220
+ }
2221
+ },
2222
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2223
+ "version": "7.2.0",
2224
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2225
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2226
+ "license": "MIT",
2227
+ "dependencies": {
2228
+ "has-flag": "^4.0.0"
2229
+ },
2230
+ "engines": {
2231
+ "node": ">=8"
2232
+ }
2233
+ },
2234
+ "node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
2235
+ "version": "5.3.0",
2236
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2237
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2238
+ "license": "MIT",
2239
+ "engines": {
2240
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2241
+ },
2242
+ "funding": {
2243
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2348
2244
  }
2349
2245
  },
2350
2246
  "node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
@@ -2784,13 +2680,13 @@
2784
2680
  }
2785
2681
  },
2786
2682
  "node_modules/@oclif/plugin-search": {
2787
- "version": "1.0.4",
2788
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.4.tgz",
2789
- "integrity": "sha512-i0b1VR8Ju0u+BnrSySx67s88IzHZasGMeLTVDHyBA9J9IglBHqnpZP16N27t5QwTWVlla16L/yK1kbdtYdvgpA==",
2683
+ "version": "1.0.5",
2684
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.5.tgz",
2685
+ "integrity": "sha512-0dQA6YndNH4C4e4oZiJLJ8oxj0Vs6sedmtVJlMN7tJq4iX2/AcBvQTpxuOG2kKz50t9Qrg1m7TGTbzAf5HKW6A==",
2790
2686
  "license": "MIT",
2791
2687
  "dependencies": {
2792
2688
  "@oclif/core": "^3.5.0",
2793
- "inquirer-autocomplete-standalone": "^0.7.0"
2689
+ "inquirer-autocomplete-standalone": "^0.8.1"
2794
2690
  },
2795
2691
  "engines": {
2796
2692
  "node": ">=18.0.0"
@@ -3214,12 +3110,12 @@
3214
3110
  }
3215
3111
  },
3216
3112
  "node_modules/@oclif/plugin-which": {
3217
- "version": "3.0.6",
3218
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.6.tgz",
3219
- "integrity": "sha512-DHdBotiowSA8+QZqdlRU7NLe3tFLkFgfyU3yFmAuUhZ+dXiJvc8KQEu8vFYac+mzoPb//c3ZhMykqwnFLkjwOQ==",
3113
+ "version": "3.0.7",
3114
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.7.tgz",
3115
+ "integrity": "sha512-7lCSPEyzMNDEigklqBrjUXeEUrb08AsTwTqBvsosxLbA5QaRaUu54ln/bARwAgVvUGzIXkLUmbBlH+bSHzHmrA==",
3220
3116
  "license": "MIT",
3221
3117
  "dependencies": {
3222
- "@oclif/core": "^3.5.0"
3118
+ "@oclif/core": "^3.9.1"
3223
3119
  },
3224
3120
  "engines": {
3225
3121
  "node": ">=18.0.0"
@@ -4227,13 +4123,13 @@
4227
4123
  }
4228
4124
  },
4229
4125
  "node_modules/@salesforce/plugin-auth": {
4230
- "version": "2.8.24",
4231
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.24.tgz",
4232
- "integrity": "sha512-fy0moXUrfnX2/iH6m06HHw75Ukxv539RZNjLxTHES1V3u0NcTFsrFIcqyyO9FP7I3a3pQqkfRps8KZ2yAth5EQ==",
4126
+ "version": "2.8.25",
4127
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.25.tgz",
4128
+ "integrity": "sha512-usOwqPCHrtXZUMJS/xQjmPDIEZtPDVC/dCPmRJZMQ8iQglauSfinxoI2o8eTv/aDIckZbktM7p4UxXb+FPq92w==",
4233
4129
  "license": "BSD-3-Clause",
4234
4130
  "dependencies": {
4235
4131
  "@oclif/core": "^2.15.0",
4236
- "@salesforce/core": "^5.3.9",
4132
+ "@salesforce/core": "^5.3.14",
4237
4133
  "@salesforce/kit": "^3.0.15",
4238
4134
  "@salesforce/sf-plugins-core": "^3.1.28",
4239
4135
  "@salesforce/ts-types": "^2.0.9",
@@ -4777,13 +4673,13 @@
4777
4673
  }
4778
4674
  },
4779
4675
  "node_modules/@salesforce/plugin-login": {
4780
- "version": "1.2.39",
4781
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.39.tgz",
4782
- "integrity": "sha512-XXHiRYqNvI1feqexmfNanaPTNnOc0ANEV6+eujXmVsDRpvKpBxlfzgiXE+OMPuKp6/WZJ8QtkoX+rxQCuRe3YA==",
4676
+ "version": "1.2.40",
4677
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.40.tgz",
4678
+ "integrity": "sha512-es3ZMspTmEn41N7npFvCR78auJojgcxWd3iCjniaF40z3ONcZ9LWNMcZTIqel9wjf22hcKRZwposmTdb7jOrkQ==",
4783
4679
  "license": "BSD-3-Clause",
4784
4680
  "dependencies": {
4785
4681
  "@oclif/core": "^2.15.0",
4786
- "@salesforce/core": "^5.3.10",
4682
+ "@salesforce/core": "^5.3.14",
4787
4683
  "@salesforce/sf-plugins-core": "^3.1.28",
4788
4684
  "chalk": "^4.1.2",
4789
4685
  "inquirer": "^8.2.6",
@@ -4865,14 +4761,14 @@
4865
4761
  }
4866
4762
  },
4867
4763
  "node_modules/@salesforce/plugin-marketplace": {
4868
- "version": "0.3.1",
4869
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.1.tgz",
4870
- "integrity": "sha512-rnmDDxQo34ZTaiujobWxlGddO61z91Bww7tIgQ0mQE8daY1lUf4uNcIV7k5Hc3P0qDp1hEgzJm6xL2g0ycqD5Q==",
4764
+ "version": "0.3.2",
4765
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.2.tgz",
4766
+ "integrity": "sha512-k33B77dEuMU2Jy5tFejCdfpWTZndT+nglKJ5UKC4e3gCwabbHstXgQw+6x1jjJzcfzY6E93TuG8/mAnRtvwKww==",
4871
4767
  "license": "BSD-3-Clause",
4872
4768
  "dependencies": {
4873
4769
  "@oclif/core": "^2.15.0",
4874
4770
  "@salesforce/core": "^5.2.9",
4875
- "@salesforce/kit": "^3.0.9",
4771
+ "@salesforce/kit": "^3.0.15",
4876
4772
  "@salesforce/sf-plugins-core": "^3.1.14",
4877
4773
  "got": "^11",
4878
4774
  "proxy-agent": "^6.3.1",
@@ -4954,16 +4850,16 @@
4954
4850
  }
4955
4851
  },
4956
4852
  "node_modules/@salesforce/plugin-org": {
4957
- "version": "2.11.5",
4958
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.5.tgz",
4959
- "integrity": "sha512-AlSIidcceiCeEvfsXizvmBBjI84Cz6wLeqg5Z3LKAnbn5PXG0LTANF23wN53hUf3S57uLXWbOLV6SebF48H7pA==",
4853
+ "version": "2.11.7",
4854
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.7.tgz",
4855
+ "integrity": "sha512-+bbONLVZSnsssuB7An9avMbh5KzuIpd4zbVxeZgXC+OX1Fbi8DLtyiut1kQphks2jLreoTDdYqXYBnZrUQV/ig==",
4960
4856
  "license": "BSD-3-Clause",
4961
4857
  "dependencies": {
4962
4858
  "@oclif/core": "^2.15.0",
4963
4859
  "@salesforce/core": "^5.3.9",
4964
4860
  "@salesforce/kit": "^3.0.9",
4965
4861
  "@salesforce/sf-plugins-core": "^3.1.28",
4966
- "@salesforce/source-deploy-retrieve": "^9.7.25",
4862
+ "@salesforce/source-deploy-retrieve": "^9.7.28",
4967
4863
  "open": "^8.4.2",
4968
4864
  "tslib": "^2"
4969
4865
  },
@@ -5927,14 +5823,14 @@
5927
5823
  }
5928
5824
  },
5929
5825
  "node_modules/@salesforce/plugin-user": {
5930
- "version": "2.3.39",
5931
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.39.tgz",
5932
- "integrity": "sha512-gEU0d6N2627SbXFBunP4FpNjsygqcXFS3yqu9kpGT3rTRLHVwxmnlNkxDi1QI7srTc0OoRybyZ6q+Giwsz3n4Q==",
5826
+ "version": "2.3.41",
5827
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.41.tgz",
5828
+ "integrity": "sha512-dWkdVl4wTu1Lz7AoAkqQmOZ/dEVAh4SUbGMac6AXS7sG9rw/UV7/JVjiTM/hs3QJsdM2W1hpJY+U1Qa5GN1MDg==",
5933
5829
  "license": "BSD-3-Clause",
5934
5830
  "dependencies": {
5935
5831
  "@oclif/core": "^2.15.0",
5936
5832
  "@salesforce/core": "^5.3.10",
5937
- "@salesforce/kit": "^3.0.12",
5833
+ "@salesforce/kit": "^3.0.15",
5938
5834
  "@salesforce/sf-plugins-core": "^3.1.20",
5939
5835
  "@salesforce/ts-types": "^2.0.9",
5940
5836
  "tslib": "^2"
@@ -6096,14 +5992,14 @@
6096
5992
  }
6097
5993
  },
6098
5994
  "node_modules/@salesforce/source-deploy-retrieve": {
6099
- "version": "9.7.28",
6100
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.28.tgz",
6101
- "integrity": "sha512-0dmPAqxH1aI3EN7rXA1pS9iuOaiW8FM6iuqyRZ3oJYPTW4JD6g1YsRAOdAzmIPjLzhMXFDDcSbS6/+ZfOTJPQg==",
5995
+ "version": "9.8.0",
5996
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.0.tgz",
5997
+ "integrity": "sha512-coPkgS1CL7rJXtoozC/yR3GcrTmUsgv1s5FPyVXoXtMTALqS0iXcsyLw0J9CvrNiksPS3WbLlfUiEtgmvQyqdg==",
6102
5998
  "license": "BSD-3-Clause",
6103
5999
  "dependencies": {
6104
6000
  "@salesforce/core": "^5.3.10",
6105
6001
  "@salesforce/kit": "^3.0.13",
6106
- "@salesforce/ts-types": "^2.0.7",
6002
+ "@salesforce/ts-types": "^2.0.9",
6107
6003
  "fast-levenshtein": "^3.0.0",
6108
6004
  "fast-xml-parser": "^4.3.2",
6109
6005
  "got": "^11.8.6",
@@ -6112,8 +6008,7 @@
6112
6008
  "jszip": "^3.10.1",
6113
6009
  "mime": "2.6.0",
6114
6010
  "minimatch": "^5.1.6",
6115
- "proxy-agent": "^6.3.1",
6116
- "unzipper": "0.10.14"
6011
+ "proxy-agent": "^6.3.1"
6117
6012
  },
6118
6013
  "engines": {
6119
6014
  "node": ">=16.0.0"
@@ -6558,9 +6453,9 @@
6558
6453
  }
6559
6454
  },
6560
6455
  "node_modules/@types/debug": {
6561
- "version": "4.1.9",
6562
- "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.9.tgz",
6563
- "integrity": "sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==",
6456
+ "version": "4.1.10",
6457
+ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.10.tgz",
6458
+ "integrity": "sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==",
6564
6459
  "dev": true,
6565
6460
  "license": "MIT",
6566
6461
  "dependencies": {
@@ -7722,15 +7617,6 @@
7722
7617
  "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==",
7723
7618
  "license": "Apache-2.0"
7724
7619
  },
7725
- "node_modules/big-integer": {
7726
- "version": "1.6.51",
7727
- "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
7728
- "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
7729
- "license": "Unlicense",
7730
- "engines": {
7731
- "node": ">=0.6"
7732
- }
7733
- },
7734
7620
  "node_modules/bin-links": {
7735
7621
  "version": "4.0.1",
7736
7622
  "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.1.tgz",
@@ -7747,16 +7633,6 @@
7747
7633
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
7748
7634
  }
7749
7635
  },
7750
- "node_modules/binary": {
7751
- "version": "0.3.0",
7752
- "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
7753
- "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==",
7754
- "license": "MIT",
7755
- "dependencies": {
7756
- "buffers": "~0.1.1",
7757
- "chainsaw": "~0.1.0"
7758
- }
7759
- },
7760
7636
  "node_modules/binary-extensions": {
7761
7637
  "version": "2.2.0",
7762
7638
  "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
@@ -7814,12 +7690,6 @@
7814
7690
  "ieee754": "^1.1.13"
7815
7691
  }
7816
7692
  },
7817
- "node_modules/bluebird": {
7818
- "version": "3.4.7",
7819
- "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
7820
- "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
7821
- "license": "MIT"
7822
- },
7823
7693
  "node_modules/bottleneck": {
7824
7694
  "version": "2.19.5",
7825
7695
  "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz",
@@ -7913,23 +7783,6 @@
7913
7783
  "dev": true,
7914
7784
  "license": "MIT"
7915
7785
  },
7916
- "node_modules/buffer-indexof-polyfill": {
7917
- "version": "1.0.2",
7918
- "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
7919
- "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
7920
- "license": "MIT",
7921
- "engines": {
7922
- "node": ">=0.10"
7923
- }
7924
- },
7925
- "node_modules/buffers": {
7926
- "version": "0.1.1",
7927
- "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
7928
- "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==",
7929
- "engines": {
7930
- "node": ">=0.2.0"
7931
- }
7932
- },
7933
7786
  "node_modules/builtin-modules": {
7934
7787
  "version": "3.3.0",
7935
7788
  "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
@@ -7975,59 +7828,6 @@
7975
7828
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
7976
7829
  }
7977
7830
  },
7978
- "node_modules/cacache/node_modules/foreground-child": {
7979
- "version": "3.1.1",
7980
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
7981
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
7982
- "license": "ISC",
7983
- "dependencies": {
7984
- "cross-spawn": "^7.0.0",
7985
- "signal-exit": "^4.0.1"
7986
- },
7987
- "engines": {
7988
- "node": ">=14"
7989
- },
7990
- "funding": {
7991
- "url": "https://github.com/sponsors/isaacs"
7992
- }
7993
- },
7994
- "node_modules/cacache/node_modules/glob": {
7995
- "version": "10.3.9",
7996
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.9.tgz",
7997
- "integrity": "sha512-2tU/LKevAQvDVuVJ9pg9Yv9xcbSh+TqHuTaXTNbQwf+0kDl9Fm6bMovi4Nm5c8TVvfxo2LLcqCGtmO9KoJaGWg==",
7998
- "license": "ISC",
7999
- "dependencies": {
8000
- "foreground-child": "^3.1.0",
8001
- "jackspeak": "^2.3.5",
8002
- "minimatch": "^9.0.1",
8003
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
8004
- "path-scurry": "^1.10.1"
8005
- },
8006
- "bin": {
8007
- "glob": "dist/esm/bin.mjs"
8008
- },
8009
- "engines": {
8010
- "node": ">=16 || 14 >=14.17"
8011
- },
8012
- "funding": {
8013
- "url": "https://github.com/sponsors/isaacs"
8014
- }
8015
- },
8016
- "node_modules/cacache/node_modules/minimatch": {
8017
- "version": "9.0.3",
8018
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
8019
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
8020
- "license": "ISC",
8021
- "dependencies": {
8022
- "brace-expansion": "^2.0.1"
8023
- },
8024
- "engines": {
8025
- "node": ">=16 || 14 >=14.17"
8026
- },
8027
- "funding": {
8028
- "url": "https://github.com/sponsors/isaacs"
8029
- }
8030
- },
8031
7831
  "node_modules/cacache/node_modules/minipass": {
8032
7832
  "version": "7.0.3",
8033
7833
  "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
@@ -8037,18 +7837,6 @@
8037
7837
  "node": ">=16 || 14 >=14.17"
8038
7838
  }
8039
7839
  },
8040
- "node_modules/cacache/node_modules/signal-exit": {
8041
- "version": "4.0.2",
8042
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
8043
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
8044
- "license": "ISC",
8045
- "engines": {
8046
- "node": ">=14"
8047
- },
8048
- "funding": {
8049
- "url": "https://github.com/sponsors/isaacs"
8050
- }
8051
- },
8052
7840
  "node_modules/cacheable-lookup": {
8053
7841
  "version": "5.0.4",
8054
7842
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
@@ -8254,15 +8042,6 @@
8254
8042
  "node": ">=4"
8255
8043
  }
8256
8044
  },
8257
- "node_modules/chainsaw": {
8258
- "version": "0.1.0",
8259
- "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
8260
- "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==",
8261
- "license": "MIT/X11",
8262
- "dependencies": {
8263
- "traverse": ">=0.3.0 <0.4"
8264
- }
8265
- },
8266
8045
  "node_modules/chalk": {
8267
8046
  "version": "4.1.2",
8268
8047
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -9788,45 +9567,6 @@
9788
9567
  "node": ">=4"
9789
9568
  }
9790
9569
  },
9791
- "node_modules/duplexer2": {
9792
- "version": "0.1.4",
9793
- "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
9794
- "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
9795
- "license": "BSD-3-Clause",
9796
- "dependencies": {
9797
- "readable-stream": "^2.0.2"
9798
- }
9799
- },
9800
- "node_modules/duplexer2/node_modules/readable-stream": {
9801
- "version": "2.3.8",
9802
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
9803
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
9804
- "license": "MIT",
9805
- "dependencies": {
9806
- "core-util-is": "~1.0.0",
9807
- "inherits": "~2.0.3",
9808
- "isarray": "~1.0.0",
9809
- "process-nextick-args": "~2.0.0",
9810
- "safe-buffer": "~5.1.1",
9811
- "string_decoder": "~1.1.1",
9812
- "util-deprecate": "~1.0.1"
9813
- }
9814
- },
9815
- "node_modules/duplexer2/node_modules/safe-buffer": {
9816
- "version": "5.1.2",
9817
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
9818
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
9819
- "license": "MIT"
9820
- },
9821
- "node_modules/duplexer2/node_modules/string_decoder": {
9822
- "version": "1.1.1",
9823
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
9824
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
9825
- "license": "MIT",
9826
- "dependencies": {
9827
- "safe-buffer": "~5.1.0"
9828
- }
9829
- },
9830
9570
  "node_modules/eastasianwidth": {
9831
9571
  "version": "0.2.0",
9832
9572
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
@@ -11637,45 +11377,6 @@
11637
11377
  "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
11638
11378
  "license": "ISC"
11639
11379
  },
11640
- "node_modules/fstream": {
11641
- "version": "1.0.12",
11642
- "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
11643
- "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
11644
- "license": "ISC",
11645
- "dependencies": {
11646
- "graceful-fs": "^4.1.2",
11647
- "inherits": "~2.0.0",
11648
- "mkdirp": ">=0.5 0",
11649
- "rimraf": "2"
11650
- },
11651
- "engines": {
11652
- "node": ">=0.6"
11653
- }
11654
- },
11655
- "node_modules/fstream/node_modules/mkdirp": {
11656
- "version": "0.5.6",
11657
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
11658
- "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
11659
- "license": "MIT",
11660
- "dependencies": {
11661
- "minimist": "^1.2.6"
11662
- },
11663
- "bin": {
11664
- "mkdirp": "bin/cmd.js"
11665
- }
11666
- },
11667
- "node_modules/fstream/node_modules/rimraf": {
11668
- "version": "2.7.1",
11669
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
11670
- "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
11671
- "license": "ISC",
11672
- "dependencies": {
11673
- "glob": "^7.1.3"
11674
- },
11675
- "bin": {
11676
- "rimraf": "bin.js"
11677
- }
11678
- },
11679
11380
  "node_modules/function-bind": {
11680
11381
  "version": "1.1.2",
11681
11382
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -12044,20 +11745,22 @@
12044
11745
  }
12045
11746
  },
12046
11747
  "node_modules/glob": {
12047
- "version": "7.2.3",
12048
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
12049
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
11748
+ "version": "10.3.9",
11749
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.9.tgz",
11750
+ "integrity": "sha512-2tU/LKevAQvDVuVJ9pg9Yv9xcbSh+TqHuTaXTNbQwf+0kDl9Fm6bMovi4Nm5c8TVvfxo2LLcqCGtmO9KoJaGWg==",
12050
11751
  "license": "ISC",
12051
11752
  "dependencies": {
12052
- "fs.realpath": "^1.0.0",
12053
- "inflight": "^1.0.4",
12054
- "inherits": "2",
12055
- "minimatch": "^3.1.1",
12056
- "once": "^1.3.0",
12057
- "path-is-absolute": "^1.0.0"
11753
+ "foreground-child": "^3.1.0",
11754
+ "jackspeak": "^2.3.5",
11755
+ "minimatch": "^9.0.1",
11756
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
11757
+ "path-scurry": "^1.10.1"
11758
+ },
11759
+ "bin": {
11760
+ "glob": "dist/esm/bin.mjs"
12058
11761
  },
12059
11762
  "engines": {
12060
- "node": "*"
11763
+ "node": ">=16 || 14 >=14.17"
12061
11764
  },
12062
11765
  "funding": {
12063
11766
  "url": "https://github.com/sponsors/isaacs"
@@ -12075,6 +11778,58 @@
12075
11778
  "node": ">= 6"
12076
11779
  }
12077
11780
  },
11781
+ "node_modules/glob/node_modules/foreground-child": {
11782
+ "version": "3.1.1",
11783
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
11784
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
11785
+ "license": "ISC",
11786
+ "dependencies": {
11787
+ "cross-spawn": "^7.0.0",
11788
+ "signal-exit": "^4.0.1"
11789
+ },
11790
+ "engines": {
11791
+ "node": ">=14"
11792
+ },
11793
+ "funding": {
11794
+ "url": "https://github.com/sponsors/isaacs"
11795
+ }
11796
+ },
11797
+ "node_modules/glob/node_modules/minimatch": {
11798
+ "version": "9.0.3",
11799
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
11800
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
11801
+ "license": "ISC",
11802
+ "dependencies": {
11803
+ "brace-expansion": "^2.0.1"
11804
+ },
11805
+ "engines": {
11806
+ "node": ">=16 || 14 >=14.17"
11807
+ },
11808
+ "funding": {
11809
+ "url": "https://github.com/sponsors/isaacs"
11810
+ }
11811
+ },
11812
+ "node_modules/glob/node_modules/minipass": {
11813
+ "version": "7.0.3",
11814
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
11815
+ "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
11816
+ "license": "ISC",
11817
+ "engines": {
11818
+ "node": ">=16 || 14 >=14.17"
11819
+ }
11820
+ },
11821
+ "node_modules/glob/node_modules/signal-exit": {
11822
+ "version": "4.0.2",
11823
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
11824
+ "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
11825
+ "license": "ISC",
11826
+ "engines": {
11827
+ "node": ">=14"
11828
+ },
11829
+ "funding": {
11830
+ "url": "https://github.com/sponsors/isaacs"
11831
+ }
11832
+ },
12078
11833
  "node_modules/global-dirs": {
12079
11834
  "version": "0.1.1",
12080
11835
  "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
@@ -12783,9 +12538,9 @@
12783
12538
  }
12784
12539
  },
12785
12540
  "node_modules/inquirer-autocomplete-standalone": {
12786
- "version": "0.7.0",
12787
- "resolved": "https://registry.npmjs.org/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.7.0.tgz",
12788
- "integrity": "sha512-DZ3abNGnQ6DmmCJiwpkljMZNE5Zwx3U8ZqUzl4aW9pV3ooXySERRL2PTYlCoG26qwCzEwTrftfN1QQz5cenwPw==",
12541
+ "version": "0.8.1",
12542
+ "resolved": "https://registry.npmjs.org/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.8.1.tgz",
12543
+ "integrity": "sha512-mlzwCTiXDX1Cw4yJL5PCq32k23XYLTK8K6BDFoL1a76iJeFB5ul6IoMU9spgdDagl2SM7P6ZaCNjj8VNXRDPOQ==",
12789
12544
  "license": "ISC",
12790
12545
  "dependencies": {
12791
12546
  "@inquirer/core": "^3.1.1",
@@ -14328,59 +14083,19 @@
14328
14083
  "dependencies": {
14329
14084
  "@npmcli/fs": "^3.1.0",
14330
14085
  "fs-minipass": "^3.0.0",
14331
- "glob": "^10.2.2",
14332
- "lru-cache": "^10.0.1",
14333
- "minipass": "^7.0.3",
14334
- "minipass-collect": "^1.0.2",
14335
- "minipass-flush": "^1.0.5",
14336
- "minipass-pipeline": "^1.2.4",
14337
- "p-map": "^4.0.0",
14338
- "ssri": "^10.0.0",
14339
- "tar": "^6.1.11",
14340
- "unique-filename": "^3.0.0"
14341
- },
14342
- "engines": {
14343
- "node": "^16.14.0 || >=18.0.0"
14344
- }
14345
- },
14346
- "node_modules/libnpmfund/node_modules/foreground-child": {
14347
- "version": "3.1.1",
14348
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
14349
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
14350
- "extraneous": true,
14351
- "license": "ISC",
14352
- "dependencies": {
14353
- "cross-spawn": "^7.0.0",
14354
- "signal-exit": "^4.0.1"
14355
- },
14356
- "engines": {
14357
- "node": ">=14"
14358
- },
14359
- "funding": {
14360
- "url": "https://github.com/sponsors/isaacs"
14361
- }
14362
- },
14363
- "node_modules/libnpmfund/node_modules/glob": {
14364
- "version": "10.3.9",
14365
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.9.tgz",
14366
- "integrity": "sha512-2tU/LKevAQvDVuVJ9pg9Yv9xcbSh+TqHuTaXTNbQwf+0kDl9Fm6bMovi4Nm5c8TVvfxo2LLcqCGtmO9KoJaGWg==",
14367
- "extraneous": true,
14368
- "license": "ISC",
14369
- "dependencies": {
14370
- "foreground-child": "^3.1.0",
14371
- "jackspeak": "^2.3.5",
14372
- "minimatch": "^9.0.1",
14373
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
14374
- "path-scurry": "^1.10.1"
14375
- },
14376
- "bin": {
14377
- "glob": "dist/esm/bin.mjs"
14086
+ "glob": "^10.2.2",
14087
+ "lru-cache": "^10.0.1",
14088
+ "minipass": "^7.0.3",
14089
+ "minipass-collect": "^1.0.2",
14090
+ "minipass-flush": "^1.0.5",
14091
+ "minipass-pipeline": "^1.2.4",
14092
+ "p-map": "^4.0.0",
14093
+ "ssri": "^10.0.0",
14094
+ "tar": "^6.1.11",
14095
+ "unique-filename": "^3.0.0"
14378
14096
  },
14379
14097
  "engines": {
14380
- "node": ">=16 || 14 >=14.17"
14381
- },
14382
- "funding": {
14383
- "url": "https://github.com/sponsors/isaacs"
14098
+ "node": "^16.14.0 || >=18.0.0"
14384
14099
  }
14385
14100
  },
14386
14101
  "node_modules/libnpmfund/node_modules/hosted-git-info": {
@@ -14594,19 +14309,6 @@
14594
14309
  "node": "^16.14.0 || >=18.0.0"
14595
14310
  }
14596
14311
  },
14597
- "node_modules/libnpmfund/node_modules/signal-exit": {
14598
- "version": "4.0.2",
14599
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
14600
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
14601
- "extraneous": true,
14602
- "license": "ISC",
14603
- "engines": {
14604
- "node": ">=14"
14605
- },
14606
- "funding": {
14607
- "url": "https://github.com/sponsors/isaacs"
14608
- }
14609
- },
14610
14312
  "node_modules/libnpmfund/node_modules/sigstore": {
14611
14313
  "version": "2.1.0",
14612
14314
  "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.1.0.tgz",
@@ -14793,12 +14495,6 @@
14793
14495
  "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
14794
14496
  "license": "MIT"
14795
14497
  },
14796
- "node_modules/listenercount": {
14797
- "version": "1.0.1",
14798
- "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
14799
- "integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==",
14800
- "license": "ISC"
14801
- },
14802
14498
  "node_modules/load-json-file": {
14803
14499
  "version": "4.0.0",
14804
14500
  "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
@@ -16121,6 +15817,26 @@
16121
15817
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
16122
15818
  }
16123
15819
  },
15820
+ "node_modules/node-gyp/node_modules/glob": {
15821
+ "version": "7.2.3",
15822
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
15823
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
15824
+ "license": "ISC",
15825
+ "dependencies": {
15826
+ "fs.realpath": "^1.0.0",
15827
+ "inflight": "^1.0.4",
15828
+ "inherits": "2",
15829
+ "minimatch": "^3.1.1",
15830
+ "once": "^1.3.0",
15831
+ "path-is-absolute": "^1.0.0"
15832
+ },
15833
+ "engines": {
15834
+ "node": "*"
15835
+ },
15836
+ "funding": {
15837
+ "url": "https://github.com/sponsors/isaacs"
15838
+ }
15839
+ },
16124
15840
  "node_modules/node-gyp/node_modules/nopt": {
16125
15841
  "version": "6.0.0",
16126
15842
  "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz",
@@ -17655,14 +17371,6 @@
17655
17371
  "url": "https://github.com/sponsors/isaacs"
17656
17372
  }
17657
17373
  },
17658
- "node_modules/npm/node_modules/glob/node_modules/minipass": {
17659
- "version": "7.0.3",
17660
- "inBundle": true,
17661
- "license": "ISC",
17662
- "engines": {
17663
- "node": ">=16 || 14 >=14.17"
17664
- }
17665
- },
17666
17374
  "node_modules/npm/node_modules/graceful-fs": {
17667
17375
  "version": "4.2.11",
17668
17376
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -19906,6 +19614,27 @@
19906
19614
  "node": ">=8"
19907
19615
  }
19908
19616
  },
19617
+ "node_modules/nyc/node_modules/glob": {
19618
+ "version": "7.2.3",
19619
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
19620
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
19621
+ "dev": true,
19622
+ "license": "ISC",
19623
+ "dependencies": {
19624
+ "fs.realpath": "^1.0.0",
19625
+ "inflight": "^1.0.4",
19626
+ "inherits": "2",
19627
+ "minimatch": "^3.1.1",
19628
+ "once": "^1.3.0",
19629
+ "path-is-absolute": "^1.0.0"
19630
+ },
19631
+ "engines": {
19632
+ "node": "*"
19633
+ },
19634
+ "funding": {
19635
+ "url": "https://github.com/sponsors/isaacs"
19636
+ }
19637
+ },
19909
19638
  "node_modules/nyc/node_modules/locate-path": {
19910
19639
  "version": "5.0.0",
19911
19640
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -21774,68 +21503,6 @@
21774
21503
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21775
21504
  }
21776
21505
  },
21777
- "node_modules/read-package-json/node_modules/foreground-child": {
21778
- "version": "3.1.1",
21779
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
21780
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
21781
- "license": "ISC",
21782
- "dependencies": {
21783
- "cross-spawn": "^7.0.0",
21784
- "signal-exit": "^4.0.1"
21785
- },
21786
- "engines": {
21787
- "node": ">=14"
21788
- },
21789
- "funding": {
21790
- "url": "https://github.com/sponsors/isaacs"
21791
- }
21792
- },
21793
- "node_modules/read-package-json/node_modules/glob": {
21794
- "version": "10.3.9",
21795
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.9.tgz",
21796
- "integrity": "sha512-2tU/LKevAQvDVuVJ9pg9Yv9xcbSh+TqHuTaXTNbQwf+0kDl9Fm6bMovi4Nm5c8TVvfxo2LLcqCGtmO9KoJaGWg==",
21797
- "license": "ISC",
21798
- "dependencies": {
21799
- "foreground-child": "^3.1.0",
21800
- "jackspeak": "^2.3.5",
21801
- "minimatch": "^9.0.1",
21802
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
21803
- "path-scurry": "^1.10.1"
21804
- },
21805
- "bin": {
21806
- "glob": "dist/esm/bin.mjs"
21807
- },
21808
- "engines": {
21809
- "node": ">=16 || 14 >=14.17"
21810
- },
21811
- "funding": {
21812
- "url": "https://github.com/sponsors/isaacs"
21813
- }
21814
- },
21815
- "node_modules/read-package-json/node_modules/minimatch": {
21816
- "version": "9.0.3",
21817
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
21818
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
21819
- "license": "ISC",
21820
- "dependencies": {
21821
- "brace-expansion": "^2.0.1"
21822
- },
21823
- "engines": {
21824
- "node": ">=16 || 14 >=14.17"
21825
- },
21826
- "funding": {
21827
- "url": "https://github.com/sponsors/isaacs"
21828
- }
21829
- },
21830
- "node_modules/read-package-json/node_modules/minipass": {
21831
- "version": "7.0.3",
21832
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
21833
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
21834
- "license": "ISC",
21835
- "engines": {
21836
- "node": ">=16 || 14 >=14.17"
21837
- }
21838
- },
21839
21506
  "node_modules/read-package-json/node_modules/normalize-package-data": {
21840
21507
  "version": "5.0.0",
21841
21508
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz",
@@ -21851,18 +21518,6 @@
21851
21518
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21852
21519
  }
21853
21520
  },
21854
- "node_modules/read-package-json/node_modules/signal-exit": {
21855
- "version": "4.0.2",
21856
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
21857
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
21858
- "license": "ISC",
21859
- "engines": {
21860
- "node": ">=14"
21861
- },
21862
- "funding": {
21863
- "url": "https://github.com/sponsors/isaacs"
21864
- }
21865
- },
21866
21521
  "node_modules/read-pkg": {
21867
21522
  "version": "3.0.0",
21868
21523
  "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
@@ -22376,6 +22031,26 @@
22376
22031
  "url": "https://github.com/sponsors/isaacs"
22377
22032
  }
22378
22033
  },
22034
+ "node_modules/rimraf/node_modules/glob": {
22035
+ "version": "7.2.3",
22036
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
22037
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
22038
+ "license": "ISC",
22039
+ "dependencies": {
22040
+ "fs.realpath": "^1.0.0",
22041
+ "inflight": "^1.0.4",
22042
+ "inherits": "2",
22043
+ "minimatch": "^3.1.1",
22044
+ "once": "^1.3.0",
22045
+ "path-is-absolute": "^1.0.0"
22046
+ },
22047
+ "engines": {
22048
+ "node": "*"
22049
+ },
22050
+ "funding": {
22051
+ "url": "https://github.com/sponsors/isaacs"
22052
+ }
22053
+ },
22379
22054
  "node_modules/run-async": {
22380
22055
  "version": "2.4.1",
22381
22056
  "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
@@ -22672,6 +22347,26 @@
22672
22347
  "node": ">=4"
22673
22348
  }
22674
22349
  },
22350
+ "node_modules/shelljs/node_modules/glob": {
22351
+ "version": "7.2.3",
22352
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
22353
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
22354
+ "license": "ISC",
22355
+ "dependencies": {
22356
+ "fs.realpath": "^1.0.0",
22357
+ "inflight": "^1.0.4",
22358
+ "inherits": "2",
22359
+ "minimatch": "^3.1.1",
22360
+ "once": "^1.3.0",
22361
+ "path-is-absolute": "^1.0.0"
22362
+ },
22363
+ "engines": {
22364
+ "node": "*"
22365
+ },
22366
+ "funding": {
22367
+ "url": "https://github.com/sponsors/isaacs"
22368
+ }
22369
+ },
22675
22370
  "node_modules/shiki": {
22676
22371
  "version": "0.11.1",
22677
22372
  "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz",
@@ -23498,6 +23193,27 @@
23498
23193
  "node": ">=8"
23499
23194
  }
23500
23195
  },
23196
+ "node_modules/test-exclude/node_modules/glob": {
23197
+ "version": "7.2.3",
23198
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
23199
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
23200
+ "dev": true,
23201
+ "license": "ISC",
23202
+ "dependencies": {
23203
+ "fs.realpath": "^1.0.0",
23204
+ "inflight": "^1.0.4",
23205
+ "inherits": "2",
23206
+ "minimatch": "^3.1.1",
23207
+ "once": "^1.3.0",
23208
+ "path-is-absolute": "^1.0.0"
23209
+ },
23210
+ "engines": {
23211
+ "node": "*"
23212
+ },
23213
+ "funding": {
23214
+ "url": "https://github.com/sponsors/isaacs"
23215
+ }
23216
+ },
23501
23217
  "node_modules/text-extensions": {
23502
23218
  "version": "1.9.0",
23503
23219
  "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
@@ -23622,12 +23338,6 @@
23622
23338
  "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
23623
23339
  "license": "MIT"
23624
23340
  },
23625
- "node_modules/traverse": {
23626
- "version": "0.3.9",
23627
- "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz",
23628
- "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==",
23629
- "license": "MIT/X11"
23630
- },
23631
23341
  "node_modules/treeverse": {
23632
23342
  "version": "3.0.0",
23633
23343
  "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
@@ -24145,54 +23855,6 @@
24145
23855
  "node": ">=8"
24146
23856
  }
24147
23857
  },
24148
- "node_modules/unzipper": {
24149
- "version": "0.10.14",
24150
- "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz",
24151
- "integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==",
24152
- "license": "MIT",
24153
- "dependencies": {
24154
- "big-integer": "^1.6.17",
24155
- "binary": "~0.3.0",
24156
- "bluebird": "~3.4.1",
24157
- "buffer-indexof-polyfill": "~1.0.0",
24158
- "duplexer2": "~0.1.4",
24159
- "fstream": "^1.0.12",
24160
- "graceful-fs": "^4.2.2",
24161
- "listenercount": "~1.0.1",
24162
- "readable-stream": "~2.3.6",
24163
- "setimmediate": "~1.0.4"
24164
- }
24165
- },
24166
- "node_modules/unzipper/node_modules/readable-stream": {
24167
- "version": "2.3.8",
24168
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
24169
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
24170
- "license": "MIT",
24171
- "dependencies": {
24172
- "core-util-is": "~1.0.0",
24173
- "inherits": "~2.0.3",
24174
- "isarray": "~1.0.0",
24175
- "process-nextick-args": "~2.0.0",
24176
- "safe-buffer": "~5.1.1",
24177
- "string_decoder": "~1.1.1",
24178
- "util-deprecate": "~1.0.1"
24179
- }
24180
- },
24181
- "node_modules/unzipper/node_modules/safe-buffer": {
24182
- "version": "5.1.2",
24183
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
24184
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
24185
- "license": "MIT"
24186
- },
24187
- "node_modules/unzipper/node_modules/string_decoder": {
24188
- "version": "1.1.1",
24189
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
24190
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
24191
- "license": "MIT",
24192
- "dependencies": {
24193
- "safe-buffer": "~5.1.0"
24194
- }
24195
- },
24196
23858
  "node_modules/update-browserslist-db": {
24197
23859
  "version": "1.0.11",
24198
23860
  "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
@@ -25234,6 +24896,26 @@
25234
24896
  "node": ">=10"
25235
24897
  }
25236
24898
  },
24899
+ "node_modules/yeoman-environment/node_modules/glob": {
24900
+ "version": "7.2.3",
24901
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
24902
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
24903
+ "license": "ISC",
24904
+ "dependencies": {
24905
+ "fs.realpath": "^1.0.0",
24906
+ "inflight": "^1.0.4",
24907
+ "inherits": "2",
24908
+ "minimatch": "^3.1.1",
24909
+ "once": "^1.3.0",
24910
+ "path-is-absolute": "^1.0.0"
24911
+ },
24912
+ "engines": {
24913
+ "node": "*"
24914
+ },
24915
+ "funding": {
24916
+ "url": "https://github.com/sponsors/isaacs"
24917
+ }
24918
+ },
25237
24919
  "node_modules/yeoman-environment/node_modules/hosted-git-info": {
25238
24920
  "version": "4.1.0",
25239
24921
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",