@zohodesk/testinglibrary 0.5.14-n18-experimental → 0.5.16-n18-experimental
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/.gitlab-ci.yml +15 -16
- package/README.md +9 -0
- package/build/common/searchFake/steps/searchFake.spec.js +3 -3
- package/build/core/playwright/constants/retryConstants.js +8 -0
- package/build/core/playwright/helpers/thirdPartyLib.js +13 -0
- package/build/core/playwright/readConfigFile.js +1 -1
- package/build/core/playwright/runner/SpawnRunner.js +20 -1
- package/npm-shrinkwrap.json +502 -342
- package/package.json +5 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.16-n18-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.5.
|
|
9
|
+
"version": "0.5.16-n18-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"fast-glob": "3.3.1",
|
|
22
22
|
"jest": "29.6.2",
|
|
23
23
|
"jest-environment-jsdom": "29.6.2",
|
|
24
|
+
"jsonpath": "^1.1.1",
|
|
24
25
|
"msw": "1.2.3",
|
|
25
26
|
"playwright": "1.53.2",
|
|
26
27
|
"playwright-bdd": "8.3.1",
|
|
@@ -115,9 +116,9 @@
|
|
|
115
116
|
}
|
|
116
117
|
},
|
|
117
118
|
"node_modules/@babel/compat-data": {
|
|
118
|
-
"version": "7.28.
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.
|
|
120
|
-
"integrity": "sha512-
|
|
119
|
+
"version": "7.28.6",
|
|
120
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",
|
|
121
|
+
"integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
|
|
121
122
|
"license": "MIT",
|
|
122
123
|
"engines": {
|
|
123
124
|
"node": ">=6.9.0"
|
|
@@ -154,13 +155,13 @@
|
|
|
154
155
|
}
|
|
155
156
|
},
|
|
156
157
|
"node_modules/@babel/generator": {
|
|
157
|
-
"version": "7.28.
|
|
158
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.
|
|
159
|
-
"integrity": "sha512-
|
|
158
|
+
"version": "7.28.6",
|
|
159
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
|
|
160
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
160
161
|
"license": "MIT",
|
|
161
162
|
"dependencies": {
|
|
162
|
-
"@babel/parser": "^7.28.
|
|
163
|
-
"@babel/types": "^7.28.
|
|
163
|
+
"@babel/parser": "^7.28.6",
|
|
164
|
+
"@babel/types": "^7.28.6",
|
|
164
165
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
165
166
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
166
167
|
"jsesc": "^3.0.2"
|
|
@@ -182,12 +183,12 @@
|
|
|
182
183
|
}
|
|
183
184
|
},
|
|
184
185
|
"node_modules/@babel/helper-compilation-targets": {
|
|
185
|
-
"version": "7.
|
|
186
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
187
|
-
"integrity": "sha512-
|
|
186
|
+
"version": "7.28.6",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
|
|
188
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
188
189
|
"license": "MIT",
|
|
189
190
|
"dependencies": {
|
|
190
|
-
"@babel/compat-data": "^7.
|
|
191
|
+
"@babel/compat-data": "^7.28.6",
|
|
191
192
|
"@babel/helper-validator-option": "^7.27.1",
|
|
192
193
|
"browserslist": "^4.24.0",
|
|
193
194
|
"lru-cache": "^5.1.1",
|
|
@@ -198,18 +199,18 @@
|
|
|
198
199
|
}
|
|
199
200
|
},
|
|
200
201
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
201
|
-
"version": "7.28.
|
|
202
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
203
|
-
"integrity": "sha512-
|
|
202
|
+
"version": "7.28.6",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
|
|
204
|
+
"integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
|
|
204
205
|
"dev": true,
|
|
205
206
|
"license": "MIT",
|
|
206
207
|
"dependencies": {
|
|
207
208
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
208
209
|
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
209
210
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
210
|
-
"@babel/helper-replace-supers": "^7.
|
|
211
|
+
"@babel/helper-replace-supers": "^7.28.6",
|
|
211
212
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
212
|
-
"@babel/traverse": "^7.28.
|
|
213
|
+
"@babel/traverse": "^7.28.6",
|
|
213
214
|
"semver": "^6.3.1"
|
|
214
215
|
},
|
|
215
216
|
"engines": {
|
|
@@ -238,17 +239,17 @@
|
|
|
238
239
|
}
|
|
239
240
|
},
|
|
240
241
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
241
|
-
"version": "0.6.
|
|
242
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
243
|
-
"integrity": "sha512-
|
|
242
|
+
"version": "0.6.6",
|
|
243
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz",
|
|
244
|
+
"integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
|
|
244
245
|
"dev": true,
|
|
245
246
|
"license": "MIT",
|
|
246
247
|
"dependencies": {
|
|
247
|
-
"@babel/helper-compilation-targets": "^7.
|
|
248
|
-
"@babel/helper-plugin-utils": "^7.
|
|
249
|
-
"debug": "^4.4.
|
|
248
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
249
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
250
|
+
"debug": "^4.4.3",
|
|
250
251
|
"lodash.debounce": "^4.0.8",
|
|
251
|
-
"resolve": "^1.22.
|
|
252
|
+
"resolve": "^1.22.11"
|
|
252
253
|
},
|
|
253
254
|
"peerDependencies": {
|
|
254
255
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -278,27 +279,27 @@
|
|
|
278
279
|
}
|
|
279
280
|
},
|
|
280
281
|
"node_modules/@babel/helper-module-imports": {
|
|
281
|
-
"version": "7.
|
|
282
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
283
|
-
"integrity": "sha512-
|
|
282
|
+
"version": "7.28.6",
|
|
283
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
|
|
284
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
284
285
|
"license": "MIT",
|
|
285
286
|
"dependencies": {
|
|
286
|
-
"@babel/traverse": "^7.
|
|
287
|
-
"@babel/types": "^7.
|
|
287
|
+
"@babel/traverse": "^7.28.6",
|
|
288
|
+
"@babel/types": "^7.28.6"
|
|
288
289
|
},
|
|
289
290
|
"engines": {
|
|
290
291
|
"node": ">=6.9.0"
|
|
291
292
|
}
|
|
292
293
|
},
|
|
293
294
|
"node_modules/@babel/helper-module-transforms": {
|
|
294
|
-
"version": "7.28.
|
|
295
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.
|
|
296
|
-
"integrity": "sha512-
|
|
295
|
+
"version": "7.28.6",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
|
|
297
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
297
298
|
"license": "MIT",
|
|
298
299
|
"dependencies": {
|
|
299
|
-
"@babel/helper-module-imports": "^7.
|
|
300
|
-
"@babel/helper-validator-identifier": "^7.
|
|
301
|
-
"@babel/traverse": "^7.28.
|
|
300
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
301
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
302
|
+
"@babel/traverse": "^7.28.6"
|
|
302
303
|
},
|
|
303
304
|
"engines": {
|
|
304
305
|
"node": ">=6.9.0"
|
|
@@ -321,9 +322,9 @@
|
|
|
321
322
|
}
|
|
322
323
|
},
|
|
323
324
|
"node_modules/@babel/helper-plugin-utils": {
|
|
324
|
-
"version": "7.
|
|
325
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
326
|
-
"integrity": "sha512-
|
|
325
|
+
"version": "7.28.6",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
|
|
327
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
327
328
|
"license": "MIT",
|
|
328
329
|
"engines": {
|
|
329
330
|
"node": ">=6.9.0"
|
|
@@ -348,15 +349,15 @@
|
|
|
348
349
|
}
|
|
349
350
|
},
|
|
350
351
|
"node_modules/@babel/helper-replace-supers": {
|
|
351
|
-
"version": "7.
|
|
352
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
353
|
-
"integrity": "sha512-
|
|
352
|
+
"version": "7.28.6",
|
|
353
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
|
|
354
|
+
"integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
|
|
354
355
|
"dev": true,
|
|
355
356
|
"license": "MIT",
|
|
356
357
|
"dependencies": {
|
|
357
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
358
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
358
359
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
359
|
-
"@babel/traverse": "^7.
|
|
360
|
+
"@babel/traverse": "^7.28.6"
|
|
360
361
|
},
|
|
361
362
|
"engines": {
|
|
362
363
|
"node": ">=6.9.0"
|
|
@@ -407,28 +408,28 @@
|
|
|
407
408
|
}
|
|
408
409
|
},
|
|
409
410
|
"node_modules/@babel/helper-wrap-function": {
|
|
410
|
-
"version": "7.28.
|
|
411
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.
|
|
412
|
-
"integrity": "sha512-
|
|
411
|
+
"version": "7.28.6",
|
|
412
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz",
|
|
413
|
+
"integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==",
|
|
413
414
|
"dev": true,
|
|
414
415
|
"license": "MIT",
|
|
415
416
|
"dependencies": {
|
|
416
|
-
"@babel/template": "^7.
|
|
417
|
-
"@babel/traverse": "^7.28.
|
|
418
|
-
"@babel/types": "^7.28.
|
|
417
|
+
"@babel/template": "^7.28.6",
|
|
418
|
+
"@babel/traverse": "^7.28.6",
|
|
419
|
+
"@babel/types": "^7.28.6"
|
|
419
420
|
},
|
|
420
421
|
"engines": {
|
|
421
422
|
"node": ">=6.9.0"
|
|
422
423
|
}
|
|
423
424
|
},
|
|
424
425
|
"node_modules/@babel/helpers": {
|
|
425
|
-
"version": "7.28.
|
|
426
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
427
|
-
"integrity": "sha512-
|
|
426
|
+
"version": "7.28.6",
|
|
427
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
|
|
428
|
+
"integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
|
|
428
429
|
"license": "MIT",
|
|
429
430
|
"dependencies": {
|
|
430
|
-
"@babel/template": "^7.
|
|
431
|
-
"@babel/types": "^7.28.
|
|
431
|
+
"@babel/template": "^7.28.6",
|
|
432
|
+
"@babel/types": "^7.28.6"
|
|
432
433
|
},
|
|
433
434
|
"engines": {
|
|
434
435
|
"node": ">=6.9.0"
|
|
@@ -469,12 +470,12 @@
|
|
|
469
470
|
}
|
|
470
471
|
},
|
|
471
472
|
"node_modules/@babel/parser": {
|
|
472
|
-
"version": "7.28.
|
|
473
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
474
|
-
"integrity": "sha512-
|
|
473
|
+
"version": "7.28.6",
|
|
474
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
|
|
475
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
475
476
|
"license": "MIT",
|
|
476
477
|
"dependencies": {
|
|
477
|
-
"@babel/types": "^7.28.
|
|
478
|
+
"@babel/types": "^7.28.6"
|
|
478
479
|
},
|
|
479
480
|
"bin": {
|
|
480
481
|
"parser": "bin/babel-parser.js"
|
|
@@ -607,13 +608,13 @@
|
|
|
607
608
|
}
|
|
608
609
|
},
|
|
609
610
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
610
|
-
"version": "7.
|
|
611
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
|
612
|
-
"integrity": "sha512-
|
|
611
|
+
"version": "7.28.6",
|
|
612
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz",
|
|
613
|
+
"integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==",
|
|
613
614
|
"dev": true,
|
|
614
615
|
"license": "MIT",
|
|
615
616
|
"dependencies": {
|
|
616
|
-
"@babel/helper-plugin-utils": "^7.
|
|
617
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
617
618
|
},
|
|
618
619
|
"engines": {
|
|
619
620
|
"node": ">=6.9.0"
|
|
@@ -623,12 +624,12 @@
|
|
|
623
624
|
}
|
|
624
625
|
},
|
|
625
626
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
626
|
-
"version": "7.
|
|
627
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
|
628
|
-
"integrity": "sha512-
|
|
627
|
+
"version": "7.28.6",
|
|
628
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
|
|
629
|
+
"integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
|
|
629
630
|
"license": "MIT",
|
|
630
631
|
"dependencies": {
|
|
631
|
-
"@babel/helper-plugin-utils": "^7.
|
|
632
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
632
633
|
},
|
|
633
634
|
"engines": {
|
|
634
635
|
"node": ">=6.9.0"
|
|
@@ -662,12 +663,12 @@
|
|
|
662
663
|
}
|
|
663
664
|
},
|
|
664
665
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
665
|
-
"version": "7.
|
|
666
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
667
|
-
"integrity": "sha512-
|
|
666
|
+
"version": "7.28.6",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
|
|
668
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
668
669
|
"license": "MIT",
|
|
669
670
|
"dependencies": {
|
|
670
|
-
"@babel/helper-plugin-utils": "^7.
|
|
671
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
671
672
|
},
|
|
672
673
|
"engines": {
|
|
673
674
|
"node": ">=6.9.0"
|
|
@@ -779,12 +780,12 @@
|
|
|
779
780
|
}
|
|
780
781
|
},
|
|
781
782
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
782
|
-
"version": "7.
|
|
783
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
784
|
-
"integrity": "sha512
|
|
783
|
+
"version": "7.28.6",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
|
|
785
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
785
786
|
"license": "MIT",
|
|
786
787
|
"dependencies": {
|
|
787
|
-
"@babel/helper-plugin-utils": "^7.
|
|
788
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
788
789
|
},
|
|
789
790
|
"engines": {
|
|
790
791
|
"node": ">=6.9.0"
|
|
@@ -827,15 +828,15 @@
|
|
|
827
828
|
}
|
|
828
829
|
},
|
|
829
830
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
830
|
-
"version": "7.28.
|
|
831
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.
|
|
832
|
-
"integrity": "sha512-
|
|
831
|
+
"version": "7.28.6",
|
|
832
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.6.tgz",
|
|
833
|
+
"integrity": "sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==",
|
|
833
834
|
"dev": true,
|
|
834
835
|
"license": "MIT",
|
|
835
836
|
"dependencies": {
|
|
836
|
-
"@babel/helper-plugin-utils": "^7.
|
|
837
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
837
838
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
838
|
-
"@babel/traverse": "^7.28.
|
|
839
|
+
"@babel/traverse": "^7.28.6"
|
|
839
840
|
},
|
|
840
841
|
"engines": {
|
|
841
842
|
"node": ">=6.9.0"
|
|
@@ -845,14 +846,14 @@
|
|
|
845
846
|
}
|
|
846
847
|
},
|
|
847
848
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
848
|
-
"version": "7.
|
|
849
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
850
|
-
"integrity": "sha512-
|
|
849
|
+
"version": "7.28.6",
|
|
850
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz",
|
|
851
|
+
"integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
|
|
851
852
|
"dev": true,
|
|
852
853
|
"license": "MIT",
|
|
853
854
|
"dependencies": {
|
|
854
|
-
"@babel/helper-module-imports": "^7.
|
|
855
|
-
"@babel/helper-plugin-utils": "^7.
|
|
855
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
856
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
856
857
|
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
857
858
|
},
|
|
858
859
|
"engines": {
|
|
@@ -879,13 +880,13 @@
|
|
|
879
880
|
}
|
|
880
881
|
},
|
|
881
882
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
882
|
-
"version": "7.28.
|
|
883
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.
|
|
884
|
-
"integrity": "sha512-
|
|
883
|
+
"version": "7.28.6",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz",
|
|
885
|
+
"integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==",
|
|
885
886
|
"dev": true,
|
|
886
887
|
"license": "MIT",
|
|
887
888
|
"dependencies": {
|
|
888
|
-
"@babel/helper-plugin-utils": "^7.
|
|
889
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
889
890
|
},
|
|
890
891
|
"engines": {
|
|
891
892
|
"node": ">=6.9.0"
|
|
@@ -895,14 +896,14 @@
|
|
|
895
896
|
}
|
|
896
897
|
},
|
|
897
898
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
898
|
-
"version": "7.
|
|
899
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
900
|
-
"integrity": "sha512-
|
|
899
|
+
"version": "7.28.6",
|
|
900
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz",
|
|
901
|
+
"integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
|
|
901
902
|
"dev": true,
|
|
902
903
|
"license": "MIT",
|
|
903
904
|
"dependencies": {
|
|
904
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
905
|
-
"@babel/helper-plugin-utils": "^7.
|
|
905
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
906
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
906
907
|
},
|
|
907
908
|
"engines": {
|
|
908
909
|
"node": ">=6.9.0"
|
|
@@ -912,14 +913,14 @@
|
|
|
912
913
|
}
|
|
913
914
|
},
|
|
914
915
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
915
|
-
"version": "7.28.
|
|
916
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.
|
|
917
|
-
"integrity": "sha512-
|
|
916
|
+
"version": "7.28.6",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz",
|
|
918
|
+
"integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
|
|
918
919
|
"dev": true,
|
|
919
920
|
"license": "MIT",
|
|
920
921
|
"dependencies": {
|
|
921
|
-
"@babel/helper-create-class-features-plugin": "^7.28.
|
|
922
|
-
"@babel/helper-plugin-utils": "^7.
|
|
922
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
923
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
923
924
|
},
|
|
924
925
|
"engines": {
|
|
925
926
|
"node": ">=6.9.0"
|
|
@@ -929,18 +930,18 @@
|
|
|
929
930
|
}
|
|
930
931
|
},
|
|
931
932
|
"node_modules/@babel/plugin-transform-classes": {
|
|
932
|
-
"version": "7.28.
|
|
933
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.
|
|
934
|
-
"integrity": "sha512-
|
|
933
|
+
"version": "7.28.6",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz",
|
|
935
|
+
"integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==",
|
|
935
936
|
"dev": true,
|
|
936
937
|
"license": "MIT",
|
|
937
938
|
"dependencies": {
|
|
938
939
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
939
|
-
"@babel/helper-compilation-targets": "^7.
|
|
940
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
940
941
|
"@babel/helper-globals": "^7.28.0",
|
|
941
|
-
"@babel/helper-plugin-utils": "^7.
|
|
942
|
-
"@babel/helper-replace-supers": "^7.
|
|
943
|
-
"@babel/traverse": "^7.28.
|
|
942
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
943
|
+
"@babel/helper-replace-supers": "^7.28.6",
|
|
944
|
+
"@babel/traverse": "^7.28.6"
|
|
944
945
|
},
|
|
945
946
|
"engines": {
|
|
946
947
|
"node": ">=6.9.0"
|
|
@@ -950,14 +951,14 @@
|
|
|
950
951
|
}
|
|
951
952
|
},
|
|
952
953
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
953
|
-
"version": "7.
|
|
954
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
|
955
|
-
"integrity": "sha512-
|
|
954
|
+
"version": "7.28.6",
|
|
955
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz",
|
|
956
|
+
"integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==",
|
|
956
957
|
"dev": true,
|
|
957
958
|
"license": "MIT",
|
|
958
959
|
"dependencies": {
|
|
959
|
-
"@babel/helper-plugin-utils": "^7.
|
|
960
|
-
"@babel/template": "^7.
|
|
960
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
961
|
+
"@babel/template": "^7.28.6"
|
|
961
962
|
},
|
|
962
963
|
"engines": {
|
|
963
964
|
"node": ">=6.9.0"
|
|
@@ -984,14 +985,14 @@
|
|
|
984
985
|
}
|
|
985
986
|
},
|
|
986
987
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
987
|
-
"version": "7.
|
|
988
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
|
989
|
-
"integrity": "sha512-
|
|
988
|
+
"version": "7.28.6",
|
|
989
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz",
|
|
990
|
+
"integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==",
|
|
990
991
|
"dev": true,
|
|
991
992
|
"license": "MIT",
|
|
992
993
|
"dependencies": {
|
|
993
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
994
|
-
"@babel/helper-plugin-utils": "^7.
|
|
994
|
+
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
995
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
995
996
|
},
|
|
996
997
|
"engines": {
|
|
997
998
|
"node": ">=6.9.0"
|
|
@@ -1033,13 +1034,13 @@
|
|
|
1033
1034
|
}
|
|
1034
1035
|
},
|
|
1035
1036
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
1036
|
-
"version": "7.28.
|
|
1037
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.
|
|
1038
|
-
"integrity": "sha512-
|
|
1037
|
+
"version": "7.28.6",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.6.tgz",
|
|
1039
|
+
"integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==",
|
|
1039
1040
|
"dev": true,
|
|
1040
1041
|
"license": "MIT",
|
|
1041
1042
|
"dependencies": {
|
|
1042
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1043
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1043
1044
|
},
|
|
1044
1045
|
"engines": {
|
|
1045
1046
|
"node": ">=6.9.0"
|
|
@@ -1100,13 +1101,13 @@
|
|
|
1100
1101
|
}
|
|
1101
1102
|
},
|
|
1102
1103
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
1103
|
-
"version": "7.
|
|
1104
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
|
1105
|
-
"integrity": "sha512-
|
|
1104
|
+
"version": "7.28.6",
|
|
1105
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.28.6.tgz",
|
|
1106
|
+
"integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==",
|
|
1106
1107
|
"dev": true,
|
|
1107
1108
|
"license": "MIT",
|
|
1108
1109
|
"dependencies": {
|
|
1109
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1110
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1110
1111
|
},
|
|
1111
1112
|
"engines": {
|
|
1112
1113
|
"node": ">=6.9.0"
|
|
@@ -1132,13 +1133,13 @@
|
|
|
1132
1133
|
}
|
|
1133
1134
|
},
|
|
1134
1135
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1135
|
-
"version": "7.28.
|
|
1136
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.
|
|
1137
|
-
"integrity": "sha512
|
|
1136
|
+
"version": "7.28.6",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz",
|
|
1138
|
+
"integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==",
|
|
1138
1139
|
"dev": true,
|
|
1139
1140
|
"license": "MIT",
|
|
1140
1141
|
"dependencies": {
|
|
1141
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1142
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1142
1143
|
},
|
|
1143
1144
|
"engines": {
|
|
1144
1145
|
"node": ">=6.9.0"
|
|
@@ -1181,14 +1182,14 @@
|
|
|
1181
1182
|
}
|
|
1182
1183
|
},
|
|
1183
1184
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1184
|
-
"version": "7.
|
|
1185
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1186
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "7.28.6",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz",
|
|
1187
|
+
"integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
|
|
1187
1188
|
"dev": true,
|
|
1188
1189
|
"license": "MIT",
|
|
1189
1190
|
"dependencies": {
|
|
1190
|
-
"@babel/helper-module-transforms": "^7.
|
|
1191
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1191
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
1192
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1192
1193
|
},
|
|
1193
1194
|
"engines": {
|
|
1194
1195
|
"node": ">=6.9.0"
|
|
@@ -1267,13 +1268,13 @@
|
|
|
1267
1268
|
}
|
|
1268
1269
|
},
|
|
1269
1270
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1270
|
-
"version": "7.
|
|
1271
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1272
|
-
"integrity": "sha512-
|
|
1271
|
+
"version": "7.28.6",
|
|
1272
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz",
|
|
1273
|
+
"integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==",
|
|
1273
1274
|
"dev": true,
|
|
1274
1275
|
"license": "MIT",
|
|
1275
1276
|
"dependencies": {
|
|
1276
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1277
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1277
1278
|
},
|
|
1278
1279
|
"engines": {
|
|
1279
1280
|
"node": ">=6.9.0"
|
|
@@ -1283,13 +1284,13 @@
|
|
|
1283
1284
|
}
|
|
1284
1285
|
},
|
|
1285
1286
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
1286
|
-
"version": "7.
|
|
1287
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
|
1288
|
-
"integrity": "sha512-
|
|
1287
|
+
"version": "7.28.6",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz",
|
|
1289
|
+
"integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==",
|
|
1289
1290
|
"dev": true,
|
|
1290
1291
|
"license": "MIT",
|
|
1291
1292
|
"dependencies": {
|
|
1292
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1293
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1293
1294
|
},
|
|
1294
1295
|
"engines": {
|
|
1295
1296
|
"node": ">=6.9.0"
|
|
@@ -1299,17 +1300,17 @@
|
|
|
1299
1300
|
}
|
|
1300
1301
|
},
|
|
1301
1302
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1302
|
-
"version": "7.28.
|
|
1303
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.
|
|
1304
|
-
"integrity": "sha512-
|
|
1303
|
+
"version": "7.28.6",
|
|
1304
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz",
|
|
1305
|
+
"integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==",
|
|
1305
1306
|
"dev": true,
|
|
1306
1307
|
"license": "MIT",
|
|
1307
1308
|
"dependencies": {
|
|
1308
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1309
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1310
|
-
"@babel/plugin-transform-destructuring": "^7.28.
|
|
1309
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
1310
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1311
|
+
"@babel/plugin-transform-destructuring": "^7.28.5",
|
|
1311
1312
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1312
|
-
"@babel/traverse": "^7.28.
|
|
1313
|
+
"@babel/traverse": "^7.28.6"
|
|
1313
1314
|
},
|
|
1314
1315
|
"engines": {
|
|
1315
1316
|
"node": ">=6.9.0"
|
|
@@ -1336,13 +1337,13 @@
|
|
|
1336
1337
|
}
|
|
1337
1338
|
},
|
|
1338
1339
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
1339
|
-
"version": "7.
|
|
1340
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
|
1341
|
-
"integrity": "sha512-
|
|
1340
|
+
"version": "7.28.6",
|
|
1341
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz",
|
|
1342
|
+
"integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==",
|
|
1342
1343
|
"dev": true,
|
|
1343
1344
|
"license": "MIT",
|
|
1344
1345
|
"dependencies": {
|
|
1345
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1346
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1346
1347
|
},
|
|
1347
1348
|
"engines": {
|
|
1348
1349
|
"node": ">=6.9.0"
|
|
@@ -1352,13 +1353,13 @@
|
|
|
1352
1353
|
}
|
|
1353
1354
|
},
|
|
1354
1355
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1355
|
-
"version": "7.28.
|
|
1356
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.
|
|
1357
|
-
"integrity": "sha512-
|
|
1356
|
+
"version": "7.28.6",
|
|
1357
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz",
|
|
1358
|
+
"integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
|
|
1358
1359
|
"dev": true,
|
|
1359
1360
|
"license": "MIT",
|
|
1360
1361
|
"dependencies": {
|
|
1361
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1362
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1362
1363
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
1363
1364
|
},
|
|
1364
1365
|
"engines": {
|
|
@@ -1385,14 +1386,14 @@
|
|
|
1385
1386
|
}
|
|
1386
1387
|
},
|
|
1387
1388
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
1388
|
-
"version": "7.
|
|
1389
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
|
1390
|
-
"integrity": "sha512-
|
|
1389
|
+
"version": "7.28.6",
|
|
1390
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz",
|
|
1391
|
+
"integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==",
|
|
1391
1392
|
"dev": true,
|
|
1392
1393
|
"license": "MIT",
|
|
1393
1394
|
"dependencies": {
|
|
1394
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1395
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1395
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1396
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1396
1397
|
},
|
|
1397
1398
|
"engines": {
|
|
1398
1399
|
"node": ">=6.9.0"
|
|
@@ -1402,15 +1403,15 @@
|
|
|
1402
1403
|
}
|
|
1403
1404
|
},
|
|
1404
1405
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
1405
|
-
"version": "7.
|
|
1406
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
|
1407
|
-
"integrity": "sha512-
|
|
1406
|
+
"version": "7.28.6",
|
|
1407
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz",
|
|
1408
|
+
"integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==",
|
|
1408
1409
|
"dev": true,
|
|
1409
1410
|
"license": "MIT",
|
|
1410
1411
|
"dependencies": {
|
|
1411
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1412
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1413
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1412
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1413
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1414
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1414
1415
|
},
|
|
1415
1416
|
"engines": {
|
|
1416
1417
|
"node": ">=6.9.0"
|
|
@@ -1451,16 +1452,16 @@
|
|
|
1451
1452
|
}
|
|
1452
1453
|
},
|
|
1453
1454
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1454
|
-
"version": "7.
|
|
1455
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
1456
|
-
"integrity": "sha512-
|
|
1455
|
+
"version": "7.28.6",
|
|
1456
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz",
|
|
1457
|
+
"integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
|
|
1457
1458
|
"license": "MIT",
|
|
1458
1459
|
"dependencies": {
|
|
1459
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1460
|
-
"@babel/helper-module-imports": "^7.
|
|
1461
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1462
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1463
|
-
"@babel/types": "^7.
|
|
1460
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1461
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
1462
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1463
|
+
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
1464
|
+
"@babel/types": "^7.28.6"
|
|
1464
1465
|
},
|
|
1465
1466
|
"engines": {
|
|
1466
1467
|
"node": ">=6.9.0"
|
|
@@ -1501,13 +1502,13 @@
|
|
|
1501
1502
|
}
|
|
1502
1503
|
},
|
|
1503
1504
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1504
|
-
"version": "7.28.
|
|
1505
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.
|
|
1506
|
-
"integrity": "sha512
|
|
1505
|
+
"version": "7.28.6",
|
|
1506
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.6.tgz",
|
|
1507
|
+
"integrity": "sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==",
|
|
1507
1508
|
"dev": true,
|
|
1508
1509
|
"license": "MIT",
|
|
1509
1510
|
"dependencies": {
|
|
1510
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1511
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1511
1512
|
},
|
|
1512
1513
|
"engines": {
|
|
1513
1514
|
"node": ">=6.9.0"
|
|
@@ -1570,13 +1571,13 @@
|
|
|
1570
1571
|
}
|
|
1571
1572
|
},
|
|
1572
1573
|
"node_modules/@babel/plugin-transform-spread": {
|
|
1573
|
-
"version": "7.
|
|
1574
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
1575
|
-
"integrity": "sha512-
|
|
1574
|
+
"version": "7.28.6",
|
|
1575
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz",
|
|
1576
|
+
"integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==",
|
|
1576
1577
|
"dev": true,
|
|
1577
1578
|
"license": "MIT",
|
|
1578
1579
|
"dependencies": {
|
|
1579
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1580
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1580
1581
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
1581
1582
|
},
|
|
1582
1583
|
"engines": {
|
|
@@ -1651,14 +1652,14 @@
|
|
|
1651
1652
|
}
|
|
1652
1653
|
},
|
|
1653
1654
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
1654
|
-
"version": "7.
|
|
1655
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
|
1656
|
-
"integrity": "sha512-
|
|
1655
|
+
"version": "7.28.6",
|
|
1656
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.28.6.tgz",
|
|
1657
|
+
"integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==",
|
|
1657
1658
|
"dev": true,
|
|
1658
1659
|
"license": "MIT",
|
|
1659
1660
|
"dependencies": {
|
|
1660
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1661
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1661
|
+
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
1662
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1662
1663
|
},
|
|
1663
1664
|
"engines": {
|
|
1664
1665
|
"node": ">=6.9.0"
|
|
@@ -1685,14 +1686,14 @@
|
|
|
1685
1686
|
}
|
|
1686
1687
|
},
|
|
1687
1688
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
1688
|
-
"version": "7.
|
|
1689
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
|
1690
|
-
"integrity": "sha512
|
|
1689
|
+
"version": "7.28.6",
|
|
1690
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.28.6.tgz",
|
|
1691
|
+
"integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==",
|
|
1691
1692
|
"dev": true,
|
|
1692
1693
|
"license": "MIT",
|
|
1693
1694
|
"dependencies": {
|
|
1694
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1695
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1695
|
+
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
1696
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1696
1697
|
},
|
|
1697
1698
|
"engines": {
|
|
1698
1699
|
"node": ">=6.9.0"
|
|
@@ -1860,9 +1861,9 @@
|
|
|
1860
1861
|
}
|
|
1861
1862
|
},
|
|
1862
1863
|
"node_modules/@babel/register": {
|
|
1863
|
-
"version": "7.28.
|
|
1864
|
-
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.28.
|
|
1865
|
-
"integrity": "sha512-
|
|
1864
|
+
"version": "7.28.6",
|
|
1865
|
+
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.28.6.tgz",
|
|
1866
|
+
"integrity": "sha512-pgcbbEl/dWQYb6L6Yew6F94rdwygfuv+vJ/tXfwIOYAfPB6TNWpXUMEtEq3YuTeHRdvMIhvz13bkT9CNaS+wqA==",
|
|
1866
1867
|
"dev": true,
|
|
1867
1868
|
"license": "MIT",
|
|
1868
1869
|
"dependencies": {
|
|
@@ -1892,9 +1893,9 @@
|
|
|
1892
1893
|
}
|
|
1893
1894
|
},
|
|
1894
1895
|
"node_modules/@babel/runtime-corejs3": {
|
|
1895
|
-
"version": "7.28.
|
|
1896
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.
|
|
1897
|
-
"integrity": "sha512-
|
|
1896
|
+
"version": "7.28.6",
|
|
1897
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.6.tgz",
|
|
1898
|
+
"integrity": "sha512-kz2fAQ5UzjV7X7D3ySxmj3vRq89dTpqOZWv76Z6pNPztkwb/0Yj1Mtx1xFrYj6mbIHysxtBot8J4o0JLCblcFw==",
|
|
1898
1899
|
"license": "MIT",
|
|
1899
1900
|
"dependencies": {
|
|
1900
1901
|
"core-js-pure": "^3.43.0"
|
|
@@ -1904,41 +1905,69 @@
|
|
|
1904
1905
|
}
|
|
1905
1906
|
},
|
|
1906
1907
|
"node_modules/@babel/template": {
|
|
1907
|
-
"version": "7.
|
|
1908
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1909
|
-
"integrity": "sha512-
|
|
1908
|
+
"version": "7.28.6",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
|
|
1910
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
1910
1911
|
"license": "MIT",
|
|
1911
1912
|
"dependencies": {
|
|
1912
|
-
"@babel/code-frame": "^7.
|
|
1913
|
-
"@babel/parser": "^7.
|
|
1914
|
-
"@babel/types": "^7.
|
|
1913
|
+
"@babel/code-frame": "^7.28.6",
|
|
1914
|
+
"@babel/parser": "^7.28.6",
|
|
1915
|
+
"@babel/types": "^7.28.6"
|
|
1916
|
+
},
|
|
1917
|
+
"engines": {
|
|
1918
|
+
"node": ">=6.9.0"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
"node_modules/@babel/template/node_modules/@babel/code-frame": {
|
|
1922
|
+
"version": "7.28.6",
|
|
1923
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
|
|
1924
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
1925
|
+
"license": "MIT",
|
|
1926
|
+
"dependencies": {
|
|
1927
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
1928
|
+
"js-tokens": "^4.0.0",
|
|
1929
|
+
"picocolors": "^1.1.1"
|
|
1915
1930
|
},
|
|
1916
1931
|
"engines": {
|
|
1917
1932
|
"node": ">=6.9.0"
|
|
1918
1933
|
}
|
|
1919
1934
|
},
|
|
1920
1935
|
"node_modules/@babel/traverse": {
|
|
1921
|
-
"version": "7.28.
|
|
1922
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
1923
|
-
"integrity": "sha512-
|
|
1936
|
+
"version": "7.28.6",
|
|
1937
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
|
|
1938
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
1924
1939
|
"license": "MIT",
|
|
1925
1940
|
"dependencies": {
|
|
1926
|
-
"@babel/code-frame": "^7.
|
|
1927
|
-
"@babel/generator": "^7.28.
|
|
1941
|
+
"@babel/code-frame": "^7.28.6",
|
|
1942
|
+
"@babel/generator": "^7.28.6",
|
|
1928
1943
|
"@babel/helper-globals": "^7.28.0",
|
|
1929
|
-
"@babel/parser": "^7.28.
|
|
1930
|
-
"@babel/template": "^7.
|
|
1931
|
-
"@babel/types": "^7.28.
|
|
1944
|
+
"@babel/parser": "^7.28.6",
|
|
1945
|
+
"@babel/template": "^7.28.6",
|
|
1946
|
+
"@babel/types": "^7.28.6",
|
|
1932
1947
|
"debug": "^4.3.1"
|
|
1933
1948
|
},
|
|
1934
1949
|
"engines": {
|
|
1935
1950
|
"node": ">=6.9.0"
|
|
1936
1951
|
}
|
|
1937
1952
|
},
|
|
1953
|
+
"node_modules/@babel/traverse/node_modules/@babel/code-frame": {
|
|
1954
|
+
"version": "7.28.6",
|
|
1955
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
|
|
1956
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
1957
|
+
"license": "MIT",
|
|
1958
|
+
"dependencies": {
|
|
1959
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
1960
|
+
"js-tokens": "^4.0.0",
|
|
1961
|
+
"picocolors": "^1.1.1"
|
|
1962
|
+
},
|
|
1963
|
+
"engines": {
|
|
1964
|
+
"node": ">=6.9.0"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1938
1967
|
"node_modules/@babel/types": {
|
|
1939
|
-
"version": "7.28.
|
|
1940
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
1941
|
-
"integrity": "sha512-
|
|
1968
|
+
"version": "7.28.6",
|
|
1969
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
|
|
1970
|
+
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
|
|
1942
1971
|
"license": "MIT",
|
|
1943
1972
|
"dependencies": {
|
|
1944
1973
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -2285,9 +2314,9 @@
|
|
|
2285
2314
|
"license": "MIT"
|
|
2286
2315
|
},
|
|
2287
2316
|
"node_modules/@eslint-community/eslint-utils": {
|
|
2288
|
-
"version": "4.9.
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.
|
|
2290
|
-
"integrity": "sha512-
|
|
2317
|
+
"version": "4.9.1",
|
|
2318
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
2319
|
+
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
2291
2320
|
"license": "MIT",
|
|
2292
2321
|
"peer": true,
|
|
2293
2322
|
"dependencies": {
|
|
@@ -2412,9 +2441,9 @@
|
|
|
2412
2441
|
}
|
|
2413
2442
|
},
|
|
2414
2443
|
"node_modules/@eslint/js": {
|
|
2415
|
-
"version": "9.39.
|
|
2416
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.
|
|
2417
|
-
"integrity": "sha512-
|
|
2444
|
+
"version": "9.39.2",
|
|
2445
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
2446
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
2418
2447
|
"license": "MIT",
|
|
2419
2448
|
"peer": true,
|
|
2420
2449
|
"engines": {
|
|
@@ -3181,21 +3210,35 @@
|
|
|
3181
3210
|
}
|
|
3182
3211
|
}
|
|
3183
3212
|
},
|
|
3184
|
-
"node_modules/@jest/reporters/node_modules/@babel/
|
|
3185
|
-
"version": "7.28.
|
|
3186
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
3187
|
-
"integrity": "sha512-
|
|
3213
|
+
"node_modules/@jest/reporters/node_modules/@babel/code-frame": {
|
|
3214
|
+
"version": "7.28.6",
|
|
3215
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
|
|
3216
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
3188
3217
|
"license": "MIT",
|
|
3189
3218
|
"dependencies": {
|
|
3190
|
-
"@babel/
|
|
3191
|
-
"
|
|
3192
|
-
"
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
"
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3219
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
3220
|
+
"js-tokens": "^4.0.0",
|
|
3221
|
+
"picocolors": "^1.1.1"
|
|
3222
|
+
},
|
|
3223
|
+
"engines": {
|
|
3224
|
+
"node": ">=6.9.0"
|
|
3225
|
+
}
|
|
3226
|
+
},
|
|
3227
|
+
"node_modules/@jest/reporters/node_modules/@babel/core": {
|
|
3228
|
+
"version": "7.28.6",
|
|
3229
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",
|
|
3230
|
+
"integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
|
|
3231
|
+
"license": "MIT",
|
|
3232
|
+
"dependencies": {
|
|
3233
|
+
"@babel/code-frame": "^7.28.6",
|
|
3234
|
+
"@babel/generator": "^7.28.6",
|
|
3235
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
3236
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
3237
|
+
"@babel/helpers": "^7.28.6",
|
|
3238
|
+
"@babel/parser": "^7.28.6",
|
|
3239
|
+
"@babel/template": "^7.28.6",
|
|
3240
|
+
"@babel/traverse": "^7.28.6",
|
|
3241
|
+
"@babel/types": "^7.28.6",
|
|
3199
3242
|
"@jridgewell/remapping": "^2.3.5",
|
|
3200
3243
|
"convert-source-map": "^2.0.0",
|
|
3201
3244
|
"debug": "^4.1.0",
|
|
@@ -3899,9 +3942,9 @@
|
|
|
3899
3942
|
"license": "MIT"
|
|
3900
3943
|
},
|
|
3901
3944
|
"node_modules/@types/node": {
|
|
3902
|
-
"version": "25.0.
|
|
3903
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.
|
|
3904
|
-
"integrity": "sha512-
|
|
3945
|
+
"version": "25.0.10",
|
|
3946
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz",
|
|
3947
|
+
"integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==",
|
|
3905
3948
|
"license": "MIT",
|
|
3906
3949
|
"dependencies": {
|
|
3907
3950
|
"undici-types": "~7.16.0"
|
|
@@ -4269,9 +4312,9 @@
|
|
|
4269
4312
|
}
|
|
4270
4313
|
},
|
|
4271
4314
|
"node_modules/axios": {
|
|
4272
|
-
"version": "1.13.
|
|
4273
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
4274
|
-
"integrity": "sha512-
|
|
4315
|
+
"version": "1.13.3",
|
|
4316
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
|
|
4317
|
+
"integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
|
|
4275
4318
|
"license": "MIT",
|
|
4276
4319
|
"dependencies": {
|
|
4277
4320
|
"follow-redirects": "^1.15.6",
|
|
@@ -4353,14 +4396,14 @@
|
|
|
4353
4396
|
}
|
|
4354
4397
|
},
|
|
4355
4398
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
4356
|
-
"version": "0.4.
|
|
4357
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
4358
|
-
"integrity": "sha512-
|
|
4399
|
+
"version": "0.4.15",
|
|
4400
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz",
|
|
4401
|
+
"integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==",
|
|
4359
4402
|
"dev": true,
|
|
4360
4403
|
"license": "MIT",
|
|
4361
4404
|
"dependencies": {
|
|
4362
|
-
"@babel/compat-data": "^7.
|
|
4363
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
4405
|
+
"@babel/compat-data": "^7.28.6",
|
|
4406
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6",
|
|
4364
4407
|
"semver": "^6.3.1"
|
|
4365
4408
|
},
|
|
4366
4409
|
"peerDependencies": {
|
|
@@ -4506,9 +4549,9 @@
|
|
|
4506
4549
|
"license": "MIT"
|
|
4507
4550
|
},
|
|
4508
4551
|
"node_modules/baseline-browser-mapping": {
|
|
4509
|
-
"version": "2.9.
|
|
4510
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.
|
|
4511
|
-
"integrity": "sha512-
|
|
4552
|
+
"version": "2.9.18",
|
|
4553
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.18.tgz",
|
|
4554
|
+
"integrity": "sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==",
|
|
4512
4555
|
"license": "Apache-2.0",
|
|
4513
4556
|
"bin": {
|
|
4514
4557
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -4697,9 +4740,9 @@
|
|
|
4697
4740
|
}
|
|
4698
4741
|
},
|
|
4699
4742
|
"node_modules/caniuse-lite": {
|
|
4700
|
-
"version": "1.0.
|
|
4701
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4702
|
-
"integrity": "sha512-
|
|
4743
|
+
"version": "1.0.30001766",
|
|
4744
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
|
|
4745
|
+
"integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
|
|
4703
4746
|
"funding": [
|
|
4704
4747
|
{
|
|
4705
4748
|
"type": "opencollective",
|
|
@@ -5009,9 +5052,9 @@
|
|
|
5009
5052
|
}
|
|
5010
5053
|
},
|
|
5011
5054
|
"node_modules/core-js": {
|
|
5012
|
-
"version": "3.
|
|
5013
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
5014
|
-
"integrity": "sha512-
|
|
5055
|
+
"version": "3.48.0",
|
|
5056
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz",
|
|
5057
|
+
"integrity": "sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==",
|
|
5015
5058
|
"dev": true,
|
|
5016
5059
|
"hasInstallScript": true,
|
|
5017
5060
|
"license": "MIT",
|
|
@@ -5021,13 +5064,13 @@
|
|
|
5021
5064
|
}
|
|
5022
5065
|
},
|
|
5023
5066
|
"node_modules/core-js-compat": {
|
|
5024
|
-
"version": "3.
|
|
5025
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
5026
|
-
"integrity": "sha512-
|
|
5067
|
+
"version": "3.48.0",
|
|
5068
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz",
|
|
5069
|
+
"integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
|
|
5027
5070
|
"dev": true,
|
|
5028
5071
|
"license": "MIT",
|
|
5029
5072
|
"dependencies": {
|
|
5030
|
-
"browserslist": "^4.28.
|
|
5073
|
+
"browserslist": "^4.28.1"
|
|
5031
5074
|
},
|
|
5032
5075
|
"funding": {
|
|
5033
5076
|
"type": "opencollective",
|
|
@@ -5035,9 +5078,9 @@
|
|
|
5035
5078
|
}
|
|
5036
5079
|
},
|
|
5037
5080
|
"node_modules/core-js-pure": {
|
|
5038
|
-
"version": "3.
|
|
5039
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.
|
|
5040
|
-
"integrity": "sha512-
|
|
5081
|
+
"version": "3.48.0",
|
|
5082
|
+
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.48.0.tgz",
|
|
5083
|
+
"integrity": "sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw==",
|
|
5041
5084
|
"hasInstallScript": true,
|
|
5042
5085
|
"license": "MIT",
|
|
5043
5086
|
"funding": {
|
|
@@ -5249,8 +5292,7 @@
|
|
|
5249
5292
|
"version": "0.1.4",
|
|
5250
5293
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
5251
5294
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
5252
|
-
"license": "MIT"
|
|
5253
|
-
"peer": true
|
|
5295
|
+
"license": "MIT"
|
|
5254
5296
|
},
|
|
5255
5297
|
"node_modules/deepmerge": {
|
|
5256
5298
|
"version": "4.3.1",
|
|
@@ -5327,9 +5369,9 @@
|
|
|
5327
5369
|
}
|
|
5328
5370
|
},
|
|
5329
5371
|
"node_modules/diff": {
|
|
5330
|
-
"version": "4.0.
|
|
5331
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.
|
|
5332
|
-
"integrity": "sha512-
|
|
5372
|
+
"version": "4.0.4",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
|
|
5374
|
+
"integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
|
|
5333
5375
|
"license": "BSD-3-Clause",
|
|
5334
5376
|
"engines": {
|
|
5335
5377
|
"node": ">=0.3.1"
|
|
@@ -5378,9 +5420,9 @@
|
|
|
5378
5420
|
"license": "MIT"
|
|
5379
5421
|
},
|
|
5380
5422
|
"node_modules/electron-to-chromium": {
|
|
5381
|
-
"version": "1.5.
|
|
5382
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5383
|
-
"integrity": "sha512-
|
|
5423
|
+
"version": "1.5.279",
|
|
5424
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.279.tgz",
|
|
5425
|
+
"integrity": "sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==",
|
|
5384
5426
|
"license": "ISC"
|
|
5385
5427
|
},
|
|
5386
5428
|
"node_modules/emittery": {
|
|
@@ -5432,9 +5474,9 @@
|
|
|
5432
5474
|
}
|
|
5433
5475
|
},
|
|
5434
5476
|
"node_modules/es-abstract": {
|
|
5435
|
-
"version": "1.24.
|
|
5436
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.
|
|
5437
|
-
"integrity": "sha512-
|
|
5477
|
+
"version": "1.24.1",
|
|
5478
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
|
|
5479
|
+
"integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
|
|
5438
5480
|
"dev": true,
|
|
5439
5481
|
"license": "MIT",
|
|
5440
5482
|
"dependencies": {
|
|
@@ -5592,10 +5634,31 @@
|
|
|
5592
5634
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5593
5635
|
}
|
|
5594
5636
|
},
|
|
5637
|
+
"node_modules/escodegen": {
|
|
5638
|
+
"version": "2.1.0",
|
|
5639
|
+
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
5640
|
+
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
5641
|
+
"license": "BSD-2-Clause",
|
|
5642
|
+
"dependencies": {
|
|
5643
|
+
"esprima": "^4.0.1",
|
|
5644
|
+
"estraverse": "^5.2.0",
|
|
5645
|
+
"esutils": "^2.0.2"
|
|
5646
|
+
},
|
|
5647
|
+
"bin": {
|
|
5648
|
+
"escodegen": "bin/escodegen.js",
|
|
5649
|
+
"esgenerate": "bin/esgenerate.js"
|
|
5650
|
+
},
|
|
5651
|
+
"engines": {
|
|
5652
|
+
"node": ">=6.0"
|
|
5653
|
+
},
|
|
5654
|
+
"optionalDependencies": {
|
|
5655
|
+
"source-map": "~0.6.1"
|
|
5656
|
+
}
|
|
5657
|
+
},
|
|
5595
5658
|
"node_modules/eslint": {
|
|
5596
|
-
"version": "9.39.
|
|
5597
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.
|
|
5598
|
-
"integrity": "sha512-
|
|
5659
|
+
"version": "9.39.2",
|
|
5660
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
|
|
5661
|
+
"integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
|
|
5599
5662
|
"license": "MIT",
|
|
5600
5663
|
"peer": true,
|
|
5601
5664
|
"dependencies": {
|
|
@@ -5605,7 +5668,7 @@
|
|
|
5605
5668
|
"@eslint/config-helpers": "^0.4.2",
|
|
5606
5669
|
"@eslint/core": "^0.17.0",
|
|
5607
5670
|
"@eslint/eslintrc": "^3.3.1",
|
|
5608
|
-
"@eslint/js": "9.39.
|
|
5671
|
+
"@eslint/js": "9.39.2",
|
|
5609
5672
|
"@eslint/plugin-kit": "^0.4.1",
|
|
5610
5673
|
"@humanfs/node": "^0.16.6",
|
|
5611
5674
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
@@ -5776,9 +5839,9 @@
|
|
|
5776
5839
|
}
|
|
5777
5840
|
},
|
|
5778
5841
|
"node_modules/esquery": {
|
|
5779
|
-
"version": "1.
|
|
5780
|
-
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.
|
|
5781
|
-
"integrity": "sha512-
|
|
5842
|
+
"version": "1.7.0",
|
|
5843
|
+
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
5844
|
+
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
5782
5845
|
"license": "BSD-3-Clause",
|
|
5783
5846
|
"peer": true,
|
|
5784
5847
|
"dependencies": {
|
|
@@ -5907,9 +5970,9 @@
|
|
|
5907
5970
|
}
|
|
5908
5971
|
},
|
|
5909
5972
|
"node_modules/expect/node_modules/@sinclair/typebox": {
|
|
5910
|
-
"version": "0.34.
|
|
5911
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
5912
|
-
"integrity": "sha512-
|
|
5973
|
+
"version": "0.34.48",
|
|
5974
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
5975
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
5913
5976
|
"license": "MIT"
|
|
5914
5977
|
},
|
|
5915
5978
|
"node_modules/expect/node_modules/ci-info": {
|
|
@@ -5989,13 +6052,12 @@
|
|
|
5989
6052
|
"version": "2.0.6",
|
|
5990
6053
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
5991
6054
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
5992
|
-
"license": "MIT"
|
|
5993
|
-
"peer": true
|
|
6055
|
+
"license": "MIT"
|
|
5994
6056
|
},
|
|
5995
6057
|
"node_modules/fastq": {
|
|
5996
|
-
"version": "1.
|
|
5997
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.
|
|
5998
|
-
"integrity": "sha512-
|
|
6058
|
+
"version": "1.20.1",
|
|
6059
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
6060
|
+
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
5999
6061
|
"license": "ISC",
|
|
6000
6062
|
"dependencies": {
|
|
6001
6063
|
"reusify": "^1.0.4"
|
|
@@ -6667,9 +6729,9 @@
|
|
|
6667
6729
|
}
|
|
6668
6730
|
},
|
|
6669
6731
|
"node_modules/iconv-lite": {
|
|
6670
|
-
"version": "0.7.
|
|
6671
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.
|
|
6672
|
-
"integrity": "sha512-
|
|
6732
|
+
"version": "0.7.2",
|
|
6733
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
6734
|
+
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
6673
6735
|
"license": "MIT",
|
|
6674
6736
|
"dependencies": {
|
|
6675
6737
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
@@ -8156,9 +8218,9 @@
|
|
|
8156
8218
|
}
|
|
8157
8219
|
},
|
|
8158
8220
|
"node_modules/jest-message-util/node_modules/@sinclair/typebox": {
|
|
8159
|
-
"version": "0.34.
|
|
8160
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
8161
|
-
"integrity": "sha512-
|
|
8221
|
+
"version": "0.34.48",
|
|
8222
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
8223
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
8162
8224
|
"license": "MIT"
|
|
8163
8225
|
},
|
|
8164
8226
|
"node_modules/jest-message-util/node_modules/slash": {
|
|
@@ -8215,9 +8277,9 @@
|
|
|
8215
8277
|
}
|
|
8216
8278
|
},
|
|
8217
8279
|
"node_modules/jest-mock/node_modules/@sinclair/typebox": {
|
|
8218
|
-
"version": "0.34.
|
|
8219
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
8220
|
-
"integrity": "sha512-
|
|
8280
|
+
"version": "0.34.48",
|
|
8281
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
8282
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
8221
8283
|
"license": "MIT"
|
|
8222
8284
|
},
|
|
8223
8285
|
"node_modules/jest-mock/node_modules/ci-info": {
|
|
@@ -8866,27 +8928,6 @@
|
|
|
8866
8928
|
}
|
|
8867
8929
|
}
|
|
8868
8930
|
},
|
|
8869
|
-
"node_modules/jsdom/node_modules/escodegen": {
|
|
8870
|
-
"version": "2.1.0",
|
|
8871
|
-
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
8872
|
-
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
8873
|
-
"license": "BSD-2-Clause",
|
|
8874
|
-
"dependencies": {
|
|
8875
|
-
"esprima": "^4.0.1",
|
|
8876
|
-
"estraverse": "^5.2.0",
|
|
8877
|
-
"esutils": "^2.0.2"
|
|
8878
|
-
},
|
|
8879
|
-
"bin": {
|
|
8880
|
-
"escodegen": "bin/escodegen.js",
|
|
8881
|
-
"esgenerate": "bin/esgenerate.js"
|
|
8882
|
-
},
|
|
8883
|
-
"engines": {
|
|
8884
|
-
"node": ">=6.0"
|
|
8885
|
-
},
|
|
8886
|
-
"optionalDependencies": {
|
|
8887
|
-
"source-map": "~0.6.1"
|
|
8888
|
-
}
|
|
8889
|
-
},
|
|
8890
8931
|
"node_modules/jsesc": {
|
|
8891
8932
|
"version": "3.1.0",
|
|
8892
8933
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -8938,6 +8979,29 @@
|
|
|
8938
8979
|
"node": ">=6"
|
|
8939
8980
|
}
|
|
8940
8981
|
},
|
|
8982
|
+
"node_modules/jsonpath": {
|
|
8983
|
+
"version": "1.1.1",
|
|
8984
|
+
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
|
|
8985
|
+
"integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
|
|
8986
|
+
"license": "MIT",
|
|
8987
|
+
"dependencies": {
|
|
8988
|
+
"esprima": "1.2.2",
|
|
8989
|
+
"static-eval": "2.0.2",
|
|
8990
|
+
"underscore": "1.12.1"
|
|
8991
|
+
}
|
|
8992
|
+
},
|
|
8993
|
+
"node_modules/jsonpath/node_modules/esprima": {
|
|
8994
|
+
"version": "1.2.2",
|
|
8995
|
+
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
|
|
8996
|
+
"integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
|
|
8997
|
+
"bin": {
|
|
8998
|
+
"esparse": "bin/esparse.js",
|
|
8999
|
+
"esvalidate": "bin/esvalidate.js"
|
|
9000
|
+
},
|
|
9001
|
+
"engines": {
|
|
9002
|
+
"node": ">=0.4.0"
|
|
9003
|
+
}
|
|
9004
|
+
},
|
|
8941
9005
|
"node_modules/keyv": {
|
|
8942
9006
|
"version": "4.5.4",
|
|
8943
9007
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
@@ -9018,9 +9082,9 @@
|
|
|
9018
9082
|
}
|
|
9019
9083
|
},
|
|
9020
9084
|
"node_modules/lodash": {
|
|
9021
|
-
"version": "4.17.
|
|
9022
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
|
9023
|
-
"integrity": "sha512-
|
|
9085
|
+
"version": "4.17.23",
|
|
9086
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
9087
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
9024
9088
|
"license": "MIT"
|
|
9025
9089
|
},
|
|
9026
9090
|
"node_modules/lodash.debounce": {
|
|
@@ -10191,9 +10255,9 @@
|
|
|
10191
10255
|
}
|
|
10192
10256
|
},
|
|
10193
10257
|
"node_modules/pretty-format/node_modules/@sinclair/typebox": {
|
|
10194
|
-
"version": "0.34.
|
|
10195
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
10196
|
-
"integrity": "sha512-
|
|
10258
|
+
"version": "0.34.48",
|
|
10259
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
10260
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
10197
10261
|
"license": "MIT"
|
|
10198
10262
|
},
|
|
10199
10263
|
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
@@ -10334,9 +10398,9 @@
|
|
|
10334
10398
|
"license": "MIT"
|
|
10335
10399
|
},
|
|
10336
10400
|
"node_modules/react": {
|
|
10337
|
-
"version": "19.2.
|
|
10338
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.2.
|
|
10339
|
-
"integrity": "sha512-
|
|
10401
|
+
"version": "19.2.4",
|
|
10402
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
|
10403
|
+
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
|
|
10340
10404
|
"license": "MIT",
|
|
10341
10405
|
"peer": true,
|
|
10342
10406
|
"engines": {
|
|
@@ -10344,16 +10408,16 @@
|
|
|
10344
10408
|
}
|
|
10345
10409
|
},
|
|
10346
10410
|
"node_modules/react-dom": {
|
|
10347
|
-
"version": "19.2.
|
|
10348
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.
|
|
10349
|
-
"integrity": "sha512-
|
|
10411
|
+
"version": "19.2.4",
|
|
10412
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
|
|
10413
|
+
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
|
|
10350
10414
|
"license": "MIT",
|
|
10351
10415
|
"peer": true,
|
|
10352
10416
|
"dependencies": {
|
|
10353
10417
|
"scheduler": "^0.27.0"
|
|
10354
10418
|
},
|
|
10355
10419
|
"peerDependencies": {
|
|
10356
|
-
"react": "^19.2.
|
|
10420
|
+
"react": "^19.2.4"
|
|
10357
10421
|
}
|
|
10358
10422
|
},
|
|
10359
10423
|
"node_modules/react-is": {
|
|
@@ -11119,6 +11183,96 @@
|
|
|
11119
11183
|
"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
|
|
11120
11184
|
"license": "MIT"
|
|
11121
11185
|
},
|
|
11186
|
+
"node_modules/static-eval": {
|
|
11187
|
+
"version": "2.0.2",
|
|
11188
|
+
"resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
|
|
11189
|
+
"integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
|
|
11190
|
+
"license": "MIT",
|
|
11191
|
+
"dependencies": {
|
|
11192
|
+
"escodegen": "^1.8.1"
|
|
11193
|
+
}
|
|
11194
|
+
},
|
|
11195
|
+
"node_modules/static-eval/node_modules/escodegen": {
|
|
11196
|
+
"version": "1.14.3",
|
|
11197
|
+
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
|
|
11198
|
+
"integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
|
|
11199
|
+
"license": "BSD-2-Clause",
|
|
11200
|
+
"dependencies": {
|
|
11201
|
+
"esprima": "^4.0.1",
|
|
11202
|
+
"estraverse": "^4.2.0",
|
|
11203
|
+
"esutils": "^2.0.2",
|
|
11204
|
+
"optionator": "^0.8.1"
|
|
11205
|
+
},
|
|
11206
|
+
"bin": {
|
|
11207
|
+
"escodegen": "bin/escodegen.js",
|
|
11208
|
+
"esgenerate": "bin/esgenerate.js"
|
|
11209
|
+
},
|
|
11210
|
+
"engines": {
|
|
11211
|
+
"node": ">=4.0"
|
|
11212
|
+
},
|
|
11213
|
+
"optionalDependencies": {
|
|
11214
|
+
"source-map": "~0.6.1"
|
|
11215
|
+
}
|
|
11216
|
+
},
|
|
11217
|
+
"node_modules/static-eval/node_modules/estraverse": {
|
|
11218
|
+
"version": "4.3.0",
|
|
11219
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
|
|
11220
|
+
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
11221
|
+
"license": "BSD-2-Clause",
|
|
11222
|
+
"engines": {
|
|
11223
|
+
"node": ">=4.0"
|
|
11224
|
+
}
|
|
11225
|
+
},
|
|
11226
|
+
"node_modules/static-eval/node_modules/levn": {
|
|
11227
|
+
"version": "0.3.0",
|
|
11228
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
|
|
11229
|
+
"integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
|
|
11230
|
+
"license": "MIT",
|
|
11231
|
+
"dependencies": {
|
|
11232
|
+
"prelude-ls": "~1.1.2",
|
|
11233
|
+
"type-check": "~0.3.2"
|
|
11234
|
+
},
|
|
11235
|
+
"engines": {
|
|
11236
|
+
"node": ">= 0.8.0"
|
|
11237
|
+
}
|
|
11238
|
+
},
|
|
11239
|
+
"node_modules/static-eval/node_modules/optionator": {
|
|
11240
|
+
"version": "0.8.3",
|
|
11241
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
|
|
11242
|
+
"integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
|
|
11243
|
+
"license": "MIT",
|
|
11244
|
+
"dependencies": {
|
|
11245
|
+
"deep-is": "~0.1.3",
|
|
11246
|
+
"fast-levenshtein": "~2.0.6",
|
|
11247
|
+
"levn": "~0.3.0",
|
|
11248
|
+
"prelude-ls": "~1.1.2",
|
|
11249
|
+
"type-check": "~0.3.2",
|
|
11250
|
+
"word-wrap": "~1.2.3"
|
|
11251
|
+
},
|
|
11252
|
+
"engines": {
|
|
11253
|
+
"node": ">= 0.8.0"
|
|
11254
|
+
}
|
|
11255
|
+
},
|
|
11256
|
+
"node_modules/static-eval/node_modules/prelude-ls": {
|
|
11257
|
+
"version": "1.1.2",
|
|
11258
|
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
|
|
11259
|
+
"integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
|
|
11260
|
+
"engines": {
|
|
11261
|
+
"node": ">= 0.8.0"
|
|
11262
|
+
}
|
|
11263
|
+
},
|
|
11264
|
+
"node_modules/static-eval/node_modules/type-check": {
|
|
11265
|
+
"version": "0.3.2",
|
|
11266
|
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
|
|
11267
|
+
"integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
|
|
11268
|
+
"license": "MIT",
|
|
11269
|
+
"dependencies": {
|
|
11270
|
+
"prelude-ls": "~1.1.2"
|
|
11271
|
+
},
|
|
11272
|
+
"engines": {
|
|
11273
|
+
"node": ">= 0.8.0"
|
|
11274
|
+
}
|
|
11275
|
+
},
|
|
11122
11276
|
"node_modules/stop-iteration-iterator": {
|
|
11123
11277
|
"version": "1.1.0",
|
|
11124
11278
|
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
|
@@ -11626,6 +11780,12 @@
|
|
|
11626
11780
|
"url": "https://github.com/sponsors/ljharb"
|
|
11627
11781
|
}
|
|
11628
11782
|
},
|
|
11783
|
+
"node_modules/underscore": {
|
|
11784
|
+
"version": "1.12.1",
|
|
11785
|
+
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
|
|
11786
|
+
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
|
|
11787
|
+
"license": "MIT"
|
|
11788
|
+
},
|
|
11629
11789
|
"node_modules/undici-types": {
|
|
11630
11790
|
"version": "7.16.0",
|
|
11631
11791
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
@@ -11704,9 +11864,9 @@
|
|
|
11704
11864
|
}
|
|
11705
11865
|
},
|
|
11706
11866
|
"node_modules/update-browserslist-db": {
|
|
11707
|
-
"version": "1.2.
|
|
11708
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.
|
|
11709
|
-
"integrity": "sha512-
|
|
11867
|
+
"version": "1.2.3",
|
|
11868
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
11869
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
11710
11870
|
"funding": [
|
|
11711
11871
|
{
|
|
11712
11872
|
"type": "opencollective",
|
|
@@ -11898,6 +12058,7 @@
|
|
|
11898
12058
|
"version": "2.0.0",
|
|
11899
12059
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
|
|
11900
12060
|
"integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
|
|
12061
|
+
"deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation",
|
|
11901
12062
|
"license": "MIT",
|
|
11902
12063
|
"dependencies": {
|
|
11903
12064
|
"iconv-lite": "0.6.3"
|
|
@@ -12023,9 +12184,9 @@
|
|
|
12023
12184
|
}
|
|
12024
12185
|
},
|
|
12025
12186
|
"node_modules/which-typed-array": {
|
|
12026
|
-
"version": "1.1.
|
|
12027
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
12028
|
-
"integrity": "sha512-
|
|
12187
|
+
"version": "1.1.20",
|
|
12188
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
|
|
12189
|
+
"integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
|
|
12029
12190
|
"license": "MIT",
|
|
12030
12191
|
"dependencies": {
|
|
12031
12192
|
"available-typed-arrays": "^1.0.7",
|
|
@@ -12048,7 +12209,6 @@
|
|
|
12048
12209
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
12049
12210
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
12050
12211
|
"license": "MIT",
|
|
12051
|
-
"peer": true,
|
|
12052
12212
|
"engines": {
|
|
12053
12213
|
"node": ">=0.10.0"
|
|
12054
12214
|
}
|
|
@@ -12105,9 +12265,9 @@
|
|
|
12105
12265
|
}
|
|
12106
12266
|
},
|
|
12107
12267
|
"node_modules/ws": {
|
|
12108
|
-
"version": "8.
|
|
12109
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
12110
|
-
"integrity": "sha512-
|
|
12268
|
+
"version": "8.19.0",
|
|
12269
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
12270
|
+
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
12111
12271
|
"license": "MIT",
|
|
12112
12272
|
"engines": {
|
|
12113
12273
|
"node": ">=10.0.0"
|