@salesforce/cli 2.16.4 → 2.16.6

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,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.4",
3
+ "version": "2.16.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.4",
9
+ "version": "2.16.6",
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",
@@ -30,7 +30,7 @@
30
30
  "@salesforce/plugin-limits": "2.3.41",
31
31
  "@salesforce/plugin-login": "1.2.40",
32
32
  "@salesforce/plugin-marketplace": "0.3.2",
33
- "@salesforce/plugin-org": "2.11.6",
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.40",
41
+ "@salesforce/plugin-user": "2.3.41",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
44
44
  },
@@ -48,15 +48,15 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@oclif/plugin-command-snapshot": "^4.0.2",
51
- "@salesforce/dev-config": "^4.0.1",
51
+ "@salesforce/dev-config": "^4.1.0",
52
52
  "@salesforce/dev-scripts": "^5.10.0",
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
- "aws-sdk": "^2.1478.0",
59
+ "aws-sdk": "^2.1484.0",
60
60
  "chai": "^4.3.10",
61
61
  "eslint": "^8.51.0",
62
62
  "eslint-config-oclif": "^5",
@@ -71,7 +71,7 @@
71
71
  "husky": "^7.0.4",
72
72
  "mocha": "^10",
73
73
  "nyc": "^15.1.0",
74
- "oclif": "^4.0.2",
74
+ "oclif": "^4.0.3",
75
75
  "prettier": "^2.8.8",
76
76
  "pretty-quick": "^3.1.3",
77
77
  "sinon": "^15.2.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": {
@@ -3632,9 +3528,9 @@
3632
3528
  "license": "MIT"
3633
3529
  },
3634
3530
  "node_modules/@salesforce/dev-config": {
3635
- "version": "4.0.1",
3636
- "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.0.1.tgz",
3637
- "integrity": "sha512-0zMjXG4Vjlu/mB7zbuKSXfXiP7CEZBwsPtYqNgburk/wZIU9KcMspLwVBDUxmUj9ltRksD9o1ubRUblN5M3Z0g==",
3531
+ "version": "4.1.0",
3532
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
3533
+ "integrity": "sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==",
3638
3534
  "dev": true,
3639
3535
  "license": "BSD-3-Clause"
3640
3536
  },
@@ -4954,9 +4850,9 @@
4954
4850
  }
4955
4851
  },
4956
4852
  "node_modules/@salesforce/plugin-org": {
4957
- "version": "2.11.6",
4958
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.6.tgz",
4959
- "integrity": "sha512-p5J0yhq2k92FZE5a8KzhBLw6YNDeWAemEqqD0nvO1PjVWSXmrmcbpAPM4i3JVJOFONGr1jcH2nNuHoeibtScIg==",
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",
@@ -5927,9 +5823,9 @@
5927
5823
  }
5928
5824
  },
5929
5825
  "node_modules/@salesforce/plugin-user": {
5930
- "version": "2.3.40",
5931
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.40.tgz",
5932
- "integrity": "sha512-YA2FANLJf49Q5E+PUJ/nN46ATBjXuaq//RXp00MG2CosAW1OshWF2zyySmANDMmiPKWWCn8nvlNI9h7dgqYtUA==",
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",
@@ -6096,9 +5992,9 @@
6096
5992
  }
6097
5993
  },
6098
5994
  "node_modules/@salesforce/source-deploy-retrieve": {
6099
- "version": "9.7.29",
6100
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.29.tgz",
6101
- "integrity": "sha512-e9cGNqV9WSyb2VB1Sw849QsxEVeB+/7UrNsVT4gzwCjxEyd0P1Y5FiH7DSxLN5CAAuNKQLGSVzoqgF6jHGuCpA==",
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",
@@ -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": {
@@ -7634,9 +7529,9 @@
7634
7529
  }
7635
7530
  },
