@zohodesk/testinglibrary 0.0.32-n20-experimental → 0.0.33-n20-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/README.md +1 -1
- package/npm-shrinkwrap.json +509 -418
- package/package.json +1 -1
- package/playwright.config.js +8 -0
- package/zohodesk-testinglibrary-4.1.1.tgz +0 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33-n20-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.33-n20-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"node_modules/@babel/compat-data": {
|
|
129
|
-
"version": "7.
|
|
130
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
131
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "7.29.0",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
|
|
131
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
|
|
132
132
|
"license": "MIT",
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": ">=6.9.0"
|
|
@@ -165,13 +165,13 @@
|
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
"node_modules/@babel/generator": {
|
|
168
|
-
"version": "7.
|
|
169
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
170
|
-
"integrity": "sha512-
|
|
168
|
+
"version": "7.29.1",
|
|
169
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
|
|
170
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
171
171
|
"license": "MIT",
|
|
172
172
|
"dependencies": {
|
|
173
|
-
"@babel/parser": "^7.
|
|
174
|
-
"@babel/types": "^7.
|
|
173
|
+
"@babel/parser": "^7.29.0",
|
|
174
|
+
"@babel/types": "^7.29.0",
|
|
175
175
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
176
176
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
177
177
|
"jsesc": "^3.0.2"
|
|
@@ -209,18 +209,18 @@
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
212
|
-
"version": "7.28.
|
|
213
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
214
|
-
"integrity": "sha512-
|
|
212
|
+
"version": "7.28.5",
|
|
213
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
214
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
215
215
|
"dev": true,
|
|
216
216
|
"license": "MIT",
|
|
217
217
|
"dependencies": {
|
|
218
218
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
219
219
|
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
220
220
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
221
|
-
"@babel/helper-replace-supers": "^7.
|
|
221
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
222
222
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
223
|
-
"@babel/traverse": "^7.28.
|
|
223
|
+
"@babel/traverse": "^7.28.5",
|
|
224
224
|
"semver": "^6.3.1"
|
|
225
225
|
},
|
|
226
226
|
"engines": {
|
|
@@ -249,17 +249,17 @@
|
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
251
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
252
|
-
"version": "0.6.
|
|
253
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
254
|
-
"integrity": "sha512-
|
|
252
|
+
"version": "0.6.6",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz",
|
|
254
|
+
"integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
|
|
255
255
|
"dev": true,
|
|
256
256
|
"license": "MIT",
|
|
257
257
|
"dependencies": {
|
|
258
|
-
"@babel/helper-compilation-targets": "^7.
|
|
259
|
-
"@babel/helper-plugin-utils": "^7.
|
|
260
|
-
"debug": "^4.4.
|
|
258
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
259
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
260
|
+
"debug": "^4.4.3",
|
|
261
261
|
"lodash.debounce": "^4.0.8",
|
|
262
|
-
"resolve": "^1.22.
|
|
262
|
+
"resolve": "^1.22.11"
|
|
263
263
|
},
|
|
264
264
|
"peerDependencies": {
|
|
265
265
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -289,27 +289,27 @@
|
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
"node_modules/@babel/helper-module-imports": {
|
|
292
|
-
"version": "7.
|
|
293
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
294
|
-
"integrity": "sha512-
|
|
292
|
+
"version": "7.27.1",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
294
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
295
295
|
"license": "MIT",
|
|
296
296
|
"dependencies": {
|
|
297
|
-
"@babel/traverse": "^7.
|
|
298
|
-
"@babel/types": "^7.
|
|
297
|
+
"@babel/traverse": "^7.27.1",
|
|
298
|
+
"@babel/types": "^7.27.1"
|
|
299
299
|
},
|
|
300
300
|
"engines": {
|
|
301
301
|
"node": ">=6.9.0"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
304
|
"node_modules/@babel/helper-module-transforms": {
|
|
305
|
-
"version": "7.28.
|
|
306
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.
|
|
307
|
-
"integrity": "sha512-
|
|
305
|
+
"version": "7.28.3",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
307
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
308
308
|
"license": "MIT",
|
|
309
309
|
"dependencies": {
|
|
310
|
-
"@babel/helper-module-imports": "^7.
|
|
311
|
-
"@babel/helper-validator-identifier": "^7.
|
|
312
|
-
"@babel/traverse": "^7.28.
|
|
310
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
311
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
312
|
+
"@babel/traverse": "^7.28.3"
|
|
313
313
|
},
|
|
314
314
|
"engines": {
|
|
315
315
|
"node": ">=6.9.0"
|
|
@@ -359,15 +359,15 @@
|
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
"node_modules/@babel/helper-replace-supers": {
|
|
362
|
-
"version": "7.
|
|
363
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
364
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "7.27.1",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
|
|
364
|
+
"integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
|
|
365
365
|
"dev": true,
|
|
366
366
|
"license": "MIT",
|
|
367
367
|
"dependencies": {
|
|
368
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
368
|
+
"@babel/helper-member-expression-to-functions": "^7.27.1",
|
|
369
369
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
370
|
-
"@babel/traverse": "^7.
|
|
370
|
+
"@babel/traverse": "^7.27.1"
|
|
371
371
|
},
|
|
372
372
|
"engines": {
|
|
373
373
|
"node": ">=6.9.0"
|
|
@@ -418,28 +418,28 @@
|
|
|
418
418
|
}
|
|
419
419
|
},
|
|
420
420
|
"node_modules/@babel/helper-wrap-function": {
|
|
421
|
-
"version": "7.28.
|
|
422
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.
|
|
423
|
-
"integrity": "sha512-
|
|
421
|
+
"version": "7.28.3",
|
|
422
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
|
|
423
|
+
"integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
|
|
424
424
|
"dev": true,
|
|
425
425
|
"license": "MIT",
|
|
426
426
|
"dependencies": {
|
|
427
|
-
"@babel/template": "^7.
|
|
428
|
-
"@babel/traverse": "^7.28.
|
|
429
|
-
"@babel/types": "^7.28.
|
|
427
|
+
"@babel/template": "^7.27.2",
|
|
428
|
+
"@babel/traverse": "^7.28.3",
|
|
429
|
+
"@babel/types": "^7.28.2"
|
|
430
430
|
},
|
|
431
431
|
"engines": {
|
|
432
432
|
"node": ">=6.9.0"
|
|
433
433
|
}
|
|
434
434
|
},
|
|
435
435
|
"node_modules/@babel/helpers": {
|
|
436
|
-
"version": "7.28.
|
|
437
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
438
|
-
"integrity": "sha512-
|
|
436
|
+
"version": "7.28.4",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
438
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
439
439
|
"license": "MIT",
|
|
440
440
|
"dependencies": {
|
|
441
|
-
"@babel/template": "^7.
|
|
442
|
-
"@babel/types": "^7.28.
|
|
441
|
+
"@babel/template": "^7.27.2",
|
|
442
|
+
"@babel/types": "^7.28.4"
|
|
443
443
|
},
|
|
444
444
|
"engines": {
|
|
445
445
|
"node": ">=6.9.0"
|
|
@@ -480,12 +480,12 @@
|
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
"node_modules/@babel/parser": {
|
|
483
|
-
"version": "7.
|
|
484
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
485
|
-
"integrity": "sha512-
|
|
483
|
+
"version": "7.29.0",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
485
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
486
486
|
"license": "MIT",
|
|
487
487
|
"dependencies": {
|
|
488
|
-
"@babel/types": "^7.
|
|
488
|
+
"@babel/types": "^7.29.0"
|
|
489
489
|
},
|
|
490
490
|
"bin": {
|
|
491
491
|
"parser": "bin/babel-parser.js"
|
|
@@ -655,13 +655,13 @@
|
|
|
655
655
|
}
|
|
656
656
|
},
|
|
657
657
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
658
|
-
"version": "7.
|
|
659
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
|
660
|
-
"integrity": "sha512-
|
|
658
|
+
"version": "7.27.1",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
|
|
660
|
+
"integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
|
|
661
661
|
"dev": true,
|
|
662
662
|
"license": "MIT",
|
|
663
663
|
"dependencies": {
|
|
664
|
-
"@babel/helper-plugin-utils": "^7.
|
|
664
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
665
665
|
},
|
|
666
666
|
"engines": {
|
|
667
667
|
"node": ">=6.9.0"
|
|
@@ -671,12 +671,12 @@
|
|
|
671
671
|
}
|
|
672
672
|
},
|
|
673
673
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
674
|
-
"version": "7.
|
|
675
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
|
676
|
-
"integrity": "sha512-
|
|
674
|
+
"version": "7.27.1",
|
|
675
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
|
|
676
|
+
"integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
|
|
677
677
|
"license": "MIT",
|
|
678
678
|
"dependencies": {
|
|
679
|
-
"@babel/helper-plugin-utils": "^7.
|
|
679
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
680
680
|
},
|
|
681
681
|
"engines": {
|
|
682
682
|
"node": ">=6.9.0"
|
|
@@ -710,12 +710,12 @@
|
|
|
710
710
|
}
|
|
711
711
|
},
|
|
712
712
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
713
|
-
"version": "7.
|
|
714
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
715
|
-
"integrity": "sha512-
|
|
713
|
+
"version": "7.27.1",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
715
|
+
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
716
716
|
"license": "MIT",
|
|
717
717
|
"dependencies": {
|
|
718
|
-
"@babel/helper-plugin-utils": "^7.
|
|
718
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
719
719
|
},
|
|
720
720
|
"engines": {
|
|
721
721
|
"node": ">=6.9.0"
|
|
@@ -875,15 +875,15 @@
|
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
877
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
878
|
-
"version": "7.28.
|
|
879
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.
|
|
880
|
-
"integrity": "sha512-
|
|
878
|
+
"version": "7.28.0",
|
|
879
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
880
|
+
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
881
881
|
"dev": true,
|
|
882
882
|
"license": "MIT",
|
|
883
883
|
"dependencies": {
|
|
884
|
-
"@babel/helper-plugin-utils": "^7.
|
|
884
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
885
885
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
886
|
-
"@babel/traverse": "^7.28.
|
|
886
|
+
"@babel/traverse": "^7.28.0"
|
|
887
887
|
},
|
|
888
888
|
"engines": {
|
|
889
889
|
"node": ">=6.9.0"
|
|
@@ -893,14 +893,14 @@
|
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
895
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
896
|
-
"version": "7.
|
|
897
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
898
|
-
"integrity": "sha512-
|
|
896
|
+
"version": "7.27.1",
|
|
897
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
898
|
+
"integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
899
899
|
"dev": true,
|
|
900
900
|
"license": "MIT",
|
|
901
901
|
"dependencies": {
|
|
902
|
-
"@babel/helper-module-imports": "^7.
|
|
903
|
-
"@babel/helper-plugin-utils": "^7.
|
|
902
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
903
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
904
904
|
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
905
905
|
},
|
|
906
906
|
"engines": {
|
|
@@ -927,13 +927,13 @@
|
|
|
927
927
|
}
|
|
928
928
|
},
|
|
929
929
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
930
|
-
"version": "7.28.
|
|
931
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.
|
|
932
|
-
"integrity": "sha512-
|
|
930
|
+
"version": "7.28.5",
|
|
931
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
|
|
932
|
+
"integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
|
|
933
933
|
"dev": true,
|
|
934
934
|
"license": "MIT",
|
|
935
935
|
"dependencies": {
|
|
936
|
-
"@babel/helper-plugin-utils": "^7.
|
|
936
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
937
937
|
},
|
|
938
938
|
"engines": {
|
|
939
939
|
"node": ">=6.9.0"
|
|
@@ -943,14 +943,14 @@
|
|
|
943
943
|
}
|
|
944
944
|
},
|
|
945
945
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
946
|
-
"version": "7.
|
|
947
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
948
|
-
"integrity": "sha512-
|
|
946
|
+
"version": "7.27.1",
|
|
947
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
948
|
+
"integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
949
949
|
"dev": true,
|
|
950
950
|
"license": "MIT",
|
|
951
951
|
"dependencies": {
|
|
952
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
953
|
-
"@babel/helper-plugin-utils": "^7.
|
|
952
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
953
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
954
954
|
},
|
|
955
955
|
"engines": {
|
|
956
956
|
"node": ">=6.9.0"
|
|
@@ -960,14 +960,14 @@
|
|
|
960
960
|
}
|
|
961
961
|
},
|
|
962
962
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
963
|
-
"version": "7.28.
|
|
964
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.
|
|
965
|
-
"integrity": "sha512-
|
|
963
|
+
"version": "7.28.3",
|
|
964
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz",
|
|
965
|
+
"integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==",
|
|
966
966
|
"dev": true,
|
|
967
967
|
"license": "MIT",
|
|
968
968
|
"dependencies": {
|
|
969
|
-
"@babel/helper-create-class-features-plugin": "^7.28.
|
|
970
|
-
"@babel/helper-plugin-utils": "^7.
|
|
969
|
+
"@babel/helper-create-class-features-plugin": "^7.28.3",
|
|
970
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
971
971
|
},
|
|
972
972
|
"engines": {
|
|
973
973
|
"node": ">=6.9.0"
|
|
@@ -977,18 +977,18 @@
|
|
|
977
977
|
}
|
|
978
978
|
},
|
|
979
979
|
"node_modules/@babel/plugin-transform-classes": {
|
|
980
|
-
"version": "7.28.
|
|
981
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.
|
|
982
|
-
"integrity": "sha512-
|
|
980
|
+
"version": "7.28.4",
|
|
981
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
|
|
982
|
+
"integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
|
|
983
983
|
"dev": true,
|
|
984
984
|
"license": "MIT",
|
|
985
985
|
"dependencies": {
|
|
986
986
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
987
|
-
"@babel/helper-compilation-targets": "^7.
|
|
987
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
988
988
|
"@babel/helper-globals": "^7.28.0",
|
|
989
|
-
"@babel/helper-plugin-utils": "^7.
|
|
990
|
-
"@babel/helper-replace-supers": "^7.
|
|
991
|
-
"@babel/traverse": "^7.28.
|
|
989
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
990
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
991
|
+
"@babel/traverse": "^7.28.4"
|
|
992
992
|
},
|
|
993
993
|
"engines": {
|
|
994
994
|
"node": ">=6.9.0"
|
|
@@ -998,14 +998,14 @@
|
|
|
998
998
|
}
|
|
999
999
|
},
|
|
1000
1000
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
1001
|
-
"version": "7.
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
|
1003
|
-
"integrity": "sha512-
|
|
1001
|
+
"version": "7.27.1",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
|
|
1003
|
+
"integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
|
|
1004
1004
|
"dev": true,
|
|
1005
1005
|
"license": "MIT",
|
|
1006
1006
|
"dependencies": {
|
|
1007
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1008
|
-
"@babel/template": "^7.
|
|
1007
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1008
|
+
"@babel/template": "^7.27.1"
|
|
1009
1009
|
},
|
|
1010
1010
|
"engines": {
|
|
1011
1011
|
"node": ">=6.9.0"
|
|
@@ -1032,14 +1032,14 @@
|
|
|
1032
1032
|
}
|
|
1033
1033
|
},
|
|
1034
1034
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
1035
|
-
"version": "7.
|
|
1036
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
|
1037
|
-
"integrity": "sha512-
|
|
1035
|
+
"version": "7.27.1",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
|
|
1037
|
+
"integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
|
|
1038
1038
|
"dev": true,
|
|
1039
1039
|
"license": "MIT",
|
|
1040
1040
|
"dependencies": {
|
|
1041
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1042
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1041
|
+
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
1042
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1043
1043
|
},
|
|
1044
1044
|
"engines": {
|
|
1045
1045
|
"node": ">=6.9.0"
|
|
@@ -1065,9 +1065,9 @@
|
|
|
1065
1065
|
}
|
|
1066
1066
|
},
|
|
1067
1067
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
1068
|
-
"version": "7.
|
|
1069
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.
|
|
1070
|
-
"integrity": "sha512-
|
|
1068
|
+
"version": "7.29.0",
|
|
1069
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz",
|
|
1070
|
+
"integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==",
|
|
1071
1071
|
"dev": true,
|
|
1072
1072
|
"license": "MIT",
|
|
1073
1073
|
"dependencies": {
|
|
@@ -1115,13 +1115,13 @@
|
|
|
1115
1115
|
}
|
|
1116
1116
|
},
|
|
1117
1117
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
1118
|
-
"version": "7.28.
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.
|
|
1120
|
-
"integrity": "sha512-
|
|
1118
|
+
"version": "7.28.5",
|
|
1119
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
|
|
1120
|
+
"integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
|
|
1121
1121
|
"dev": true,
|
|
1122
1122
|
"license": "MIT",
|
|
1123
1123
|
"dependencies": {
|
|
1124
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1124
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1125
1125
|
},
|
|
1126
1126
|
"engines": {
|
|
1127
1127
|
"node": ">=6.9.0"
|
|
@@ -1182,13 +1182,13 @@
|
|
|
1182
1182
|
}
|
|
1183
1183
|
},
|
|
1184
1184
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
1185
|
-
"version": "7.
|
|
1186
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
|
1187
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "7.27.1",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
|
|
1187
|
+
"integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
|
|
1188
1188
|
"dev": true,
|
|
1189
1189
|
"license": "MIT",
|
|
1190
1190
|
"dependencies": {
|
|
1191
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1191
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1192
1192
|
},
|
|
1193
1193
|
"engines": {
|
|
1194
1194
|
"node": ">=6.9.0"
|
|
@@ -1214,13 +1214,13 @@
|
|
|
1214
1214
|
}
|
|
1215
1215
|
},
|
|
1216
1216
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1217
|
-
"version": "7.28.
|
|
1218
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.
|
|
1219
|
-
"integrity": "sha512
|
|
1217
|
+
"version": "7.28.5",
|
|
1218
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
|
|
1219
|
+
"integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
|
|
1220
1220
|
"dev": true,
|
|
1221
1221
|
"license": "MIT",
|
|
1222
1222
|
"dependencies": {
|
|
1223
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1223
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1224
1224
|
},
|
|
1225
1225
|
"engines": {
|
|
1226
1226
|
"node": ">=6.9.0"
|
|
@@ -1263,14 +1263,14 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
},
|
|
1265
1265
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1266
|
-
"version": "7.
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1268
|
-
"integrity": "sha512-
|
|
1266
|
+
"version": "7.27.1",
|
|
1267
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
1268
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1269
1269
|
"dev": true,
|
|
1270
1270
|
"license": "MIT",
|
|
1271
1271
|
"dependencies": {
|
|
1272
|
-
"@babel/helper-module-transforms": "^7.
|
|
1273
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1272
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
1273
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1274
1274
|
},
|
|
1275
1275
|
"engines": {
|
|
1276
1276
|
"node": ">=6.9.0"
|
|
@@ -1349,13 +1349,13 @@
|
|
|
1349
1349
|
}
|
|
1350
1350
|
},
|
|
1351
1351
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1352
|
-
"version": "7.
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1354
|
-
"integrity": "sha512-
|
|
1352
|
+
"version": "7.27.1",
|
|
1353
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
|
|
1354
|
+
"integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
|
|
1355
1355
|
"dev": true,
|
|
1356
1356
|
"license": "MIT",
|
|
1357
1357
|
"dependencies": {
|
|
1358
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1358
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1359
1359
|
},
|
|
1360
1360
|
"engines": {
|
|
1361
1361
|
"node": ">=6.9.0"
|
|
@@ -1365,13 +1365,13 @@
|
|
|
1365
1365
|
}
|
|
1366
1366
|
},
|
|
1367
1367
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
1368
|
-
"version": "7.
|
|
1369
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
|
1370
|
-
"integrity": "sha512-
|
|
1368
|
+
"version": "7.27.1",
|
|
1369
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
|
|
1370
|
+
"integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
|
|
1371
1371
|
"dev": true,
|
|
1372
1372
|
"license": "MIT",
|
|
1373
1373
|
"dependencies": {
|
|
1374
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1374
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1375
1375
|
},
|
|
1376
1376
|
"engines": {
|
|
1377
1377
|
"node": ">=6.9.0"
|
|
@@ -1381,17 +1381,17 @@
|
|
|
1381
1381
|
}
|
|
1382
1382
|
},
|
|
1383
1383
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1384
|
-
"version": "7.28.
|
|
1385
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.
|
|
1386
|
-
"integrity": "sha512-
|
|
1384
|
+
"version": "7.28.4",
|
|
1385
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
1386
|
+
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
1387
1387
|
"dev": true,
|
|
1388
1388
|
"license": "MIT",
|
|
1389
1389
|
"dependencies": {
|
|
1390
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1391
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1392
|
-
"@babel/plugin-transform-destructuring": "^7.28.
|
|
1390
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1391
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1392
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1393
1393
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1394
|
-
"@babel/traverse": "^7.28.
|
|
1394
|
+
"@babel/traverse": "^7.28.4"
|
|
1395
1395
|
},
|
|
1396
1396
|
"engines": {
|
|
1397
1397
|
"node": ">=6.9.0"
|
|
@@ -1418,13 +1418,13 @@
|
|
|
1418
1418
|
}
|
|
1419
1419
|
},
|
|
1420
1420
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
1421
|
-
"version": "7.
|
|
1422
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
|
1423
|
-
"integrity": "sha512-
|
|
1421
|
+
"version": "7.27.1",
|
|
1422
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
|
|
1423
|
+
"integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
|
|
1424
1424
|
"dev": true,
|
|
1425
1425
|
"license": "MIT",
|
|
1426
1426
|
"dependencies": {
|
|
1427
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1427
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1428
1428
|
},
|
|
1429
1429
|
"engines": {
|
|
1430
1430
|
"node": ">=6.9.0"
|
|
@@ -1434,13 +1434,13 @@
|
|
|
1434
1434
|
}
|
|
1435
1435
|
},
|
|
1436
1436
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1437
|
-
"version": "7.28.
|
|
1438
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.
|
|
1439
|
-
"integrity": "sha512-
|
|
1437
|
+
"version": "7.28.5",
|
|
1438
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
|
|
1439
|
+
"integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
|
|
1440
1440
|
"dev": true,
|
|
1441
1441
|
"license": "MIT",
|
|
1442
1442
|
"dependencies": {
|
|
1443
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1443
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1444
1444
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
1445
1445
|
},
|
|
1446
1446
|
"engines": {
|
|
@@ -1467,14 +1467,14 @@
|
|
|
1467
1467
|
}
|
|
1468
1468
|
},
|
|
1469
1469
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
1470
|
-
"version": "7.
|
|
1471
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
|
1472
|
-
"integrity": "sha512-
|
|
1470
|
+
"version": "7.27.1",
|
|
1471
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
|
|
1472
|
+
"integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
|
|
1473
1473
|
"dev": true,
|
|
1474
1474
|
"license": "MIT",
|
|
1475
1475
|
"dependencies": {
|
|
1476
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1477
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1476
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1477
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1478
1478
|
},
|
|
1479
1479
|
"engines": {
|
|
1480
1480
|
"node": ">=6.9.0"
|
|
@@ -1484,15 +1484,15 @@
|
|
|
1484
1484
|
}
|
|
1485
1485
|
},
|
|
1486
1486
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
1487
|
-
"version": "7.
|
|
1488
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
|
1489
|
-
"integrity": "sha512-
|
|
1487
|
+
"version": "7.27.1",
|
|
1488
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
|
|
1489
|
+
"integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
|
|
1490
1490
|
"dev": true,
|
|
1491
1491
|
"license": "MIT",
|
|
1492
1492
|
"dependencies": {
|
|
1493
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1494
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1495
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1493
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
1494
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1495
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1496
1496
|
},
|
|
1497
1497
|
"engines": {
|
|
1498
1498
|
"node": ">=6.9.0"
|
|
@@ -1533,16 +1533,16 @@
|
|
|
1533
1533
|
}
|
|
1534
1534
|
},
|
|
1535
1535
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1536
|
-
"version": "7.
|
|
1537
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
1538
|
-
"integrity": "sha512-
|
|
1536
|
+
"version": "7.27.1",
|
|
1537
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
|
|
1538
|
+
"integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
|
|
1539
1539
|
"license": "MIT",
|
|
1540
1540
|
"dependencies": {
|
|
1541
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
1542
|
-
"@babel/helper-module-imports": "^7.
|
|
1543
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1544
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1545
|
-
"@babel/types": "^7.
|
|
1541
|
+
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
1542
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
1543
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1544
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1545
|
+
"@babel/types": "^7.27.1"
|
|
1546
1546
|
},
|
|
1547
1547
|
"engines": {
|
|
1548
1548
|
"node": ">=6.9.0"
|
|
@@ -1583,13 +1583,13 @@
|
|
|
1583
1583
|
}
|
|
1584
1584
|
},
|
|
1585
1585
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1586
|
-
"version": "7.28.
|
|
1587
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.
|
|
1588
|
-
"integrity": "sha512
|
|
1586
|
+
"version": "7.28.4",
|
|
1587
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz",
|
|
1588
|
+
"integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
|
|
1589
1589
|
"dev": true,
|
|
1590
1590
|
"license": "MIT",
|
|
1591
1591
|
"dependencies": {
|
|
1592
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1592
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1593
1593
|
},
|
|
1594
1594
|
"engines": {
|
|
1595
1595
|
"node": ">=6.9.0"
|
|
@@ -1669,13 +1669,13 @@
|
|
|
1669
1669
|
}
|
|
1670
1670
|
},
|
|
1671
1671
|
"node_modules/@babel/plugin-transform-spread": {
|
|
1672
|
-
"version": "7.
|
|
1673
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
1674
|
-
"integrity": "sha512-
|
|
1672
|
+
"version": "7.27.1",
|
|
1673
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
|
|
1674
|
+
"integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
|
|
1675
1675
|
"dev": true,
|
|
1676
1676
|
"license": "MIT",
|
|
1677
1677
|
"dependencies": {
|
|
1678
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1678
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1679
1679
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
1680
1680
|
},
|
|
1681
1681
|
"engines": {
|
|
@@ -1750,14 +1750,14 @@
|
|
|
1750
1750
|
}
|
|
1751
1751
|
},
|
|
1752
1752
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
1753
|
-
"version": "7.
|
|
1754
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
|
1755
|
-
"integrity": "sha512-
|
|
1753
|
+
"version": "7.27.1",
|
|
1754
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
|
|
1755
|
+
"integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
|
|
1756
1756
|
"dev": true,
|
|
1757
1757
|
"license": "MIT",
|
|
1758
1758
|
"dependencies": {
|
|
1759
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1760
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1759
|
+
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
1760
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1761
1761
|
},
|
|
1762
1762
|
"engines": {
|
|
1763
1763
|
"node": ">=6.9.0"
|
|
@@ -1784,14 +1784,14 @@
|
|
|
1784
1784
|
}
|
|
1785
1785
|
},
|
|
1786
1786
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
1787
|
-
"version": "7.
|
|
1788
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
|
1789
|
-
"integrity": "sha512
|
|
1787
|
+
"version": "7.27.1",
|
|
1788
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
|
|
1789
|
+
"integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
|
|
1790
1790
|
"dev": true,
|
|
1791
1791
|
"license": "MIT",
|
|
1792
1792
|
"dependencies": {
|
|
1793
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1794
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1793
|
+
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
1794
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1795
1795
|
},
|
|
1796
1796
|
"engines": {
|
|
1797
1797
|
"node": ">=6.9.0"
|
|
@@ -1921,9 +1921,9 @@
|
|
|
1921
1921
|
}
|
|
1922
1922
|
},
|
|
1923
1923
|
"node_modules/@babel/register": {
|
|
1924
|
-
"version": "7.28.
|
|
1925
|
-
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.28.
|
|
1926
|
-
"integrity": "sha512-
|
|
1924
|
+
"version": "7.28.3",
|
|
1925
|
+
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.28.3.tgz",
|
|
1926
|
+
"integrity": "sha512-CieDOtd8u208eI49bYl4z1J22ySFw87IGwE+IswFEExH7e3rLgKb0WNQeumnacQ1+VoDJLYI5QFA3AJZuyZQfA==",
|
|
1927
1927
|
"dev": true,
|
|
1928
1928
|
"license": "MIT",
|
|
1929
1929
|
"dependencies": {
|
|
@@ -1965,9 +1965,9 @@
|
|
|
1965
1965
|
}
|
|
1966
1966
|
},
|
|
1967
1967
|
"node_modules/@babel/template/node_modules/@babel/code-frame": {
|
|
1968
|
-
"version": "7.
|
|
1969
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
1970
|
-
"integrity": "sha512-
|
|
1968
|
+
"version": "7.29.0",
|
|
1969
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
1970
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
1971
1971
|
"license": "MIT",
|
|
1972
1972
|
"dependencies": {
|
|
1973
1973
|
"@babel/helper-validator-identifier": "^7.28.5",
|
|
@@ -1979,17 +1979,17 @@
|
|
|
1979
1979
|
}
|
|
1980
1980
|
},
|
|
1981
1981
|
"node_modules/@babel/traverse": {
|
|
1982
|
-
"version": "7.
|
|
1983
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1984
|
-
"integrity": "sha512-
|
|
1982
|
+
"version": "7.29.0",
|
|
1983
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
|
|
1984
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
1985
1985
|
"license": "MIT",
|
|
1986
1986
|
"dependencies": {
|
|
1987
|
-
"@babel/code-frame": "^7.
|
|
1988
|
-
"@babel/generator": "^7.
|
|
1987
|
+
"@babel/code-frame": "^7.29.0",
|
|
1988
|
+
"@babel/generator": "^7.29.0",
|
|
1989
1989
|
"@babel/helper-globals": "^7.28.0",
|
|
1990
|
-
"@babel/parser": "^7.
|
|
1990
|
+
"@babel/parser": "^7.29.0",
|
|
1991
1991
|
"@babel/template": "^7.28.6",
|
|
1992
|
-
"@babel/types": "^7.
|
|
1992
|
+
"@babel/types": "^7.29.0",
|
|
1993
1993
|
"debug": "^4.3.1"
|
|
1994
1994
|
},
|
|
1995
1995
|
"engines": {
|
|
@@ -1997,9 +1997,9 @@
|
|
|
1997
1997
|
}
|
|
1998
1998
|
},
|
|
1999
1999
|
"node_modules/@babel/traverse/node_modules/@babel/code-frame": {
|
|
2000
|
-
"version": "7.
|
|
2001
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
2002
|
-
"integrity": "sha512-
|
|
2000
|
+
"version": "7.29.0",
|
|
2001
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
2002
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
2003
2003
|
"license": "MIT",
|
|
2004
2004
|
"dependencies": {
|
|
2005
2005
|
"@babel/helper-validator-identifier": "^7.28.5",
|
|
@@ -2011,9 +2011,9 @@
|
|
|
2011
2011
|
}
|
|
2012
2012
|
},
|
|
2013
2013
|
"node_modules/@babel/types": {
|
|
2014
|
-
"version": "7.
|
|
2015
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
2016
|
-
"integrity": "sha512-
|
|
2014
|
+
"version": "7.29.0",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
2016
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
2017
2017
|
"license": "MIT",
|
|
2018
2018
|
"dependencies": {
|
|
2019
2019
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -2158,15 +2158,6 @@
|
|
|
2158
2158
|
"regexp-match-indices": "1.0.2"
|
|
2159
2159
|
}
|
|
2160
2160
|
},
|
|
2161
|
-
"node_modules/@cucumber/gherkin": {
|
|
2162
|
-
"version": "32.2.0",
|
|
2163
|
-
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-32.2.0.tgz",
|
|
2164
|
-
"integrity": "sha512-X8xuVhSIqlUjxSRifRJ7t0TycVWyX58fygJH3wDNmHINLg9sYEkvQT0SO2G5YlRZnYc11TIFr4YPenscvdlBIw==",
|
|
2165
|
-
"license": "MIT",
|
|
2166
|
-
"dependencies": {
|
|
2167
|
-
"@cucumber/messages": ">=19.1.4 <28"
|
|
2168
|
-
}
|
|
2169
|
-
},
|
|
2170
2161
|
"node_modules/@cucumber/gherkin-utils": {
|
|
2171
2162
|
"version": "9.2.0",
|
|
2172
2163
|
"resolved": "https://registry.npmjs.org/@cucumber/gherkin-utils/-/gherkin-utils-9.2.0.tgz",
|
|
@@ -2204,6 +2195,31 @@
|
|
|
2204
2195
|
"uuid": "10.0.0"
|
|
2205
2196
|
}
|
|
2206
2197
|
},
|
|
2198
|
+
"node_modules/@cucumber/gherkin-utils/node_modules/@cucumber/gherkin/node_modules/uuid": {
|
|
2199
|
+
"version": "10.0.0",
|
|
2200
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
2201
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
2202
|
+
"funding": [
|
|
2203
|
+
"https://github.com/sponsors/broofa",
|
|
2204
|
+
"https://github.com/sponsors/ctavan"
|
|
2205
|
+
],
|
|
2206
|
+
"license": "MIT",
|
|
2207
|
+
"bin": {
|
|
2208
|
+
"uuid": "dist/bin/uuid"
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
"node_modules/@cucumber/gherkin-utils/node_modules/@cucumber/messages": {
|
|
2212
|
+
"version": "27.2.0",
|
|
2213
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-27.2.0.tgz",
|
|
2214
|
+
"integrity": "sha512-f2o/HqKHgsqzFLdq6fAhfG1FNOQPdBdyMGpKwhb7hZqg0yZtx9BVqkTyuoNk83Fcvk3wjMVfouFXXHNEk4nddA==",
|
|
2215
|
+
"license": "MIT",
|
|
2216
|
+
"dependencies": {
|
|
2217
|
+
"@types/uuid": "10.0.0",
|
|
2218
|
+
"class-transformer": "0.5.1",
|
|
2219
|
+
"reflect-metadata": "0.2.2",
|
|
2220
|
+
"uuid": "11.0.5"
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2207
2223
|
"node_modules/@cucumber/gherkin-utils/node_modules/commander": {
|
|
2208
2224
|
"version": "13.1.0",
|
|
2209
2225
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
@@ -2214,22 +2230,22 @@
|
|
|
2214
2230
|
}
|
|
2215
2231
|
},
|
|
2216
2232
|
"node_modules/@cucumber/gherkin-utils/node_modules/uuid": {
|
|
2217
|
-
"version": "
|
|
2218
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
2219
|
-
"integrity": "sha512-
|
|
2233
|
+
"version": "11.0.5",
|
|
2234
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
2235
|
+
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
2220
2236
|
"funding": [
|
|
2221
2237
|
"https://github.com/sponsors/broofa",
|
|
2222
2238
|
"https://github.com/sponsors/ctavan"
|
|
2223
2239
|
],
|
|
2224
2240
|
"license": "MIT",
|
|
2225
2241
|
"bin": {
|
|
2226
|
-
"uuid": "dist/bin/uuid"
|
|
2242
|
+
"uuid": "dist/esm/bin/uuid"
|
|
2227
2243
|
}
|
|
2228
2244
|
},
|
|
2229
2245
|
"node_modules/@cucumber/html-formatter": {
|
|
2230
|
-
"version": "21.
|
|
2231
|
-
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.
|
|
2232
|
-
"integrity": "sha512-
|
|
2246
|
+
"version": "21.14.0",
|
|
2247
|
+
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.14.0.tgz",
|
|
2248
|
+
"integrity": "sha512-vQqbmQZc0QiN4c+cMCffCItpODJlOlYtPG7pH6We096dBOa7u0ttDMjT6KrMAnQlcln54rHL46r408IFpuznAw==",
|
|
2233
2249
|
"license": "MIT",
|
|
2234
2250
|
"peerDependencies": {
|
|
2235
2251
|
"@cucumber/messages": ">=18"
|
|
@@ -2250,38 +2266,15 @@
|
|
|
2250
2266
|
"@cucumber/messages": "*"
|
|
2251
2267
|
}
|
|
2252
2268
|
},
|
|
2253
|
-
"node_modules/@cucumber/junit-xml-formatter/node_modules/xmlbuilder": {
|
|
2254
|
-
"version": "15.1.1",
|
|
2255
|
-
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
|
|
2256
|
-
"integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
|
|
2257
|
-
"license": "MIT",
|
|
2258
|
-
"engines": {
|
|
2259
|
-
"node": ">=8.0"
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
2269
|
"node_modules/@cucumber/messages": {
|
|
2263
|
-
"version": "
|
|
2264
|
-
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-
|
|
2265
|
-
"integrity": "sha512-
|
|
2270
|
+
"version": "32.0.1",
|
|
2271
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-32.0.1.tgz",
|
|
2272
|
+
"integrity": "sha512-1OSoW+GQvFUNAl6tdP2CTBexTXMNJF0094goVUcvugtQeXtJ0K8sCP0xbq7GGoiezs/eJAAOD03+zAPT64orHQ==",
|
|
2266
2273
|
"license": "MIT",
|
|
2274
|
+
"peer": true,
|
|
2267
2275
|
"dependencies": {
|
|
2268
|
-
"@types/uuid": "10.0.0",
|
|
2269
2276
|
"class-transformer": "0.5.1",
|
|
2270
|
-
"reflect-metadata": "0.2.2"
|
|
2271
|
-
"uuid": "11.0.5"
|
|
2272
|
-
}
|
|
2273
|
-
},
|
|
2274
|
-
"node_modules/@cucumber/messages/node_modules/uuid": {
|
|
2275
|
-
"version": "11.0.5",
|
|
2276
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
2277
|
-
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
2278
|
-
"funding": [
|
|
2279
|
-
"https://github.com/sponsors/broofa",
|
|
2280
|
-
"https://github.com/sponsors/ctavan"
|
|
2281
|
-
],
|
|
2282
|
-
"license": "MIT",
|
|
2283
|
-
"bin": {
|
|
2284
|
-
"uuid": "dist/esm/bin/uuid"
|
|
2277
|
+
"reflect-metadata": "0.2.2"
|
|
2285
2278
|
}
|
|
2286
2279
|
},
|
|
2287
2280
|
"node_modules/@cucumber/query": {
|
|
@@ -2418,20 +2411,20 @@
|
|
|
2418
2411
|
}
|
|
2419
2412
|
},
|
|
2420
2413
|
"node_modules/@eslint/eslintrc": {
|
|
2421
|
-
"version": "3.3.
|
|
2422
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.
|
|
2423
|
-
"integrity": "sha512-
|
|
2414
|
+
"version": "3.3.4",
|
|
2415
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
|
|
2416
|
+
"integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
|
|
2424
2417
|
"license": "MIT",
|
|
2425
2418
|
"peer": true,
|
|
2426
2419
|
"dependencies": {
|
|
2427
|
-
"ajv": "^6.
|
|
2420
|
+
"ajv": "^6.14.0",
|
|
2428
2421
|
"debug": "^4.3.2",
|
|
2429
2422
|
"espree": "^10.0.1",
|
|
2430
2423
|
"globals": "^14.0.0",
|
|
2431
2424
|
"ignore": "^5.2.0",
|
|
2432
2425
|
"import-fresh": "^3.2.1",
|
|
2433
2426
|
"js-yaml": "^4.1.1",
|
|
2434
|
-
"minimatch": "^3.1.
|
|
2427
|
+
"minimatch": "^3.1.3",
|
|
2435
2428
|
"strip-json-comments": "^3.1.1"
|
|
2436
2429
|
},
|
|
2437
2430
|
"engines": {
|
|
@@ -2462,9 +2455,9 @@
|
|
|
2462
2455
|
}
|
|
2463
2456
|
},
|
|
2464
2457
|
"node_modules/@eslint/js": {
|
|
2465
|
-
"version": "9.39.
|
|
2466
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.
|
|
2467
|
-
"integrity": "sha512-
|
|
2458
|
+
"version": "9.39.3",
|
|
2459
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
|
|
2460
|
+
"integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
|
|
2468
2461
|
"license": "MIT",
|
|
2469
2462
|
"peer": true,
|
|
2470
2463
|
"engines": {
|
|
@@ -3020,19 +3013,32 @@
|
|
|
3020
3013
|
}
|
|
3021
3014
|
}
|
|
3022
3015
|
},
|
|
3016
|
+
"node_modules/@jest/reporters/node_modules/balanced-match": {
|
|
3017
|
+
"version": "4.0.4",
|
|
3018
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3019
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3020
|
+
"license": "MIT",
|
|
3021
|
+
"engines": {
|
|
3022
|
+
"node": "18 || 20 || >=22"
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
3023
3025
|
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
3024
|
-
"version": "
|
|
3025
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
3026
|
-
"integrity": "sha512-
|
|
3026
|
+
"version": "5.0.3",
|
|
3027
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
3028
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
3027
3029
|
"license": "MIT",
|
|
3028
3030
|
"dependencies": {
|
|
3029
|
-
"balanced-match": "^
|
|
3031
|
+
"balanced-match": "^4.0.2"
|
|
3032
|
+
},
|
|
3033
|
+
"engines": {
|
|
3034
|
+
"node": "18 || 20 || >=22"
|
|
3030
3035
|
}
|
|
3031
3036
|
},
|
|
3032
3037
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
3033
3038
|
"version": "10.5.0",
|
|
3034
3039
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
3035
3040
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
3041
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
3036
3042
|
"license": "ISC",
|
|
3037
3043
|
"dependencies": {
|
|
3038
3044
|
"foreground-child": "^3.1.0",
|
|
@@ -3050,12 +3056,12 @@
|
|
|
3050
3056
|
}
|
|
3051
3057
|
},
|
|
3052
3058
|
"node_modules/@jest/reporters/node_modules/minimatch": {
|
|
3053
|
-
"version": "9.0.
|
|
3054
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3055
|
-
"integrity": "sha512-
|
|
3059
|
+
"version": "9.0.7",
|
|
3060
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
|
|
3061
|
+
"integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
|
|
3056
3062
|
"license": "ISC",
|
|
3057
3063
|
"dependencies": {
|
|
3058
|
-
"brace-expansion": "^
|
|
3064
|
+
"brace-expansion": "^5.0.2"
|
|
3059
3065
|
},
|
|
3060
3066
|
"engines": {
|
|
3061
3067
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -3425,7 +3431,7 @@
|
|
|
3425
3431
|
"version": "8.1.0",
|
|
3426
3432
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
3427
3433
|
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
3428
|
-
"deprecated": "
|
|
3434
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
3429
3435
|
"license": "ISC",
|
|
3430
3436
|
"dependencies": {
|
|
3431
3437
|
"fs.realpath": "^1.0.0",
|
|
@@ -3442,9 +3448,9 @@
|
|
|
3442
3448
|
}
|
|
3443
3449
|
},
|
|
3444
3450
|
"node_modules/@reportportal/client-javascript/node_modules/minimatch": {
|
|
3445
|
-
"version": "5.1.
|
|
3446
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
3447
|
-
"integrity": "sha512-
|
|
3451
|
+
"version": "5.1.8",
|
|
3452
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.8.tgz",
|
|
3453
|
+
"integrity": "sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ==",
|
|
3448
3454
|
"license": "ISC",
|
|
3449
3455
|
"dependencies": {
|
|
3450
3456
|
"brace-expansion": "^2.0.1"
|
|
@@ -3454,9 +3460,9 @@
|
|
|
3454
3460
|
}
|
|
3455
3461
|
},
|
|
3456
3462
|
"node_modules/@sinclair/typebox": {
|
|
3457
|
-
"version": "0.34.
|
|
3458
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
3459
|
-
"integrity": "sha512-
|
|
3463
|
+
"version": "0.34.48",
|
|
3464
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
3465
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
3460
3466
|
"license": "MIT"
|
|
3461
3467
|
},
|
|
3462
3468
|
"node_modules/@sinonjs/commons": {
|
|
@@ -3606,9 +3612,9 @@
|
|
|
3606
3612
|
"peer": true
|
|
3607
3613
|
},
|
|
3608
3614
|
"node_modules/@types/node": {
|
|
3609
|
-
"version": "
|
|
3610
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
3611
|
-
"integrity": "sha512
|
|
3615
|
+
"version": "24.10.1",
|
|
3616
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
|
|
3617
|
+
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
|
|
3612
3618
|
"license": "MIT",
|
|
3613
3619
|
"dependencies": {
|
|
3614
3620
|
"undici-types": "~7.16.0"
|
|
@@ -3910,9 +3916,9 @@
|
|
|
3910
3916
|
]
|
|
3911
3917
|
},
|
|
3912
3918
|
"node_modules/acorn": {
|
|
3913
|
-
"version": "8.
|
|
3914
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
3915
|
-
"integrity": "sha512-
|
|
3919
|
+
"version": "8.16.0",
|
|
3920
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
3921
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
3916
3922
|
"license": "MIT",
|
|
3917
3923
|
"peer": true,
|
|
3918
3924
|
"bin": {
|
|
@@ -3942,9 +3948,9 @@
|
|
|
3942
3948
|
}
|
|
3943
3949
|
},
|
|
3944
3950
|
"node_modules/ajv": {
|
|
3945
|
-
"version": "6.
|
|
3946
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.
|
|
3947
|
-
"integrity": "sha512-
|
|
3951
|
+
"version": "6.14.0",
|
|
3952
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
3953
|
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
3948
3954
|
"license": "MIT",
|
|
3949
3955
|
"peer": true,
|
|
3950
3956
|
"dependencies": {
|
|
@@ -3973,13 +3979,16 @@
|
|
|
3973
3979
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3974
3980
|
}
|
|
3975
3981
|
},
|
|
3976
|
-
"node_modules/ansi-
|
|
3977
|
-
"version": "
|
|
3978
|
-
"resolved": "https://registry.npmjs.org/
|
|
3979
|
-
"integrity": "sha512-
|
|
3980
|
-
"license": "MIT",
|
|
3982
|
+
"node_modules/ansi-escapes/node_modules/type-fest": {
|
|
3983
|
+
"version": "0.21.3",
|
|
3984
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
3985
|
+
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
3986
|
+
"license": "(MIT OR CC0-1.0)",
|
|
3981
3987
|
"engines": {
|
|
3982
|
-
"node": ">=
|
|
3988
|
+
"node": ">=10"
|
|
3989
|
+
},
|
|
3990
|
+
"funding": {
|
|
3991
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3983
3992
|
}
|
|
3984
3993
|
},
|
|
3985
3994
|
"node_modules/ansi-styles": {
|
|
@@ -4123,13 +4132,13 @@
|
|
|
4123
4132
|
}
|
|
4124
4133
|
},
|
|
4125
4134
|
"node_modules/axios": {
|
|
4126
|
-
"version": "1.13.
|
|
4127
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
4128
|
-
"integrity": "sha512-
|
|
4135
|
+
"version": "1.13.5",
|
|
4136
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
|
|
4137
|
+
"integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
|
|
4129
4138
|
"license": "MIT",
|
|
4130
4139
|
"dependencies": {
|
|
4131
|
-
"follow-redirects": "^1.15.
|
|
4132
|
-
"form-data": "^4.0.
|
|
4140
|
+
"follow-redirects": "^1.15.11",
|
|
4141
|
+
"form-data": "^4.0.5",
|
|
4133
4142
|
"proxy-from-env": "^1.1.0"
|
|
4134
4143
|
}
|
|
4135
4144
|
},
|
|
@@ -4236,13 +4245,13 @@
|
|
|
4236
4245
|
}
|
|
4237
4246
|
},
|
|
4238
4247
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
4239
|
-
"version": "0.6.
|
|
4240
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
4241
|
-
"integrity": "sha512-
|
|
4248
|
+
"version": "0.6.6",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz",
|
|
4250
|
+
"integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==",
|
|
4242
4251
|
"dev": true,
|
|
4243
4252
|
"license": "MIT",
|
|
4244
4253
|
"dependencies": {
|
|
4245
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
4254
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6"
|
|
4246
4255
|
},
|
|
4247
4256
|
"peerDependencies": {
|
|
4248
4257
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -4306,12 +4315,15 @@
|
|
|
4306
4315
|
"license": "MIT"
|
|
4307
4316
|
},
|
|
4308
4317
|
"node_modules/baseline-browser-mapping": {
|
|
4309
|
-
"version": "2.
|
|
4310
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
4311
|
-
"integrity": "sha512-
|
|
4318
|
+
"version": "2.10.0",
|
|
4319
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
|
|
4320
|
+
"integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
|
|
4312
4321
|
"license": "Apache-2.0",
|
|
4313
4322
|
"bin": {
|
|
4314
|
-
"baseline-browser-mapping": "dist/cli.
|
|
4323
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
4324
|
+
},
|
|
4325
|
+
"engines": {
|
|
4326
|
+
"node": ">=6.0.0"
|
|
4315
4327
|
}
|
|
4316
4328
|
},
|
|
4317
4329
|
"node_modules/binary-extensions": {
|
|
@@ -4466,9 +4478,9 @@
|
|
|
4466
4478
|
}
|
|
4467
4479
|
},
|
|
4468
4480
|
"node_modules/caniuse-lite": {
|
|
4469
|
-
"version": "1.0.
|
|
4470
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4471
|
-
"integrity": "sha512-
|
|
4481
|
+
"version": "1.0.30001774",
|
|
4482
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
|
|
4483
|
+
"integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
|
|
4472
4484
|
"funding": [
|
|
4473
4485
|
{
|
|
4474
4486
|
"type": "opencollective",
|
|
@@ -4549,9 +4561,9 @@
|
|
|
4549
4561
|
}
|
|
4550
4562
|
},
|
|
4551
4563
|
"node_modules/ci-info": {
|
|
4552
|
-
"version": "4.
|
|
4553
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.
|
|
4554
|
-
"integrity": "sha512-
|
|
4564
|
+
"version": "4.4.0",
|
|
4565
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
|
|
4566
|
+
"integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
|
|
4555
4567
|
"funding": [
|
|
4556
4568
|
{
|
|
4557
4569
|
"type": "github",
|
|
@@ -4734,9 +4746,9 @@
|
|
|
4734
4746
|
}
|
|
4735
4747
|
},
|
|
4736
4748
|
"node_modules/core-js": {
|
|
4737
|
-
"version": "3.
|
|
4738
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
4739
|
-
"integrity": "sha512-
|
|
4749
|
+
"version": "3.47.0",
|
|
4750
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz",
|
|
4751
|
+
"integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==",
|
|
4740
4752
|
"dev": true,
|
|
4741
4753
|
"hasInstallScript": true,
|
|
4742
4754
|
"license": "MIT",
|
|
@@ -5002,9 +5014,9 @@
|
|
|
5002
5014
|
"license": "MIT"
|
|
5003
5015
|
},
|
|
5004
5016
|
"node_modules/electron-to-chromium": {
|
|
5005
|
-
"version": "1.5.
|
|
5006
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5007
|
-
"integrity": "sha512-
|
|
5017
|
+
"version": "1.5.302",
|
|
5018
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
|
|
5019
|
+
"integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
|
|
5008
5020
|
"license": "ISC"
|
|
5009
5021
|
},
|
|
5010
5022
|
"node_modules/emittery": {
|
|
@@ -5047,9 +5059,9 @@
|
|
|
5047
5059
|
}
|
|
5048
5060
|
},
|
|
5049
5061
|
"node_modules/es-abstract": {
|
|
5050
|
-
"version": "1.24.
|
|
5051
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.
|
|
5052
|
-
"integrity": "sha512-
|
|
5062
|
+
"version": "1.24.0",
|
|
5063
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
|
|
5064
|
+
"integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
|
|
5053
5065
|
"dev": true,
|
|
5054
5066
|
"license": "MIT",
|
|
5055
5067
|
"dependencies": {
|
|
@@ -5289,9 +5301,9 @@
|
|
|
5289
5301
|
}
|
|
5290
5302
|
},
|
|
5291
5303
|
"node_modules/eslint": {
|
|
5292
|
-
"version": "9.39.
|
|
5293
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.
|
|
5294
|
-
"integrity": "sha512-
|
|
5304
|
+
"version": "9.39.3",
|
|
5305
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz",
|
|
5306
|
+
"integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
|
|
5295
5307
|
"license": "MIT",
|
|
5296
5308
|
"peer": true,
|
|
5297
5309
|
"dependencies": {
|
|
@@ -5301,7 +5313,7 @@
|
|
|
5301
5313
|
"@eslint/config-helpers": "^0.4.2",
|
|
5302
5314
|
"@eslint/core": "^0.17.0",
|
|
5303
5315
|
"@eslint/eslintrc": "^3.3.1",
|
|
5304
|
-
"@eslint/js": "9.39.
|
|
5316
|
+
"@eslint/js": "9.39.3",
|
|
5305
5317
|
"@eslint/plugin-kit": "^0.4.1",
|
|
5306
5318
|
"@humanfs/node": "^0.16.6",
|
|
5307
5319
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
@@ -5601,9 +5613,9 @@
|
|
|
5601
5613
|
"license": "MIT"
|
|
5602
5614
|
},
|
|
5603
5615
|
"node_modules/fastq": {
|
|
5604
|
-
"version": "1.
|
|
5605
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.
|
|
5606
|
-
"integrity": "sha512-
|
|
5616
|
+
"version": "1.19.1",
|
|
5617
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
5618
|
+
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
5607
5619
|
"license": "ISC",
|
|
5608
5620
|
"dependencies": {
|
|
5609
5621
|
"reusify": "^1.0.4"
|
|
@@ -6859,9 +6871,9 @@
|
|
|
6859
6871
|
}
|
|
6860
6872
|
},
|
|
6861
6873
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
6862
|
-
"version": "7.7.
|
|
6863
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
6864
|
-
"integrity": "sha512-
|
|
6874
|
+
"version": "7.7.4",
|
|
6875
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
6876
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
6865
6877
|
"license": "ISC",
|
|
6866
6878
|
"bin": {
|
|
6867
6879
|
"semver": "bin/semver.js"
|
|
@@ -6900,9 +6912,9 @@
|
|
|
6900
6912
|
}
|
|
6901
6913
|
},
|
|
6902
6914
|
"node_modules/istanbul-lib-report/node_modules/semver": {
|
|
6903
|
-
"version": "7.7.
|
|
6904
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
6905
|
-
"integrity": "sha512-
|
|
6915
|
+
"version": "7.7.4",
|
|
6916
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
6917
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
6906
6918
|
"license": "ISC",
|
|
6907
6919
|
"bin": {
|
|
6908
6920
|
"semver": "bin/semver.js"
|
|
@@ -7128,19 +7140,32 @@
|
|
|
7128
7140
|
}
|
|
7129
7141
|
}
|
|
7130
7142
|
},
|
|
7143
|
+
"node_modules/jest-config/node_modules/balanced-match": {
|
|
7144
|
+
"version": "4.0.4",
|
|
7145
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
7146
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
7147
|
+
"license": "MIT",
|
|
7148
|
+
"engines": {
|
|
7149
|
+
"node": "18 || 20 || >=22"
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
7131
7152
|
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
7132
|
-
"version": "
|
|
7133
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
7134
|
-
"integrity": "sha512-
|
|
7153
|
+
"version": "5.0.3",
|
|
7154
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
7155
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
7135
7156
|
"license": "MIT",
|
|
7136
7157
|
"dependencies": {
|
|
7137
|
-
"balanced-match": "^
|
|
7158
|
+
"balanced-match": "^4.0.2"
|
|
7159
|
+
},
|
|
7160
|
+
"engines": {
|
|
7161
|
+
"node": "18 || 20 || >=22"
|
|
7138
7162
|
}
|
|
7139
7163
|
},
|
|
7140
7164
|
"node_modules/jest-config/node_modules/glob": {
|
|
7141
7165
|
"version": "10.5.0",
|
|
7142
7166
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
7143
7167
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
7168
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
7144
7169
|
"license": "ISC",
|
|
7145
7170
|
"dependencies": {
|
|
7146
7171
|
"foreground-child": "^3.1.0",
|
|
@@ -7158,12 +7183,12 @@
|
|
|
7158
7183
|
}
|
|
7159
7184
|
},
|
|
7160
7185
|
"node_modules/jest-config/node_modules/minimatch": {
|
|
7161
|
-
"version": "9.0.
|
|
7162
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
7163
|
-
"integrity": "sha512-
|
|
7186
|
+
"version": "9.0.7",
|
|
7187
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
|
|
7188
|
+
"integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
|
|
7164
7189
|
"license": "ISC",
|
|
7165
7190
|
"dependencies": {
|
|
7166
|
-
"brace-expansion": "^
|
|
7191
|
+
"brace-expansion": "^5.0.2"
|
|
7167
7192
|
},
|
|
7168
7193
|
"engines": {
|
|
7169
7194
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -7313,6 +7338,29 @@
|
|
|
7313
7338
|
"typescript": "^3.7.x || ^4.3.x || ^5.x"
|
|
7314
7339
|
}
|
|
7315
7340
|
},
|
|
7341
|
+
"node_modules/jest-html-reporter/node_modules/mkdirp": {
|
|
7342
|
+
"version": "1.0.4",
|
|
7343
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
7344
|
+
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
7345
|
+
"dev": true,
|
|
7346
|
+
"license": "MIT",
|
|
7347
|
+
"bin": {
|
|
7348
|
+
"mkdirp": "bin/cmd.js"
|
|
7349
|
+
},
|
|
7350
|
+
"engines": {
|
|
7351
|
+
"node": ">=10"
|
|
7352
|
+
}
|
|
7353
|
+
},
|
|
7354
|
+
"node_modules/jest-html-reporter/node_modules/xmlbuilder": {
|
|
7355
|
+
"version": "15.0.0",
|
|
7356
|
+
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.0.0.tgz",
|
|
7357
|
+
"integrity": "sha512-KLu/G0DoWhkncQ9eHSI6s0/w+T4TM7rQaLhtCaL6tORv8jFlJPlnGumsgTcGfYeS1qZ/IHqrvDG7zJZ4d7e+nw==",
|
|
7358
|
+
"dev": true,
|
|
7359
|
+
"license": "MIT",
|
|
7360
|
+
"engines": {
|
|
7361
|
+
"node": ">=8.0"
|
|
7362
|
+
}
|
|
7363
|
+
},
|
|
7316
7364
|
"node_modules/jest-leak-detector": {
|
|
7317
7365
|
"version": "30.2.0",
|
|
7318
7366
|
"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.2.0.tgz",
|
|
@@ -7527,19 +7575,32 @@
|
|
|
7527
7575
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7528
7576
|
}
|
|
7529
7577
|
},
|
|
7578
|
+
"node_modules/jest-runtime/node_modules/balanced-match": {
|
|
7579
|
+
"version": "4.0.4",
|
|
7580
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
7581
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
7582
|
+
"license": "MIT",
|
|
7583
|
+
"engines": {
|
|
7584
|
+
"node": "18 || 20 || >=22"
|
|
7585
|
+
}
|
|
7586
|
+
},
|
|
7530
7587
|
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
7531
|
-
"version": "
|
|
7532
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
7533
|
-
"integrity": "sha512-
|
|
7588
|
+
"version": "5.0.3",
|
|
7589
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
7590
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
7534
7591
|
"license": "MIT",
|
|
7535
7592
|
"dependencies": {
|
|
7536
|
-
"balanced-match": "^
|
|
7593
|
+
"balanced-match": "^4.0.2"
|
|
7594
|
+
},
|
|
7595
|
+
"engines": {
|
|
7596
|
+
"node": "18 || 20 || >=22"
|
|
7537
7597
|
}
|
|
7538
7598
|
},
|
|
7539
7599
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
7540
7600
|
"version": "10.5.0",
|
|
7541
7601
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
7542
7602
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
7603
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
7543
7604
|
"license": "ISC",
|
|
7544
7605
|
"dependencies": {
|
|
7545
7606
|
"foreground-child": "^3.1.0",
|
|
@@ -7557,12 +7618,12 @@
|
|
|
7557
7618
|
}
|
|
7558
7619
|
},
|
|
7559
7620
|
"node_modules/jest-runtime/node_modules/minimatch": {
|
|
7560
|
-
"version": "9.0.
|
|
7561
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
7562
|
-
"integrity": "sha512-
|
|
7621
|
+
"version": "9.0.7",
|
|
7622
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
|
|
7623
|
+
"integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
|
|
7563
7624
|
"license": "ISC",
|
|
7564
7625
|
"dependencies": {
|
|
7565
|
-
"brace-expansion": "^
|
|
7626
|
+
"brace-expansion": "^5.0.2"
|
|
7566
7627
|
},
|
|
7567
7628
|
"engines": {
|
|
7568
7629
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -7613,9 +7674,9 @@
|
|
|
7613
7674
|
}
|
|
7614
7675
|
},
|
|
7615
7676
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
7616
|
-
"version": "7.7.
|
|
7617
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
7618
|
-
"integrity": "sha512-
|
|
7677
|
+
"version": "7.7.4",
|
|
7678
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
7679
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
7619
7680
|
"license": "ISC",
|
|
7620
7681
|
"bin": {
|
|
7621
7682
|
"semver": "bin/semver.js"
|
|
@@ -7955,9 +8016,9 @@
|
|
|
7955
8016
|
}
|
|
7956
8017
|
},
|
|
7957
8018
|
"node_modules/luxon": {
|
|
7958
|
-
"version": "3.7.
|
|
7959
|
-
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.
|
|
7960
|
-
"integrity": "sha512-
|
|
8019
|
+
"version": "3.7.1",
|
|
8020
|
+
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.1.tgz",
|
|
8021
|
+
"integrity": "sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==",
|
|
7961
8022
|
"license": "MIT",
|
|
7962
8023
|
"engines": {
|
|
7963
8024
|
"node": ">=12"
|
|
@@ -8073,9 +8134,9 @@
|
|
|
8073
8134
|
}
|
|
8074
8135
|
},
|
|
8075
8136
|
"node_modules/minimatch": {
|
|
8076
|
-
"version": "3.1.
|
|
8077
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
8078
|
-
"integrity": "sha512-
|
|
8137
|
+
"version": "3.1.4",
|
|
8138
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz",
|
|
8139
|
+
"integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==",
|
|
8079
8140
|
"license": "ISC",
|
|
8080
8141
|
"dependencies": {
|
|
8081
8142
|
"brace-expansion": "^1.1.7"
|
|
@@ -8093,18 +8154,6 @@
|
|
|
8093
8154
|
"node": ">=16 || 14 >=14.17"
|
|
8094
8155
|
}
|
|
8095
8156
|
},
|
|
8096
|
-
"node_modules/mkdirp": {
|
|
8097
|
-
"version": "1.0.4",
|
|
8098
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
8099
|
-
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
8100
|
-
"license": "MIT",
|
|
8101
|
-
"bin": {
|
|
8102
|
-
"mkdirp": "bin/cmd.js"
|
|
8103
|
-
},
|
|
8104
|
-
"engines": {
|
|
8105
|
-
"node": ">=10"
|
|
8106
|
-
}
|
|
8107
|
-
},
|
|
8108
8157
|
"node_modules/ms": {
|
|
8109
8158
|
"version": "2.1.3",
|
|
8110
8159
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
@@ -8156,21 +8205,21 @@
|
|
|
8156
8205
|
}
|
|
8157
8206
|
},
|
|
8158
8207
|
"node_modules/msw/node_modules/tldts": {
|
|
8159
|
-
"version": "7.0.
|
|
8160
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.
|
|
8161
|
-
"integrity": "sha512-
|
|
8208
|
+
"version": "7.0.23",
|
|
8209
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
|
|
8210
|
+
"integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
|
|
8162
8211
|
"license": "MIT",
|
|
8163
8212
|
"dependencies": {
|
|
8164
|
-
"tldts-core": "^7.0.
|
|
8213
|
+
"tldts-core": "^7.0.23"
|
|
8165
8214
|
},
|
|
8166
8215
|
"bin": {
|
|
8167
8216
|
"tldts": "bin/cli.js"
|
|
8168
8217
|
}
|
|
8169
8218
|
},
|
|
8170
8219
|
"node_modules/msw/node_modules/tldts-core": {
|
|
8171
|
-
"version": "7.0.
|
|
8172
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.
|
|
8173
|
-
"integrity": "sha512-
|
|
8220
|
+
"version": "7.0.23",
|
|
8221
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.23.tgz",
|
|
8222
|
+
"integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
|
|
8174
8223
|
"license": "MIT"
|
|
8175
8224
|
},
|
|
8176
8225
|
"node_modules/msw/node_modules/tough-cookie": {
|
|
@@ -8185,18 +8234,6 @@
|
|
|
8185
8234
|
"node": ">=16"
|
|
8186
8235
|
}
|
|
8187
8236
|
},
|
|
8188
|
-
"node_modules/msw/node_modules/type-fest": {
|
|
8189
|
-
"version": "4.41.0",
|
|
8190
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
8191
|
-
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
8192
|
-
"license": "(MIT OR CC0-1.0)",
|
|
8193
|
-
"engines": {
|
|
8194
|
-
"node": ">=16"
|
|
8195
|
-
},
|
|
8196
|
-
"funding": {
|
|
8197
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8198
|
-
}
|
|
8199
|
-
},
|
|
8200
8237
|
"node_modules/mute-stream": {
|
|
8201
8238
|
"version": "2.0.0",
|
|
8202
8239
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
@@ -8332,22 +8369,22 @@
|
|
|
8332
8369
|
}
|
|
8333
8370
|
},
|
|
8334
8371
|
"node_modules/object.getownpropertydescriptors": {
|
|
8335
|
-
"version": "2.1.
|
|
8336
|
-
"resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.
|
|
8337
|
-
"integrity": "sha512-
|
|
8372
|
+
"version": "2.1.8",
|
|
8373
|
+
"resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz",
|
|
8374
|
+
"integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==",
|
|
8338
8375
|
"dev": true,
|
|
8339
8376
|
"license": "MIT",
|
|
8340
8377
|
"dependencies": {
|
|
8341
|
-
"array.prototype.reduce": "^1.0.
|
|
8342
|
-
"call-bind": "^1.0.
|
|
8378
|
+
"array.prototype.reduce": "^1.0.6",
|
|
8379
|
+
"call-bind": "^1.0.7",
|
|
8343
8380
|
"define-properties": "^1.2.1",
|
|
8344
|
-
"es-abstract": "^1.
|
|
8345
|
-
"es-object-atoms": "^1.
|
|
8346
|
-
"gopd": "^1.
|
|
8347
|
-
"safe-array-concat": "^1.1.
|
|
8381
|
+
"es-abstract": "^1.23.2",
|
|
8382
|
+
"es-object-atoms": "^1.0.0",
|
|
8383
|
+
"gopd": "^1.0.1",
|
|
8384
|
+
"safe-array-concat": "^1.1.2"
|
|
8348
8385
|
},
|
|
8349
8386
|
"engines": {
|
|
8350
|
-
"node": ">= 0.
|
|
8387
|
+
"node": ">= 0.8"
|
|
8351
8388
|
},
|
|
8352
8389
|
"funding": {
|
|
8353
8390
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -8757,6 +8794,27 @@
|
|
|
8757
8794
|
"@playwright/test": ">=1.44"
|
|
8758
8795
|
}
|
|
8759
8796
|
},
|
|
8797
|
+
"node_modules/playwright-bdd/node_modules/@cucumber/gherkin": {
|
|
8798
|
+
"version": "32.2.0",
|
|
8799
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-32.2.0.tgz",
|
|
8800
|
+
"integrity": "sha512-X8xuVhSIqlUjxSRifRJ7t0TycVWyX58fygJH3wDNmHINLg9sYEkvQT0SO2G5YlRZnYc11TIFr4YPenscvdlBIw==",
|
|
8801
|
+
"license": "MIT",
|
|
8802
|
+
"dependencies": {
|
|
8803
|
+
"@cucumber/messages": ">=19.1.4 <28"
|
|
8804
|
+
}
|
|
8805
|
+
},
|
|
8806
|
+
"node_modules/playwright-bdd/node_modules/@cucumber/messages": {
|
|
8807
|
+
"version": "27.2.0",
|
|
8808
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-27.2.0.tgz",
|
|
8809
|
+
"integrity": "sha512-f2o/HqKHgsqzFLdq6fAhfG1FNOQPdBdyMGpKwhb7hZqg0yZtx9BVqkTyuoNk83Fcvk3wjMVfouFXXHNEk4nddA==",
|
|
8810
|
+
"license": "MIT",
|
|
8811
|
+
"dependencies": {
|
|
8812
|
+
"@types/uuid": "10.0.0",
|
|
8813
|
+
"class-transformer": "0.5.1",
|
|
8814
|
+
"reflect-metadata": "0.2.2",
|
|
8815
|
+
"uuid": "11.0.5"
|
|
8816
|
+
}
|
|
8817
|
+
},
|
|
8760
8818
|
"node_modules/playwright-bdd/node_modules/commander": {
|
|
8761
8819
|
"version": "13.1.0",
|
|
8762
8820
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
@@ -8791,13 +8849,17 @@
|
|
|
8791
8849
|
"url": "https://opencollective.com/express"
|
|
8792
8850
|
}
|
|
8793
8851
|
},
|
|
8794
|
-
"node_modules/playwright-bdd/node_modules/
|
|
8795
|
-
"version": "
|
|
8796
|
-
"resolved": "https://registry.npmjs.org/
|
|
8797
|
-
"integrity": "sha512-
|
|
8852
|
+
"node_modules/playwright-bdd/node_modules/uuid": {
|
|
8853
|
+
"version": "11.0.5",
|
|
8854
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
8855
|
+
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
8856
|
+
"funding": [
|
|
8857
|
+
"https://github.com/sponsors/broofa",
|
|
8858
|
+
"https://github.com/sponsors/ctavan"
|
|
8859
|
+
],
|
|
8798
8860
|
"license": "MIT",
|
|
8799
|
-
"
|
|
8800
|
-
"
|
|
8861
|
+
"bin": {
|
|
8862
|
+
"uuid": "dist/esm/bin/uuid"
|
|
8801
8863
|
}
|
|
8802
8864
|
},
|
|
8803
8865
|
"node_modules/playwright-core": {
|
|
@@ -8888,6 +8950,18 @@
|
|
|
8888
8950
|
"url": "https://github.com/steveukx/properties?sponsor=1"
|
|
8889
8951
|
}
|
|
8890
8952
|
},
|
|
8953
|
+
"node_modules/properties-reader/node_modules/mkdirp": {
|
|
8954
|
+
"version": "1.0.4",
|
|
8955
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
8956
|
+
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
8957
|
+
"license": "MIT",
|
|
8958
|
+
"bin": {
|
|
8959
|
+
"mkdirp": "bin/cmd.js"
|
|
8960
|
+
},
|
|
8961
|
+
"engines": {
|
|
8962
|
+
"node": ">=10"
|
|
8963
|
+
}
|
|
8964
|
+
},
|
|
8891
8965
|
"node_modules/proxy-from-env": {
|
|
8892
8966
|
"version": "1.1.0",
|
|
8893
8967
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
@@ -8940,9 +9014,9 @@
|
|
|
8940
9014
|
"license": "MIT"
|
|
8941
9015
|
},
|
|
8942
9016
|
"node_modules/react": {
|
|
8943
|
-
"version": "19.2.
|
|
8944
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.2.
|
|
8945
|
-
"integrity": "sha512-
|
|
9017
|
+
"version": "19.2.4",
|
|
9018
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
|
9019
|
+
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
|
|
8946
9020
|
"license": "MIT",
|
|
8947
9021
|
"peer": true,
|
|
8948
9022
|
"engines": {
|
|
@@ -8950,16 +9024,16 @@
|
|
|
8950
9024
|
}
|
|
8951
9025
|
},
|
|
8952
9026
|
"node_modules/react-dom": {
|
|
8953
|
-
"version": "19.2.
|
|
8954
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.
|
|
8955
|
-
"integrity": "sha512-
|
|
9027
|
+
"version": "19.2.4",
|
|
9028
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
|
|
9029
|
+
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
|
|
8956
9030
|
"license": "MIT",
|
|
8957
9031
|
"peer": true,
|
|
8958
9032
|
"dependencies": {
|
|
8959
9033
|
"scheduler": "^0.27.0"
|
|
8960
9034
|
},
|
|
8961
9035
|
"peerDependencies": {
|
|
8962
|
-
"react": "^19.2.
|
|
9036
|
+
"react": "^19.2.4"
|
|
8963
9037
|
}
|
|
8964
9038
|
},
|
|
8965
9039
|
"node_modules/react-is": {
|
|
@@ -9698,6 +9772,24 @@
|
|
|
9698
9772
|
"node": ">=8"
|
|
9699
9773
|
}
|
|
9700
9774
|
},
|
|
9775
|
+
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
9776
|
+
"version": "5.0.1",
|
|
9777
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
9778
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
9779
|
+
"license": "MIT",
|
|
9780
|
+
"engines": {
|
|
9781
|
+
"node": ">=8"
|
|
9782
|
+
}
|
|
9783
|
+
},
|
|
9784
|
+
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
9785
|
+
"version": "5.0.1",
|
|
9786
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
9787
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
9788
|
+
"license": "MIT",
|
|
9789
|
+
"engines": {
|
|
9790
|
+
"node": ">=8"
|
|
9791
|
+
}
|
|
9792
|
+
},
|
|
9701
9793
|
"node_modules/strip-bom": {
|
|
9702
9794
|
"version": "4.0.0",
|
|
9703
9795
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
|
|
@@ -9890,12 +9982,12 @@
|
|
|
9890
9982
|
}
|
|
9891
9983
|
},
|
|
9892
9984
|
"node_modules/type-fest": {
|
|
9893
|
-
"version": "
|
|
9894
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
9895
|
-
"integrity": "sha512-
|
|
9985
|
+
"version": "4.41.0",
|
|
9986
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
9987
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
9896
9988
|
"license": "(MIT OR CC0-1.0)",
|
|
9897
9989
|
"engines": {
|
|
9898
|
-
"node": ">=
|
|
9990
|
+
"node": ">=16"
|
|
9899
9991
|
},
|
|
9900
9992
|
"funding": {
|
|
9901
9993
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -10346,9 +10438,9 @@
|
|
|
10346
10438
|
}
|
|
10347
10439
|
},
|
|
10348
10440
|
"node_modules/which-typed-array": {
|
|
10349
|
-
"version": "1.1.
|
|
10350
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
10351
|
-
"integrity": "sha512-
|
|
10441
|
+
"version": "1.1.19",
|
|
10442
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
|
|
10443
|
+
"integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
|
|
10352
10444
|
"dev": true,
|
|
10353
10445
|
"license": "MIT",
|
|
10354
10446
|
"dependencies": {
|
|
@@ -10470,10 +10562,9 @@
|
|
|
10470
10562
|
}
|
|
10471
10563
|
},
|
|
10472
10564
|
"node_modules/xmlbuilder": {
|
|
10473
|
-
"version": "15.
|
|
10474
|
-
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.
|
|
10475
|
-
"integrity": "sha512-
|
|
10476
|
-
"dev": true,
|
|
10565
|
+
"version": "15.1.1",
|
|
10566
|
+
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
|
|
10567
|
+
"integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
|
|
10477
10568
|
"license": "MIT",
|
|
10478
10569
|
"engines": {
|
|
10479
10570
|
"node": ">=8.0"
|