@adobe/aem-cli 16.15.11 → 16.15.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [16.15.12](https://github.com/adobe/helix-cli/compare/v16.15.11...v16.15.12) (2025-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([365d90e](https://github.com/adobe/helix-cli/commit/365d90ec1f5bc85bb2bf68a141c7ae0970b449b8))
|
|
7
|
+
* regenerate package-lock.json with all chokidar v3 dependencies ([7681dad](https://github.com/adobe/helix-cli/commit/7681dad542355edd58de5090e13c8e2a783e79f0))
|
|
8
|
+
* regenerate package-lock.json with all missing dependencies ([d0955fe](https://github.com/adobe/helix-cli/commit/d0955feed8591d8599dff61f65231b1d9af6fbe4))
|
|
9
|
+
* update package-lock.json to sync with package.json dependencies ([6a6f392](https://github.com/adobe/helix-cli/commit/6a6f3922175d8e43833ee9283cb8d7559e4cf495))
|
|
10
|
+
|
|
1
11
|
## [16.15.11](https://github.com/adobe/helix-cli/compare/v16.15.10...v16.15.11) (2025-10-20)
|
|
2
12
|
|
|
3
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.15.
|
|
3
|
+
"version": "16.15.12",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"proxy-agent": "6.5.0",
|
|
75
75
|
"proxy-from-env": "1.1.0",
|
|
76
76
|
"rehype-parse": "9.0.1",
|
|
77
|
-
"semver": "7.7.
|
|
77
|
+
"semver": "7.7.3",
|
|
78
78
|
"shelljs": "0.10.0",
|
|
79
79
|
"unified": "11.0.5",
|
|
80
80
|
"uuid": "13.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"esmock": "2.7.3",
|
|
91
91
|
"husky": "9.1.7",
|
|
92
92
|
"junit-report-builder": "5.1.1",
|
|
93
|
-
"lint-staged": "16.2.
|
|
93
|
+
"lint-staged": "16.2.4",
|
|
94
94
|
"mocha": "11.7.4",
|
|
95
95
|
"mocha-multi-reporters": "1.5.1",
|
|
96
96
|
"nock": "13.5.6",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
71
71
|
"dev": true,
|
|
72
72
|
"license": "MIT",
|
|
73
|
+
"peer": true,
|
|
73
74
|
"dependencies": {
|
|
74
75
|
"eslint-visitor-keys": "^3.4.3"
|
|
75
76
|
},
|
|
@@ -89,6 +90,7 @@
|
|
|
89
90
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
90
91
|
"dev": true,
|
|
91
92
|
"license": "Apache-2.0",
|
|
93
|
+
"peer": true,
|
|
92
94
|
"engines": {
|
|
93
95
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
94
96
|
},
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
"integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
|
|
103
105
|
"dev": true,
|
|
104
106
|
"license": "MIT",
|
|
107
|
+
"peer": true,
|
|
105
108
|
"engines": {
|
|
106
109
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
107
110
|
}
|
|
@@ -112,6 +115,7 @@
|
|
|
112
115
|
"integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
|
|
113
116
|
"dev": true,
|
|
114
117
|
"license": "Apache-2.0",
|
|
118
|
+
"peer": true,
|
|
115
119
|
"dependencies": {
|
|
116
120
|
"@eslint/object-schema": "^2.1.6",
|
|
117
121
|
"debug": "^4.3.1",
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
154
158
|
"dev": true,
|
|
155
159
|
"license": "MIT",
|
|
160
|
+
"peer": true,
|
|
156
161
|
"dependencies": {
|
|
157
162
|
"ajv": "^6.12.4",
|
|
158
163
|
"debug": "^4.3.2",
|
|
@@ -177,6 +182,7 @@
|
|
|
177
182
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
178
183
|
"dev": true,
|
|
179
184
|
"license": "MIT",
|
|
185
|
+
"peer": true,
|
|
180
186
|
"engines": {
|
|
181
187
|
"node": ">=18"
|
|
182
188
|
},
|
|
@@ -190,6 +196,7 @@
|
|
|
190
196
|
"integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
|
|
191
197
|
"dev": true,
|
|
192
198
|
"license": "MIT",
|
|
199
|
+
"peer": true,
|
|
193
200
|
"engines": {
|
|
194
201
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
195
202
|
},
|
|
@@ -203,6 +210,7 @@
|
|
|
203
210
|
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
|
|
204
211
|
"dev": true,
|
|
205
212
|
"license": "Apache-2.0",
|
|
213
|
+
"peer": true,
|
|
206
214
|
"engines": {
|
|
207
215
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
208
216
|
}
|
|
@@ -213,6 +221,7 @@
|
|
|
213
221
|
"integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
|
|
214
222
|
"dev": true,
|
|
215
223
|
"license": "Apache-2.0",
|
|
224
|
+
"peer": true,
|
|
216
225
|
"dependencies": {
|
|
217
226
|
"@eslint/core": "^0.16.0",
|
|
218
227
|
"levn": "^0.4.1"
|
|
@@ -244,6 +253,7 @@
|
|
|
244
253
|
"integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
|
|
245
254
|
"dev": true,
|
|
246
255
|
"license": "Apache-2.0",
|
|
256
|
+
"peer": true,
|
|
247
257
|
"engines": {
|
|
248
258
|
"node": ">=18.18.0"
|
|
249
259
|
}
|
|
@@ -254,6 +264,7 @@
|
|
|
254
264
|
"integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
|
|
255
265
|
"dev": true,
|
|
256
266
|
"license": "Apache-2.0",
|
|
267
|
+
"peer": true,
|
|
257
268
|
"dependencies": {
|
|
258
269
|
"@humanfs/core": "^0.19.1",
|
|
259
270
|
"@humanwhocodes/retry": "^0.4.0"
|
|
@@ -268,6 +279,7 @@
|
|
|
268
279
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
269
280
|
"dev": true,
|
|
270
281
|
"license": "Apache-2.0",
|
|
282
|
+
"peer": true,
|
|
271
283
|
"engines": {
|
|
272
284
|
"node": ">=12.22"
|
|
273
285
|
},
|
|
@@ -282,6 +294,7 @@
|
|
|
282
294
|
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
283
295
|
"dev": true,
|
|
284
296
|
"license": "Apache-2.0",
|
|
297
|
+
"peer": true,
|
|
285
298
|
"engines": {
|
|
286
299
|
"node": ">=18.18"
|
|
287
300
|
},
|
|
@@ -1401,6 +1414,7 @@
|
|
|
1401
1414
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
1402
1415
|
"dev": true,
|
|
1403
1416
|
"license": "MIT",
|
|
1417
|
+
"peer": true,
|
|
1404
1418
|
"peerDependencies": {
|
|
1405
1419
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
1406
1420
|
}
|
|
@@ -1421,6 +1435,7 @@
|
|
|
1421
1435
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
1422
1436
|
"dev": true,
|
|
1423
1437
|
"license": "MIT",
|
|
1438
|
+
"peer": true,
|
|
1424
1439
|
"dependencies": {
|
|
1425
1440
|
"fast-deep-equal": "^3.1.1",
|
|
1426
1441
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -1479,7 +1494,8 @@
|
|
|
1479
1494
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1480
1495
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1481
1496
|
"dev": true,
|
|
1482
|
-
"license": "Python-2.0"
|
|
1497
|
+
"license": "Python-2.0",
|
|
1498
|
+
"peer": true
|
|
1483
1499
|
},
|
|
1484
1500
|
"node_modules/array-back": {
|
|
1485
1501
|
"version": "3.1.0",
|
|
@@ -1924,6 +1940,7 @@
|
|
|
1924
1940
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
1925
1941
|
"dev": true,
|
|
1926
1942
|
"license": "MIT",
|
|
1943
|
+
"peer": true,
|
|
1927
1944
|
"engines": {
|
|
1928
1945
|
"node": ">=6"
|
|
1929
1946
|
}
|
|
@@ -2346,7 +2363,8 @@
|
|
|
2346
2363
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
2347
2364
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
2348
2365
|
"dev": true,
|
|
2349
|
-
"license": "MIT"
|
|
2366
|
+
"license": "MIT",
|
|
2367
|
+
"peer": true
|
|
2350
2368
|
},
|
|
2351
2369
|
"node_modules/deepmerge": {
|
|
2352
2370
|
"version": "4.3.1",
|
|
@@ -2475,8 +2493,7 @@
|
|
|
2475
2493
|
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1508733.tgz",
|
|
2476
2494
|
"integrity": "sha512-QJ1R5gtck6nDcdM+nlsaJXcelPEI7ZxSMw1ujHpO1c4+9l+Nue5qlebi9xO1Z2MGr92bFOQTW7/rrheh5hHxDg==",
|
|
2477
2495
|
"dev": true,
|
|
2478
|
-
"license": "BSD-3-Clause"
|
|
2479
|
-
"peer": true
|
|
2496
|
+
"license": "BSD-3-Clause"
|
|
2480
2497
|
},
|
|
2481
2498
|
"node_modules/diff": {
|
|
2482
2499
|
"version": "5.2.0",
|
|
@@ -2951,6 +2968,7 @@
|
|
|
2951
2968
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
2952
2969
|
"dev": true,
|
|
2953
2970
|
"license": "BSD-2-Clause",
|
|
2971
|
+
"peer": true,
|
|
2954
2972
|
"dependencies": {
|
|
2955
2973
|
"esrecurse": "^4.3.0",
|
|
2956
2974
|
"estraverse": "^5.2.0"
|
|
@@ -2968,6 +2986,7 @@
|
|
|
2968
2986
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
2969
2987
|
"dev": true,
|
|
2970
2988
|
"license": "Apache-2.0",
|
|
2989
|
+
"peer": true,
|
|
2971
2990
|
"engines": {
|
|
2972
2991
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2973
2992
|
},
|
|
@@ -2981,6 +3000,7 @@
|
|
|
2981
3000
|
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
2982
3001
|
"dev": true,
|
|
2983
3002
|
"license": "BSD-2-Clause",
|
|
3003
|
+
"peer": true,
|
|
2984
3004
|
"dependencies": {
|
|
2985
3005
|
"acorn": "^8.15.0",
|
|
2986
3006
|
"acorn-jsx": "^5.3.2",
|
|
@@ -3013,6 +3033,7 @@
|
|
|
3013
3033
|
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
|
|
3014
3034
|
"dev": true,
|
|
3015
3035
|
"license": "BSD-3-Clause",
|
|
3036
|
+
"peer": true,
|
|
3016
3037
|
"dependencies": {
|
|
3017
3038
|
"estraverse": "^5.1.0"
|
|
3018
3039
|
},
|
|
@@ -3026,6 +3047,7 @@
|
|
|
3026
3047
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
3027
3048
|
"dev": true,
|
|
3028
3049
|
"license": "BSD-2-Clause",
|
|
3050
|
+
"peer": true,
|
|
3029
3051
|
"dependencies": {
|
|
3030
3052
|
"estraverse": "^5.2.0"
|
|
3031
3053
|
},
|
|
@@ -3146,7 +3168,8 @@
|
|
|
3146
3168
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
3147
3169
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
3148
3170
|
"dev": true,
|
|
3149
|
-
"license": "MIT"
|
|
3171
|
+
"license": "MIT",
|
|
3172
|
+
"peer": true
|
|
3150
3173
|
},
|
|
3151
3174
|
"node_modules/fast-fifo": {
|
|
3152
3175
|
"version": "1.3.2",
|
|
@@ -3190,14 +3213,16 @@
|
|
|
3190
3213
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
3191
3214
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
3192
3215
|
"dev": true,
|
|
3193
|
-
"license": "MIT"
|
|
3216
|
+
"license": "MIT",
|
|
3217
|
+
"peer": true
|
|
3194
3218
|
},
|
|
3195
3219
|
"node_modules/fast-levenshtein": {
|
|
3196
3220
|
"version": "2.0.6",
|
|
3197
3221
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
3198
3222
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
3199
3223
|
"dev": true,
|
|
3200
|
-
"license": "MIT"
|
|
3224
|
+
"license": "MIT",
|
|
3225
|
+
"peer": true
|
|
3201
3226
|
},
|
|
3202
3227
|
"node_modules/fastq": {
|
|
3203
3228
|
"version": "1.19.1",
|
|
@@ -3225,6 +3250,7 @@
|
|
|
3225
3250
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
3226
3251
|
"dev": true,
|
|
3227
3252
|
"license": "MIT",
|
|
3253
|
+
"peer": true,
|
|
3228
3254
|
"dependencies": {
|
|
3229
3255
|
"flat-cache": "^4.0.0"
|
|
3230
3256
|
},
|
|
@@ -3264,6 +3290,7 @@
|
|
|
3264
3290
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
3265
3291
|
"dev": true,
|
|
3266
3292
|
"license": "MIT",
|
|
3293
|
+
"peer": true,
|
|
3267
3294
|
"dependencies": {
|
|
3268
3295
|
"locate-path": "^6.0.0",
|
|
3269
3296
|
"path-exists": "^4.0.0"
|
|
@@ -3281,6 +3308,7 @@
|
|
|
3281
3308
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
3282
3309
|
"dev": true,
|
|
3283
3310
|
"license": "MIT",
|
|
3311
|
+
"peer": true,
|
|
3284
3312
|
"dependencies": {
|
|
3285
3313
|
"flatted": "^3.2.9",
|
|
3286
3314
|
"keyv": "^4.5.4"
|
|
@@ -3294,7 +3322,8 @@
|
|
|
3294
3322
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
|
|
3295
3323
|
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
|
|
3296
3324
|
"dev": true,
|
|
3297
|
-
"license": "ISC"
|
|
3325
|
+
"license": "ISC",
|
|
3326
|
+
"peer": true
|
|
3298
3327
|
},
|
|
3299
3328
|
"node_modules/for-each": {
|
|
3300
3329
|
"version": "0.3.5",
|
|
@@ -3489,6 +3518,7 @@
|
|
|
3489
3518
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
3490
3519
|
"dev": true,
|
|
3491
3520
|
"license": "ISC",
|
|
3521
|
+
"peer": true,
|
|
3492
3522
|
"dependencies": {
|
|
3493
3523
|
"is-glob": "^4.0.3"
|
|
3494
3524
|
},
|
|
@@ -3769,6 +3799,7 @@
|
|
|
3769
3799
|
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
3770
3800
|
"dev": true,
|
|
3771
3801
|
"license": "MIT",
|
|
3802
|
+
"peer": true,
|
|
3772
3803
|
"dependencies": {
|
|
3773
3804
|
"parent-module": "^1.0.0",
|
|
3774
3805
|
"resolve-from": "^4.0.0"
|
|
@@ -3786,6 +3817,7 @@
|
|
|
3786
3817
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
3787
3818
|
"dev": true,
|
|
3788
3819
|
"license": "MIT",
|
|
3820
|
+
"peer": true,
|
|
3789
3821
|
"engines": {
|
|
3790
3822
|
"node": ">=0.8.19"
|
|
3791
3823
|
}
|
|
@@ -4414,6 +4446,7 @@
|
|
|
4414
4446
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
4415
4447
|
"dev": true,
|
|
4416
4448
|
"license": "MIT",
|
|
4449
|
+
"peer": true,
|
|
4417
4450
|
"dependencies": {
|
|
4418
4451
|
"argparse": "^2.0.1"
|
|
4419
4452
|
},
|
|
@@ -4426,21 +4459,24 @@
|
|
|
4426
4459
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
4427
4460
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
4428
4461
|
"dev": true,
|
|
4429
|
-
"license": "MIT"
|
|
4462
|
+
"license": "MIT",
|
|
4463
|
+
"peer": true
|
|
4430
4464
|
},
|
|
4431
4465
|
"node_modules/json-schema-traverse": {
|
|
4432
4466
|
"version": "0.4.1",
|
|
4433
4467
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
4434
4468
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
4435
4469
|
"dev": true,
|
|
4436
|
-
"license": "MIT"
|
|
4470
|
+
"license": "MIT",
|
|
4471
|
+
"peer": true
|
|
4437
4472
|
},
|
|
4438
4473
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
4439
4474
|
"version": "1.0.1",
|
|
4440
4475
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
4441
4476
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
4442
4477
|
"dev": true,
|
|
4443
|
-
"license": "MIT"
|
|
4478
|
+
"license": "MIT",
|
|
4479
|
+
"peer": true
|
|
4444
4480
|
},
|
|
4445
4481
|
"node_modules/json5": {
|
|
4446
4482
|
"version": "1.0.2",
|
|
@@ -4474,6 +4510,7 @@
|
|
|
4474
4510
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
4475
4511
|
"dev": true,
|
|
4476
4512
|
"license": "MIT",
|
|
4513
|
+
"peer": true,
|
|
4477
4514
|
"dependencies": {
|
|
4478
4515
|
"json-buffer": "3.0.1"
|
|
4479
4516
|
}
|
|
@@ -4589,6 +4626,7 @@
|
|
|
4589
4626
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
4590
4627
|
"dev": true,
|
|
4591
4628
|
"license": "MIT",
|
|
4629
|
+
"peer": true,
|
|
4592
4630
|
"dependencies": {
|
|
4593
4631
|
"prelude-ls": "^1.2.1",
|
|
4594
4632
|
"type-check": "~0.4.0"
|
|
@@ -4637,6 +4675,7 @@
|
|
|
4637
4675
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
4638
4676
|
"dev": true,
|
|
4639
4677
|
"license": "MIT",
|
|
4678
|
+
"peer": true,
|
|
4640
4679
|
"dependencies": {
|
|
4641
4680
|
"p-locate": "^5.0.0"
|
|
4642
4681
|
},
|
|
@@ -4659,7 +4698,8 @@
|
|
|
4659
4698
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
4660
4699
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
4661
4700
|
"dev": true,
|
|
4662
|
-
"license": "MIT"
|
|
4701
|
+
"license": "MIT",
|
|
4702
|
+
"peer": true
|
|
4663
4703
|
},
|
|
4664
4704
|
"node_modules/log-update": {
|
|
4665
4705
|
"version": "4.0.0",
|
|
@@ -4891,7 +4931,8 @@
|
|
|
4891
4931
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
4892
4932
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
4893
4933
|
"dev": true,
|
|
4894
|
-
"license": "MIT"
|
|
4934
|
+
"license": "MIT",
|
|
4935
|
+
"peer": true
|
|
4895
4936
|
},
|
|
4896
4937
|
"node_modules/negotiator": {
|
|
4897
4938
|
"version": "0.6.3",
|
|
@@ -5092,6 +5133,7 @@
|
|
|
5092
5133
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
5093
5134
|
"dev": true,
|
|
5094
5135
|
"license": "MIT",
|
|
5136
|
+
"peer": true,
|
|
5095
5137
|
"dependencies": {
|
|
5096
5138
|
"deep-is": "^0.1.3",
|
|
5097
5139
|
"fast-levenshtein": "^2.0.6",
|
|
@@ -5154,6 +5196,7 @@
|
|
|
5154
5196
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5155
5197
|
"dev": true,
|
|
5156
5198
|
"license": "MIT",
|
|
5199
|
+
"peer": true,
|
|
5157
5200
|
"dependencies": {
|
|
5158
5201
|
"yocto-queue": "^0.1.0"
|
|
5159
5202
|
},
|
|
@@ -5170,6 +5213,7 @@
|
|
|
5170
5213
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
5171
5214
|
"dev": true,
|
|
5172
5215
|
"license": "MIT",
|
|
5216
|
+
"peer": true,
|
|
5173
5217
|
"dependencies": {
|
|
5174
5218
|
"p-limit": "^3.0.2"
|
|
5175
5219
|
},
|
|
@@ -5233,6 +5277,7 @@
|
|
|
5233
5277
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
5234
5278
|
"dev": true,
|
|
5235
5279
|
"license": "MIT",
|
|
5280
|
+
"peer": true,
|
|
5236
5281
|
"dependencies": {
|
|
5237
5282
|
"callsites": "^3.0.0"
|
|
5238
5283
|
},
|
|
@@ -5263,6 +5308,7 @@
|
|
|
5263
5308
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
5264
5309
|
"dev": true,
|
|
5265
5310
|
"license": "MIT",
|
|
5311
|
+
"peer": true,
|
|
5266
5312
|
"engines": {
|
|
5267
5313
|
"node": ">=8"
|
|
5268
5314
|
}
|
|
@@ -5393,6 +5439,7 @@
|
|
|
5393
5439
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
5394
5440
|
"dev": true,
|
|
5395
5441
|
"license": "MIT",
|
|
5442
|
+
"peer": true,
|
|
5396
5443
|
"engines": {
|
|
5397
5444
|
"node": ">= 0.8.0"
|
|
5398
5445
|
}
|
|
@@ -5681,6 +5728,7 @@
|
|
|
5681
5728
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
5682
5729
|
"dev": true,
|
|
5683
5730
|
"license": "MIT",
|
|
5731
|
+
"peer": true,
|
|
5684
5732
|
"engines": {
|
|
5685
5733
|
"node": ">=4"
|
|
5686
5734
|
}
|
|
@@ -5770,7 +5818,6 @@
|
|
|
5770
5818
|
"integrity": "sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==",
|
|
5771
5819
|
"dev": true,
|
|
5772
5820
|
"license": "MIT",
|
|
5773
|
-
"peer": true,
|
|
5774
5821
|
"dependencies": {
|
|
5775
5822
|
"@types/estree": "1.0.8"
|
|
5776
5823
|
},
|
|
@@ -6314,6 +6361,7 @@
|
|
|
6314
6361
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
6315
6362
|
"dev": true,
|
|
6316
6363
|
"license": "MIT",
|
|
6364
|
+
"peer": true,
|
|
6317
6365
|
"engines": {
|
|
6318
6366
|
"node": ">=8"
|
|
6319
6367
|
},
|
|
@@ -6480,6 +6528,7 @@
|
|
|
6480
6528
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
6481
6529
|
"dev": true,
|
|
6482
6530
|
"license": "MIT",
|
|
6531
|
+
"peer": true,
|
|
6483
6532
|
"dependencies": {
|
|
6484
6533
|
"prelude-ls": "^1.2.1"
|
|
6485
6534
|
},
|
|
@@ -6651,6 +6700,7 @@
|
|
|
6651
6700
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
6652
6701
|
"dev": true,
|
|
6653
6702
|
"license": "BSD-2-Clause",
|
|
6703
|
+
"peer": true,
|
|
6654
6704
|
"dependencies": {
|
|
6655
6705
|
"punycode": "^2.1.0"
|
|
6656
6706
|
}
|
|
@@ -6822,6 +6872,7 @@
|
|
|
6822
6872
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
6823
6873
|
"dev": true,
|
|
6824
6874
|
"license": "MIT",
|
|
6875
|
+
"peer": true,
|
|
6825
6876
|
"engines": {
|
|
6826
6877
|
"node": ">=0.10.0"
|
|
6827
6878
|
}
|
|
@@ -6953,6 +7004,7 @@
|
|
|
6953
7004
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
6954
7005
|
"dev": true,
|
|
6955
7006
|
"license": "MIT",
|
|
7007
|
+
"peer": true,
|
|
6956
7008
|
"engines": {
|
|
6957
7009
|
"node": ">=10"
|
|
6958
7010
|
},
|