7636
7531
  "node_modules/aws-sdk": {
7637
- "version": "2.1478.0",
7638
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1478.0.tgz",
7639
- "integrity": "sha512-F+Ud9FxMD4rwvGbEXn7qc25Q19N4p+9klRjiH1llFLYssPw6TRtY464Cry/jG4OzuYkE/DsnhcwVFEJjGvMmuQ==",
7532
+ "version": "2.1484.0",
7533
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1484.0.tgz",
7534
+ "integrity": "sha512-emfCmb5j/UtaB7U8tvLpGdVNAlZMg4xZOhoFvL8jBQwIVJyCRyaqcshe31JXTwJdafThn2pNPtQOeYbZJCE0Ow==",
7640
7535
  "dev": true,
7641
7536
  "license": "Apache-2.0",
7642
7537
  "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,105 +7828,40 @@
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==",
7831
+ "node_modules/cacache/node_modules/minipass": {
7832
+ "version": "7.0.3",
7833
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
7834
+ "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
7982
7835
  "license": "ISC",
7836
+ "engines": {
7837
+ "node": ">=16 || 14 >=14.17"
7838
+ }
7839
+ },
7840
+ "node_modules/cacheable-lookup": {
7841
+ "version": "5.0.4",
7842
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
7843
+ "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
7844
+ "license": "MIT",
7845
+ "engines": {
7846
+ "node": ">=10.6.0"
7847
+ }
7848
+ },
7849
+ "node_modules/cacheable-request": {
7850
+ "version": "7.0.4",
7851
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
7852
+ "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
7853
+ "license": "MIT",
7983
7854
  "dependencies": {
7984
- "cross-spawn": "^7.0.0",
7985
- "signal-exit": "^4.0.1"
7855
+ "clone-response": "^1.0.2",
7856
+ "get-stream": "^5.1.0",
7857
+ "http-cache-semantics": "^4.0.0",
7858
+ "keyv": "^4.0.0",
7859
+ "lowercase-keys": "^2.0.0",
7860
+ "normalize-url": "^6.0.1",
7861
+ "responselike": "^2.0.0"
7986
7862
  },
7987
7863
  "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
- "node_modules/cacache/node_modules/minipass": {
8032
- "version": "7.0.3",
8033
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
8034
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
8035
- "license": "ISC",
8036
- "engines": {
8037
- "node": ">=16 || 14 >=14.17"
8038
- }
8039
- },
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
- "node_modules/cacheable-lookup": {
8053
- "version": "5.0.4",
8054
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
8055
- "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
8056
- "license": "MIT",
8057
- "engines": {
8058
- "node": ">=10.6.0"
8059
- }
8060
- },
8061
- "node_modules/cacheable-request": {
8062
- "version": "7.0.4",
8063
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
8064
- "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
8065
- "license": "MIT",
8066
- "dependencies": {
8067
- "clone-response": "^1.0.2",
8068
- "get-stream": "^5.1.0",
8069
- "http-cache-semantics": "^4.0.0",
8070
- "keyv": "^4.0.0",
8071
- "lowercase-keys": "^2.0.0",
8072
- "normalize-url": "^6.0.1",
8073
- "responselike": "^2.0.0"
8074
- },
8075
- "engines": {
8076
- "node": ">=8"
7864
+ "node": ">=8"
8077
7865
  }
8078
7866
  },
8079
7867
  "node_modules/caching-transform": {
@@ -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",
@@ -14343,46 +14098,6 @@
14343
14098
  "node": "^16.14.0 || >=18.0.0"
14344
14099
  }
14345
14100
  },
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"
14378
- },
14379
- "engines": {
14380
- "node": ">=16 || 14 >=14.17"
14381
- },
14382
- "funding": {
14383
- "url": "https://github.com/sponsors/isaacs"
14384
- }
14385
- },
14386
14101
  "node_modules/libnpmfund/node_modules/hosted-git-info": {
14387
14102
  "version": "7.0.1",
14388
14103
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
@@ -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",
@@ -20096,16 +19825,16 @@
20096
19825
  }
20097
19826
  },
