@adobe/aem-cli 16.16.21 → 16.16.22
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,12 @@
|
|
|
1
|
+
## [16.16.22](https://github.com/adobe/helix-cli/compare/v16.16.21...v16.16.22) (2026-02-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#2675](https://github.com/adobe/helix-cli/issues/2675)) ([abe3bad](https://github.com/adobe/helix-cli/commit/abe3bada3e5108c5af472f8d30cbfdc0ffd25625))
|
|
7
|
+
* **deps:** update dependency proxy-from-env to v2 ([#2676](https://github.com/adobe/helix-cli/issues/2676)) ([506e7fe](https://github.com/adobe/helix-cli/commit/506e7fe4bb7c3b03749ebc6cf3a9c89ea4ebd28f))
|
|
8
|
+
* **deps:** update external fixes ([#2674](https://github.com/adobe/helix-cli/issues/2674)) ([8c813ba](https://github.com/adobe/helix-cli/commit/8c813baa125d803256f8675b98f2b463139a4257))
|
|
9
|
+
|
|
1
10
|
## [16.16.21](https://github.com/adobe/helix-cli/compare/v16.16.20...v16.16.21) (2026-02-10)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/aem-cli",
|
|
3
|
-
"version": "16.16.
|
|
3
|
+
"version": "16.16.22",
|
|
4
4
|
"description": "AEM CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@adobe/fetch": "4.2.3",
|
|
47
47
|
"@adobe/helix-log": "7.0.0",
|
|
48
|
-
"@adobe/helix-shared-config": "11.1.
|
|
48
|
+
"@adobe/helix-shared-config": "11.1.16",
|
|
49
49
|
"@adobe/helix-shared-git": "3.0.21",
|
|
50
50
|
"@adobe/helix-shared-indexer": "2.2.6",
|
|
51
51
|
"camelcase": "9.0.0",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"compression": "1.8.1",
|
|
55
55
|
"cookie": "1.1.1",
|
|
56
56
|
"cookie-parser": "1.4.7",
|
|
57
|
-
"dotenv": "17.2.
|
|
57
|
+
"dotenv": "17.2.4",
|
|
58
58
|
"express": "5.2.1",
|
|
59
59
|
"faye-websocket": "0.11.4",
|
|
60
60
|
"fs-extra": "11.3.3",
|
|
61
|
-
"glob": "13.0.
|
|
61
|
+
"glob": "13.0.1",
|
|
62
62
|
"glob-to-regexp": "0.4.1",
|
|
63
63
|
"hast-util-select": "6.0.4",
|
|
64
64
|
"http-proxy-agent": "7.0.2",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"open": "11.0.0",
|
|
73
73
|
"progress": "2.0.3",
|
|
74
74
|
"proxy-agent": "6.5.0",
|
|
75
|
-
"proxy-from-env": "
|
|
75
|
+
"proxy-from-env": "2.0.0",
|
|
76
76
|
"rehype-parse": "9.0.1",
|
|
77
|
-
"semver": "7.7.
|
|
77
|
+
"semver": "7.7.4",
|
|
78
78
|
"shelljs": "0.10.0",
|
|
79
79
|
"unified": "11.0.5",
|
|
80
80
|
"uuid": "13.0.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"yargs": "18.0.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@adobe/eslint-config-helix": "3.0.
|
|
86
|
-
"@eslint/config-helpers": "0.5.
|
|
85
|
+
"@adobe/eslint-config-helix": "3.0.21",
|
|
86
|
+
"@eslint/config-helpers": "0.5.2",
|
|
87
87
|
"@semantic-release/changelog": "6.0.3",
|
|
88
88
|
"@semantic-release/git": "10.0.1",
|
|
89
89
|
"c8": "10.1.3",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"mocha": "11.7.5",
|
|
96
96
|
"mocha-multi-reporters": "1.5.1",
|
|
97
97
|
"nock": "13.5.6",
|
|
98
|
-
"semantic-release": "25.0.
|
|
98
|
+
"semantic-release": "25.0.3",
|
|
99
99
|
"semantic-release-discord-bot": "^1.1.0",
|
|
100
100
|
"sinon": "21.0.1"
|
|
101
101
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.5.
|
|
16
|
+
"@eslint/config-helpers": "0.5.2",
|
|
17
17
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
18
18
|
"@web/test-runner": "0.20.2",
|
|
19
19
|
"@web/test-runner-junit-reporter": "0.8.0",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"node_modules/@adobe/eslint-config-helix": {
|
|
25
|
-
"version": "3.0.
|
|
26
|
-
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.
|
|
27
|
-
"integrity": "sha512-
|
|
25
|
+
"version": "3.0.21",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.21.tgz",
|
|
27
|
+
"integrity": "sha512-NrT7KQJYW7eTeb7oOSO6Lvq2ZKjD6eR3aV1ARl4E1/Bdne1D2lkLRJEk2mV6qJckic5Ixyqm6XWqvJNbdULi/g==",
|
|
28
28
|
"dev": true,
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eslint/config-helpers": "0.5.
|
|
31
|
+
"@eslint/config-helpers": "0.5.2",
|
|
32
32
|
"eslint-plugin-import": "2.32.0",
|
|
33
|
-
"globals": "17.
|
|
33
|
+
"globals": "17.3.0"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">= 12"
|
|
@@ -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",
|
|
@@ -122,22 +126,22 @@
|
|
|
122
126
|
}
|
|
123
127
|
},
|
|
124
128
|
"node_modules/@eslint/config-helpers": {
|
|
125
|
-
"version": "0.5.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.
|
|
127
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "0.5.2",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz",
|
|
131
|
+
"integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==",
|
|
128
132
|
"dev": true,
|
|
129
133
|
"license": "Apache-2.0",
|
|
130
134
|
"dependencies": {
|
|
131
|
-
"@eslint/core": "^1.0
|
|
135
|
+
"@eslint/core": "^1.1.0"
|
|
132
136
|
},
|
|
133
137
|
"engines": {
|
|
134
138
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
135
139
|
}
|
|
136
140
|
},
|
|
137
141
|
"node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
|
|
138
|
-
"version": "1.0
|
|
139
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.0.
|
|
140
|
-
"integrity": "sha512
|
|
142
|
+
"version": "1.1.0",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz",
|
|
144
|
+
"integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==",
|
|
141
145
|
"dev": true,
|
|
142
146
|
"license": "Apache-2.0",
|
|
143
147
|
"dependencies": {
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
154
158
|
"dev": true,
|
|
155
159
|
"license": "Apache-2.0",
|
|
160
|
+
"peer": true,
|
|
156
161
|
"dependencies": {
|
|
157
162
|
"@types/json-schema": "^7.0.15"
|
|
158
163
|
},
|
|
@@ -166,6 +171,7 @@
|
|
|
166
171
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
167
172
|
"dev": true,
|
|
168
173
|
"license": "MIT",
|
|
174
|
+
"peer": true,
|
|
169
175
|
"dependencies": {
|
|
170
176
|
"ajv": "^6.12.4",
|
|
171
177
|
"debug": "^4.3.2",
|
|
@@ -190,6 +196,7 @@
|
|
|
190
196
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
191
197
|
"dev": true,
|
|
192
198
|
"license": "MIT",
|
|
199
|
+
"peer": true,
|
|
193
200
|
"engines": {
|
|
194
201
|
"node": ">=18"
|
|
195
202
|
},
|
|
@@ -203,6 +210,7 @@
|
|
|
203
210
|
"integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
|
|
204
211
|
"dev": true,
|
|
205
212
|
"license": "MIT",
|
|
213
|
+
"peer": true,
|
|
206
214
|
"engines": {
|
|
207
215
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
208
216
|
},
|
|
@@ -216,6 +224,7 @@
|
|
|
216
224
|
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
|
|
217
225
|
"dev": true,
|
|
218
226
|
"license": "Apache-2.0",
|
|
227
|
+
"peer": true,
|
|
219
228
|
"engines": {
|
|
220
229
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
221
230
|
}
|
|
@@ -226,6 +235,7 @@
|
|
|
226
235
|
"integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
|
|
227
236
|
"dev": true,
|
|
228
237
|
"license": "Apache-2.0",
|
|
238
|
+
"peer": true,
|
|
229
239
|
"dependencies": {
|
|
230
240
|
"@eslint/core": "^0.16.0",
|
|
231
241
|
"levn": "^0.4.1"
|
|
@@ -257,6 +267,7 @@
|
|
|
257
267
|
"integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
|
|
258
268
|
"dev": true,
|
|
259
269
|
"license": "Apache-2.0",
|
|
270
|
+
"peer": true,
|
|
260
271
|
"engines": {
|
|
261
272
|
"node": ">=18.18.0"
|
|
262
273
|
}
|
|
@@ -267,6 +278,7 @@
|
|
|
267
278
|
"integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
|
|
268
279
|
"dev": true,
|
|
269
280
|
"license": "Apache-2.0",
|
|
281
|
+
"peer": true,
|
|
270
282
|
"dependencies": {
|
|
271
283
|
"@humanfs/core": "^0.19.1",
|
|
272
284
|
"@humanwhocodes/retry": "^0.4.0"
|
|
@@ -281,6 +293,7 @@
|
|
|
281
293
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
282
294
|
"dev": true,
|
|
283
295
|
"license": "Apache-2.0",
|
|
296
|
+
"peer": true,
|
|
284
297
|
"engines": {
|
|
285
298
|
"node": ">=12.22"
|
|
286
299
|
},
|
|
@@ -295,6 +308,7 @@
|
|
|
295
308
|
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
296
309
|
"dev": true,
|
|
297
310
|
"license": "Apache-2.0",
|
|
311
|
+
"peer": true,
|
|
298
312
|
"engines": {
|
|
299
313
|
"node": ">=18.18"
|
|
300
314
|
},
|
|
@@ -1414,6 +1428,7 @@
|
|
|
1414
1428
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
1415
1429
|
"dev": true,
|
|
1416
1430
|
"license": "MIT",
|
|
1431
|
+
"peer": true,
|
|
1417
1432
|
"peerDependencies": {
|
|
1418
1433
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
1419
1434
|
}
|
|
@@ -1434,6 +1449,7 @@
|
|
|
1434
1449
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
1435
1450
|
"dev": true,
|
|
1436
1451
|
"license": "MIT",
|
|
1452
|
+
"peer": true,
|
|
1437
1453
|
"dependencies": {
|
|
1438
1454
|
"fast-deep-equal": "^3.1.1",
|
|
1439
1455
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -1492,7 +1508,8 @@
|
|
|
1492
1508
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1493
1509
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1494
1510
|
"dev": true,
|
|
1495
|
-
"license": "Python-2.0"
|
|
1511
|
+
"license": "Python-2.0",
|
|
1512
|
+
"peer": true
|
|
1496
1513
|
},
|
|
1497
1514
|
"node_modules/array-back": {
|
|
1498
1515
|
"version": "3.1.0",
|
|
@@ -1937,6 +1954,7 @@
|
|
|
1937
1954
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
1938
1955
|
"dev": true,
|
|
1939
1956
|
"license": "MIT",
|
|
1957
|
+
"peer": true,
|
|
1940
1958
|
"engines": {
|
|
1941
1959
|
"node": ">=6"
|
|
1942
1960
|
}
|
|
@@ -2359,7 +2377,8 @@
|
|
|
2359
2377
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
2360
2378
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
2361
2379
|
"dev": true,
|
|
2362
|
-
"license": "MIT"
|
|
2380
|
+
"license": "MIT",
|
|
2381
|
+
"peer": true
|
|
2363
2382
|
},
|
|
2364
2383
|
"node_modules/deepmerge": {
|
|
2365
2384
|
"version": "4.3.1",
|
|
@@ -2488,8 +2507,7 @@
|
|
|
2488
2507
|
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1508733.tgz",
|
|
2489
2508
|
"integrity": "sha512-QJ1R5gtck6nDcdM+nlsaJXcelPEI7ZxSMw1ujHpO1c4+9l+Nue5qlebi9xO1Z2MGr92bFOQTW7/rrheh5hHxDg==",
|
|
2490
2509
|
"dev": true,
|
|
2491
|
-
"license": "BSD-3-Clause"
|
|
2492
|
-
"peer": true
|
|
2510
|
+
"license": "BSD-3-Clause"
|
|
2493
2511
|
},
|
|
2494
2512
|
"node_modules/diff": {
|
|
2495
2513
|
"version": "5.2.0",
|
|
@@ -2964,6 +2982,7 @@
|
|
|
2964
2982
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
2965
2983
|
"dev": true,
|
|
2966
2984
|
"license": "BSD-2-Clause",
|
|
2985
|
+
"peer": true,
|
|
2967
2986
|
"dependencies": {
|
|
2968
2987
|
"esrecurse": "^4.3.0",
|
|
2969
2988
|
"estraverse": "^5.2.0"
|
|
@@ -2981,6 +3000,7 @@
|
|
|
2981
3000
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
2982
3001
|
"dev": true,
|
|
2983
3002
|
"license": "Apache-2.0",
|
|
3003
|
+
"peer": true,
|
|
2984
3004
|
"engines": {
|
|
2985
3005
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2986
3006
|
},
|
|
@@ -2994,6 +3014,7 @@
|
|
|
2994
3014
|
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2995
3015
|
"dev": true,
|
|
2996
3016
|
"license": "Apache-2.0",
|
|
3017
|
+
"peer": true,
|
|
2997
3018
|
"dependencies": {
|
|
2998
3019
|
"@eslint/core": "^0.17.0"
|
|
2999
3020
|
},
|
|
@@ -3007,6 +3028,7 @@
|
|
|
3007
3028
|
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
3008
3029
|
"dev": true,
|
|
3009
3030
|
"license": "Apache-2.0",
|
|
3031
|
+
"peer": true,
|
|
3010
3032
|
"dependencies": {
|
|
3011
3033
|
"@types/json-schema": "^7.0.15"
|
|
3012
3034
|
},
|
|
@@ -3020,6 +3042,7 @@
|
|
|
3020
3042
|
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
3021
3043
|
"dev": true,
|
|
3022
3044
|
"license": "BSD-2-Clause",
|
|
3045
|
+
"peer": true,
|
|
3023
3046
|
"dependencies": {
|
|
3024
3047
|
"acorn": "^8.15.0",
|
|
3025
3048
|
"acorn-jsx": "^5.3.2",
|
|
@@ -3052,6 +3075,7 @@
|
|
|
3052
3075
|
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
|
|
3053
3076
|
"dev": true,
|
|
3054
3077
|
"license": "BSD-3-Clause",
|
|
3078
|
+
"peer": true,
|
|
3055
3079
|
"dependencies": {
|
|
3056
3080
|
"estraverse": "^5.1.0"
|
|
3057
3081
|
},
|
|
@@ -3065,6 +3089,7 @@
|
|
|
3065
3089
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
3066
3090
|
"dev": true,
|
|
3067
3091
|
"license": "BSD-2-Clause",
|
|
3092
|
+
"peer": true,
|
|
3068
3093
|
"dependencies": {
|
|
3069
3094
|
"estraverse": "^5.2.0"
|
|
3070
3095
|
},
|
|
@@ -3185,7 +3210,8 @@
|
|
|
3185
3210
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
3186
3211
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
3187
3212
|
"dev": true,
|
|
3188
|
-
"license": "MIT"
|
|
3213
|
+
"license": "MIT",
|
|
3214
|
+
"peer": true
|
|
3189
3215
|
},
|
|
3190
3216
|
"node_modules/fast-fifo": {
|
|
3191
3217
|
"version": "1.3.2",
|
|
@@ -3229,14 +3255,16 @@
|
|
|
3229
3255
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
3230
3256
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
3231
3257
|
"dev": true,
|
|
3232
|
-
"license": "MIT"
|
|
3258
|
+
"license": "MIT",
|
|
3259
|
+
"peer": true
|
|
3233
3260
|
},
|
|
3234
3261
|
"node_modules/fast-levenshtein": {
|
|
3235
3262
|
"version": "2.0.6",
|
|
3236
3263
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
3237
3264
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
3238
3265
|
"dev": true,
|
|
3239
|
-
"license": "MIT"
|
|
3266
|
+
"license": "MIT",
|
|
3267
|
+
"peer": true
|
|
3240
3268
|
},
|
|
3241
3269
|
"node_modules/fastq": {
|
|
3242
3270
|
"version": "1.19.1",
|
|
@@ -3264,6 +3292,7 @@
|
|
|
3264
3292
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
3265
3293
|
"dev": true,
|
|
3266
3294
|
"license": "MIT",
|
|
3295
|
+
"peer": true,
|
|
3267
3296
|
"dependencies": {
|
|
3268
3297
|
"flat-cache": "^4.0.0"
|
|
3269
3298
|
},
|
|
@@ -3303,6 +3332,7 @@
|
|
|
3303
3332
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
3304
3333
|
"dev": true,
|
|
3305
3334
|
"license": "MIT",
|
|
3335
|
+
"peer": true,
|
|
3306
3336
|
"dependencies": {
|
|
3307
3337
|
"locate-path": "^6.0.0",
|
|
3308
3338
|
"path-exists": "^4.0.0"
|
|
@@ -3320,6 +3350,7 @@
|
|
|
3320
3350
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
3321
3351
|
"dev": true,
|
|
3322
3352
|
"license": "MIT",
|
|
3353
|
+
"peer": true,
|
|
3323
3354
|
"dependencies": {
|
|
3324
3355
|
"flatted": "^3.2.9",
|
|
3325
3356
|
"keyv": "^4.5.4"
|
|
@@ -3333,7 +3364,8 @@
|
|
|
3333
3364
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
|
|
3334
3365
|
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
|
|
3335
3366
|
"dev": true,
|
|
3336
|
-
"license": "ISC"
|
|
3367
|
+
"license": "ISC",
|
|
3368
|
+
"peer": true
|
|
3337
3369
|
},
|
|
3338
3370
|
"node_modules/for-each": {
|
|
3339
3371
|
"version": "0.3.5",
|
|
@@ -3528,6 +3560,7 @@
|
|
|
3528
3560
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
3529
3561
|
"dev": true,
|
|
3530
3562
|
"license": "ISC",
|
|
3563
|
+
"peer": true,
|
|
3531
3564
|
"dependencies": {
|
|
3532
3565
|
"is-glob": "^4.0.3"
|
|
3533
3566
|
},
|
|
@@ -3536,9 +3569,9 @@
|
|
|
3536
3569
|
}
|
|
3537
3570
|
},
|
|
3538
3571
|
"node_modules/globals": {
|
|
3539
|
-
"version": "17.
|
|
3540
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-17.
|
|
3541
|
-
"integrity": "sha512-
|
|
3572
|
+
"version": "17.3.0",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
|
|
3574
|
+
"integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
|
|
3542
3575
|
"dev": true,
|
|
3543
3576
|
"license": "MIT",
|
|
3544
3577
|
"engines": {
|
|
@@ -3808,6 +3841,7 @@
|
|
|
3808
3841
|
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
3809
3842
|
"dev": true,
|
|
3810
3843
|
"license": "MIT",
|
|
3844
|
+
"peer": true,
|
|
3811
3845
|
"dependencies": {
|
|
3812
3846
|
"parent-module": "^1.0.0",
|
|
3813
3847
|
"resolve-from": "^4.0.0"
|
|
@@ -3825,6 +3859,7 @@
|
|
|
3825
3859
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
3826
3860
|
"dev": true,
|
|
3827
3861
|
"license": "MIT",
|
|
3862
|
+
"peer": true,
|
|
3828
3863
|
"engines": {
|
|
3829
3864
|
"node": ">=0.8.19"
|
|
3830
3865
|
}
|
|
@@ -4453,6 +4488,7 @@
|
|
|
4453
4488
|
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
4454
4489
|
"dev": true,
|
|
4455
4490
|
"license": "MIT",
|
|
4491
|
+
"peer": true,
|
|
4456
4492
|
"dependencies": {
|
|
4457
4493
|
"argparse": "^2.0.1"
|
|
4458
4494
|
},
|
|
@@ -4465,21 +4501,24 @@
|
|
|
4465
4501
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
4466
4502
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
4467
4503
|
"dev": true,
|
|
4468
|
-
"license": "MIT"
|
|
4504
|
+
"license": "MIT",
|
|
4505
|
+
"peer": true
|
|
4469
4506
|
},
|
|
4470
4507
|
"node_modules/json-schema-traverse": {
|
|
4471
4508
|
"version": "0.4.1",
|
|
4472
4509
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
4473
4510
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
4474
4511
|
"dev": true,
|
|
4475
|
-
"license": "MIT"
|
|
4512
|
+
"license": "MIT",
|
|
4513
|
+
"peer": true
|
|
4476
4514
|
},
|
|
4477
4515
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
4478
4516
|
"version": "1.0.1",
|
|
4479
4517
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
4480
4518
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
4481
4519
|
"dev": true,
|
|
4482
|
-
"license": "MIT"
|
|
4520
|
+
"license": "MIT",
|
|
4521
|
+
"peer": true
|
|
4483
4522
|
},
|
|
4484
4523
|
"node_modules/json5": {
|
|
4485
4524
|
"version": "1.0.2",
|
|
@@ -4513,6 +4552,7 @@
|
|
|
4513
4552
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
4514
4553
|
"dev": true,
|
|
4515
4554
|
"license": "MIT",
|
|
4555
|
+
"peer": true,
|
|
4516
4556
|
"dependencies": {
|
|
4517
4557
|
"json-buffer": "3.0.1"
|
|
4518
4558
|
}
|
|
@@ -4628,6 +4668,7 @@
|
|
|
4628
4668
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
4629
4669
|
"dev": true,
|
|
4630
4670
|
"license": "MIT",
|
|
4671
|
+
"peer": true,
|
|
4631
4672
|
"dependencies": {
|
|
4632
4673
|
"prelude-ls": "^1.2.1",
|
|
4633
4674
|
"type-check": "~0.4.0"
|
|
@@ -4676,6 +4717,7 @@
|
|
|
4676
4717
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
4677
4718
|
"dev": true,
|
|
4678
4719
|
"license": "MIT",
|
|
4720
|
+
"peer": true,
|
|
4679
4721
|
"dependencies": {
|
|
4680
4722
|
"p-locate": "^5.0.0"
|
|
4681
4723
|
},
|
|
@@ -4698,7 +4740,8 @@
|
|
|
4698
4740
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
4699
4741
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
4700
4742
|
"dev": true,
|
|
4701
|
-
"license": "MIT"
|
|
4743
|
+
"license": "MIT",
|
|
4744
|
+
"peer": true
|
|
4702
4745
|
},
|
|
4703
4746
|
"node_modules/log-update": {
|
|
4704
4747
|
"version": "4.0.0",
|
|
@@ -4930,7 +4973,8 @@
|
|
|
4930
4973
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
4931
4974
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
4932
4975
|
"dev": true,
|
|
4933
|
-
"license": "MIT"
|
|
4976
|
+
"license": "MIT",
|
|
4977
|
+
"peer": true
|
|
4934
4978
|
},
|
|
4935
4979
|
"node_modules/negotiator": {
|
|
4936
4980
|
"version": "0.6.3",
|
|
@@ -5131,6 +5175,7 @@
|
|
|
5131
5175
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
5132
5176
|
"dev": true,
|
|
5133
5177
|
"license": "MIT",
|
|
5178
|
+
"peer": true,
|
|
5134
5179
|
"dependencies": {
|
|
5135
5180
|
"deep-is": "^0.1.3",
|
|
5136
5181
|
"fast-levenshtein": "^2.0.6",
|
|
@@ -5193,6 +5238,7 @@
|
|
|
5193
5238
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5194
5239
|
"dev": true,
|
|
5195
5240
|
"license": "MIT",
|
|
5241
|
+
"peer": true,
|
|
5196
5242
|
"dependencies": {
|
|
5197
5243
|
"yocto-queue": "^0.1.0"
|
|
5198
5244
|
},
|
|
@@ -5209,6 +5255,7 @@
|
|
|
5209
5255
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
5210
5256
|
"dev": true,
|
|
5211
5257
|
"license": "MIT",
|
|
5258
|
+
"peer": true,
|
|
5212
5259
|
"dependencies": {
|
|
5213
5260
|
"p-limit": "^3.0.2"
|
|
5214
5261
|
},
|
|
@@ -5272,6 +5319,7 @@
|
|
|
5272
5319
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
5273
5320
|
"dev": true,
|
|
5274
5321
|
"license": "MIT",
|
|
5322
|
+
"peer": true,
|
|
5275
5323
|
"dependencies": {
|
|
5276
5324
|
"callsites": "^3.0.0"
|
|
5277
5325
|
},
|
|
@@ -5302,6 +5350,7 @@
|
|
|
5302
5350
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
5303
5351
|
"dev": true,
|
|
5304
5352
|
"license": "MIT",
|
|
5353
|
+
"peer": true,
|
|
5305
5354
|
"engines": {
|
|
5306
5355
|
"node": ">=8"
|
|
5307
5356
|
}
|
|
@@ -5432,6 +5481,7 @@
|
|
|
5432
5481
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
5433
5482
|
"dev": true,
|
|
5434
5483
|
"license": "MIT",
|
|
5484
|
+
"peer": true,
|
|
5435
5485
|
"engines": {
|
|
5436
5486
|
"node": ">= 0.8.0"
|
|
5437
5487
|
}
|
|
@@ -5720,6 +5770,7 @@
|
|
|
5720
5770
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
5721
5771
|
"dev": true,
|
|
5722
5772
|
"license": "MIT",
|
|
5773
|
+
"peer": true,
|
|
5723
5774
|
"engines": {
|
|
5724
5775
|
"node": ">=4"
|
|
5725
5776
|
}
|
|
@@ -5809,7 +5860,6 @@
|
|
|
5809
5860
|
"integrity": "sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==",
|
|
5810
5861
|
"dev": true,
|
|
5811
5862
|
"license": "MIT",
|
|
5812
|
-
"peer": true,
|
|
5813
5863
|
"dependencies": {
|
|
5814
5864
|
"@types/estree": "1.0.8"
|
|
5815
5865
|
},
|
|
@@ -6353,6 +6403,7 @@
|
|
|
6353
6403
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
6354
6404
|
"dev": true,
|
|
6355
6405
|
"license": "MIT",
|
|
6406
|
+
"peer": true,
|
|
6356
6407
|
"engines": {
|
|
6357
6408
|
"node": ">=8"
|
|
6358
6409
|
},
|
|
@@ -6519,6 +6570,7 @@
|
|
|
6519
6570
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
6520
6571
|
"dev": true,
|
|
6521
6572
|
"license": "MIT",
|
|
6573
|
+
"peer": true,
|
|
6522
6574
|
"dependencies": {
|
|
6523
6575
|
"prelude-ls": "^1.2.1"
|
|
6524
6576
|
},
|
|
@@ -6690,6 +6742,7 @@
|
|
|
6690
6742
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
6691
6743
|
"dev": true,
|
|
6692
6744
|
"license": "BSD-2-Clause",
|
|
6745
|
+
"peer": true,
|
|
6693
6746
|
"dependencies": {
|
|
6694
6747
|
"punycode": "^2.1.0"
|
|
6695
6748
|
}
|
|
@@ -6861,6 +6914,7 @@
|
|
|
6861
6914
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
6862
6915
|
"dev": true,
|
|
6863
6916
|
"license": "MIT",
|
|
6917
|
+
"peer": true,
|
|
6864
6918
|
"engines": {
|
|
6865
6919
|
"node": ">=0.10.0"
|
|
6866
6920
|
}
|
|
@@ -6992,6 +7046,7 @@
|
|
|
6992
7046
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
6993
7047
|
"dev": true,
|
|
6994
7048
|
"license": "MIT",
|
|
7049
|
+
"peer": true,
|
|
6995
7050
|
"engines": {
|
|
6996
7051
|
"node": ">=10"
|
|
6997
7052
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@adobe/eslint-config-helix": "^3.0.9",
|
|
16
|
-
"@eslint/config-helpers": "0.5.
|
|
16
|
+
"@eslint/config-helpers": "0.5.2",
|
|
17
17
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
18
18
|
"@web/test-runner": "0.20.2",
|
|
19
19
|
"@web/test-runner-playwright": "0.11.1",
|