20098
19827
  "node_modules/oclif": {
20099
- "version": "4.0.2",
20100
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.2.tgz",
20101
- "integrity": "sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==",
19828
+ "version": "4.0.3",
19829
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.3.tgz",
19830
+ "integrity": "sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==",
20102
19831
  "dev": true,
20103
19832
  "license": "MIT",
20104
19833
  "dependencies": {
20105
19834
  "@oclif/core": "^3.0.4",
20106
19835
  "@oclif/plugin-help": "^5.2.14",
20107
19836
  "@oclif/plugin-not-found": "^2.3.32",
20108
- "@oclif/plugin-warn-if-update-available": "^2.0.44",
19837
+ "@oclif/plugin-warn-if-update-available": "^3.0.0",
20109
19838
  "async-retry": "^1.3.3",
20110
19839
  "aws-sdk": "^2.1231.0",
20111
19840
  "change-case": "^4",
@@ -20273,64 +20002,6 @@
20273
20002
  "node": ">=14.0.0"
20274
20003
  }
20275
20004
  },
20276
- "node_modules/oclif/node_modules/@oclif/plugin-warn-if-update-available": {
20277
- "version": "2.1.1",
20278
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.1.tgz",
20279
- "integrity": "sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==",
20280
- "dev": true,
20281
- "license": "MIT",
20282
- "dependencies": {
20283
- "@oclif/core": "^2.15.0",
20284
- "chalk": "^4.1.0",
20285
- "debug": "^4.1.0",
20286
- "http-call": "^5.2.2",
20287
- "lodash.template": "^4.5.0",
20288
- "semver": "^7.5.4"
20289
- },
20290
- "engines": {
20291
- "node": ">=12.0.0"
20292
- }
20293
- },
20294
- "node_modules/oclif/node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
20295
- "version": "2.15.0",
20296
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
20297
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
20298
- "dev": true,
20299
- "license": "MIT",
20300
- "dependencies": {
20301
- "@types/cli-progress": "^3.11.0",
20302
- "ansi-escapes": "^4.3.2",
20303
- "ansi-styles": "^4.3.0",
20304
- "cardinal": "^2.1.1",
20305
- "chalk": "^4.1.2",
20306
- "clean-stack": "^3.0.1",
20307
- "cli-progress": "^3.12.0",
20308
- "debug": "^4.3.4",
20309
- "ejs": "^3.1.8",
20310
- "get-package-type": "^0.1.0",
20311
- "globby": "^11.1.0",
20312
- "hyperlinker": "^1.0.0",
20313
- "indent-string": "^4.0.0",
20314
- "is-wsl": "^2.2.0",
20315
- "js-yaml": "^3.14.1",
20316
- "natural-orderby": "^2.0.3",
20317
- "object-treeify": "^1.1.33",
20318
- "password-prompt": "^1.1.2",
20319
- "slice-ansi": "^4.0.0",
20320
- "string-width": "^4.2.3",
20321
- "strip-ansi": "^6.0.1",
20322
- "supports-color": "^8.1.1",
20323
- "supports-hyperlinks": "^2.2.0",
20324
- "ts-node": "^10.9.1",
20325
- "tslib": "^2.5.0",
20326
- "widest-line": "^3.1.0",
20327
- "wordwrap": "^1.0.0",
20328
- "wrap-ansi": "^7.0.0"
20329
- },
20330
- "engines": {
20331
- "node": ">=14.0.0"
20332
- }
20333
- },
20334
20005
  "node_modules/oclif/node_modules/supports-color": {
20335
20006
  "version": "8.1.1",
20336
20007
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -21774,68 +21445,6 @@
21774
21445
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21775
21446
  }
21776
21447
  },
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
21448
  "node_modules/read-package-json/node_modules/normalize-package-data": {
21840
21449
  "version": "5.0.0",
21841
21450
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz",
@@ -21851,18 +21460,6 @@
21851
21460
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21852
21461
  }
21853
21462
  },
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
21463
  "node_modules/read-pkg": {
21867
21464
  "version": "3.0.0",
21868
21465
  "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
@@ -22376,6 +21973,26 @@
22376
21973
  "url": "https://github.com/sponsors/isaacs"
22377
21974
  }
22378
21975
  },
21976
+ "node_modules/rimraf/node_modules/glob": {
21977
+ "version": "7.2.3",
21978
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
21979
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
21980
+ "license": "ISC",
21981
+ "dependencies": {
21982
+ "fs.realpath": "^1.0.0",
21983
+ "inflight": "^1.0.4",
21984
+ "inherits": "2",
21985
+ "minimatch": "^3.1.1",
21986
+ "once": "^1.3.0",
21987
+ "path-is-absolute": "^1.0.0"
21988
+ },
21989
+ "engines": {
21990
+ "node": "*"
21991
+ },
21992
+ "funding": {
21993
+ "url": "https://github.com/sponsors/isaacs"
21994
+ }
21995
+ },
22379
21996
  "node_modules/run-async": {
22380
21997
  "version": "2.4.1",
22381
21998
  "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
@@ -22672,6 +22289,26 @@
22672
22289
  "node": ">=4"
22673
22290
  }
22674
22291
  },
22292
+ "node_modules/shelljs/node_modules/glob": {
22293
+ "version": "7.2.3",
22294
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
22295
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
22296
+ "license": "ISC",
22297
+ "dependencies": {
22298
+ "fs.realpath": "^1.0.0",
22299
+ "inflight": "^1.0.4",
22300
+ "inherits": "2",
22301
+ "minimatch": "^3.1.1",
22302
+ "once": "^1.3.0",
22303
+ "path-is-absolute": "^1.0.0"
22304
+ },
22305
+ "engines": {
22306
+ "node": "*"
22307
+ },
22308
+ "funding": {
22309
+ "url": "https://github.com/sponsors/isaacs"
22310
+ }
22311
+ },
22675
22312
  "node_modules/shiki": {
22676
22313
  "version": "0.11.1",
22677
22314
  "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz",
@@ -23498,6 +23135,27 @@
23498
23135
  "node": ">=8"
23499
23136
  }
23500
23137
  },
23138
+ "node_modules/test-exclude/node_modules/glob": {
23139
+ "version": "7.2.3",
23140
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
23141
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
23142
+ "dev": true,
23143
+ "license": "ISC",
23144
+ "dependencies": {
23145
+ "fs.realpath": "^1.0.0",
23146
+ "inflight": "^1.0.4",
23147
+ "inherits": "2",
23148
+ "minimatch": "^3.1.1",
23149
+ "once": "^1.3.0",
23150
+ "path-is-absolute": "^1.0.0"
23151
+ },
23152
+ "engines": {
23153
+ "node": "*"
23154
+ },
23155
+ "funding": {
23156
+ "url": "https://github.com/sponsors/isaacs"
23157
+ }
23158
+ },
23501
23159
  "node_modules/text-extensions": {
23502
23160
  "version": "1.9.0",
23503
23161
  "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
@@ -23622,12 +23280,6 @@
23622
23280
  "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
23623
23281
  "license": "MIT"
23624
23282
  },
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
23283
  "node_modules/treeverse": {
23632
23284
  "version": "3.0.0",
23633
23285
  "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz",
@@ -24145,54 +23797,6 @@
24145
23797
  "node": ">=8"
24146
23798
  }
24147
23799
  },
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
23800
  "node_modules/update-browserslist-db": {
24197
23801
  "version": "1.0.11",
24198
23802
  "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
@@ -25234,6 +24838,26 @@
25234
24838
  "node": ">=10"
25235
24839
  }
25236
24840
  },
24841
+ "node_modules/yeoman-environment/node_modules/glob": {
24842
+ "version": "7.2.3",
24843
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
24844
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
24845
+ "license": "ISC",
24846
+ "dependencies": {
24847
+ "fs.realpath": "^1.0.0",
24848
+ "inflight": "^1.0.4",
24849
+ "inherits": "2",
24850
+ "minimatch": "^3.1.1",
24851
+ "once": "^1.3.0",
24852
+ "path-is-absolute": "^1.0.0"
24853
+ },
24854
+ "engines": {
24855
+ "node": "*"
24856
+ },
24857
+ "funding": {
24858
+ "url": "https://github.com/sponsors/isaacs"
24859
+ }
24860
+ },
25237
24861
  "node_modules/yeoman-environment/node_modules/hosted-git-info": {
25238
24862
  "version": "4.1.0",
25239
24863
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",