@zohodesk/testinglibrary 0.4.98-n18-experimental → 0.4.99-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 +13 -13
- package/build/core/playwright/constants/configFiles.js +14 -0
- package/build/core/playwright/env-initializer.js +7 -11
- package/build/core/playwright/helpers/auth/getUsers.js +9 -8
- package/build/core/playwright/helpers/configFileNameProvider.js +9 -8
- package/build/core/playwright/helpers/configPathResolver.js +36 -0
- package/build/test/core/playwright/helpers/__tests__/configFileNameProvider.test.js +9 -9
- package/build/test/core/playwright/helpers/__tests__/configPathResolver.test.js +42 -0
- package/build/test/core/playwright/helpers/__tests__/getUsers_ListOfActors.test.js +4 -4
- package/npm-shrinkwrap.json +299 -294
- package/package.json +2 -1
- package/unit_reports/unit-report.html +1 -1
- package/build/core/playwright/helpers/resolvePropertiesFile.js +0 -29
- package/build/core/playwright/helpers/resolveStageConfigPath.js +0 -18
- package/build/test/core/playwright/helpers/__tests__/resolvePropertiesFile.test.js +0 -58
- package/build/test/core/playwright/helpers/__tests__/resolveStageConfigPath.test.js +0 -44
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.99-n18-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.4.
|
|
9
|
+
"version": "0.4.99-n18-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"msw": "1.2.3",
|
|
28
28
|
"playwright": "1.53.2",
|
|
29
29
|
"playwright-bdd": "8.3.1",
|
|
30
|
+
"properties-reader": "2.3.0",
|
|
30
31
|
"supports-color": "8.1.1"
|
|
31
32
|
},
|
|
32
33
|
"bin": {
|
|
@@ -117,9 +118,9 @@
|
|
|
117
118
|
}
|
|
118
119
|
},
|
|
119
120
|
"node_modules/@babel/compat-data": {
|
|
120
|
-
"version": "7.28.
|
|
121
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.
|
|
122
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "7.28.5",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
|
|
123
|
+
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
123
124
|
"license": "MIT",
|
|
124
125
|
"engines": {
|
|
125
126
|
"node": ">=6.9.0"
|
|
@@ -200,18 +201,18 @@
|
|
|
200
201
|
}
|
|
201
202
|
},
|
|
202
203
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
203
|
-
"version": "7.28.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
205
|
-
"integrity": "sha512-
|
|
204
|
+
"version": "7.28.5",
|
|
205
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
206
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
206
207
|
"dev": true,
|
|
207
208
|
"license": "MIT",
|
|
208
209
|
"dependencies": {
|
|
209
210
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
210
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
211
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
211
212
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
212
213
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
213
214
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
214
|
-
"@babel/traverse": "^7.28.
|
|
215
|
+
"@babel/traverse": "^7.28.5",
|
|
215
216
|
"semver": "^6.3.1"
|
|
216
217
|
},
|
|
217
218
|
"engines": {
|
|
@@ -222,14 +223,14 @@
|
|
|
222
223
|
}
|
|
223
224
|
},
|
|
224
225
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
225
|
-
"version": "7.
|
|
226
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
227
|
-
"integrity": "sha512-
|
|
226
|
+
"version": "7.28.5",
|
|
227
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
|
|
228
|
+
"integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
|
|
228
229
|
"dev": true,
|
|
229
230
|
"license": "MIT",
|
|
230
231
|
"dependencies": {
|
|
231
|
-
"@babel/helper-annotate-as-pure": "^7.27.
|
|
232
|
-
"regexpu-core": "^6.
|
|
232
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
233
|
+
"regexpu-core": "^6.3.1",
|
|
233
234
|
"semver": "^6.3.1"
|
|
234
235
|
},
|
|
235
236
|
"engines": {
|
|
@@ -266,14 +267,14 @@
|
|
|
266
267
|
}
|
|
267
268
|
},
|
|
268
269
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
269
|
-
"version": "7.
|
|
270
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
271
|
-
"integrity": "sha512-
|
|
270
|
+
"version": "7.28.5",
|
|
271
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
272
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
272
273
|
"dev": true,
|
|
273
274
|
"license": "MIT",
|
|
274
275
|
"dependencies": {
|
|
275
|
-
"@babel/traverse": "^7.
|
|
276
|
-
"@babel/types": "^7.
|
|
276
|
+
"@babel/traverse": "^7.28.5",
|
|
277
|
+
"@babel/types": "^7.28.5"
|
|
277
278
|
},
|
|
278
279
|
"engines": {
|
|
279
280
|
"node": ">=6.9.0"
|
|
@@ -409,15 +410,15 @@
|
|
|
409
410
|
}
|
|
410
411
|
},
|
|
411
412
|
"node_modules/@babel/helper-wrap-function": {
|
|
412
|
-
"version": "7.
|
|
413
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
414
|
-
"integrity": "sha512-
|
|
413
|
+
"version": "7.28.3",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
|
|
415
|
+
"integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
|
|
415
416
|
"dev": true,
|
|
416
417
|
"license": "MIT",
|
|
417
418
|
"dependencies": {
|
|
418
|
-
"@babel/template": "^7.27.
|
|
419
|
-
"@babel/traverse": "^7.
|
|
420
|
-
"@babel/types": "^7.
|
|
419
|
+
"@babel/template": "^7.27.2",
|
|
420
|
+
"@babel/traverse": "^7.28.3",
|
|
421
|
+
"@babel/types": "^7.28.2"
|
|
421
422
|
},
|
|
422
423
|
"engines": {
|
|
423
424
|
"node": ">=6.9.0"
|
|
@@ -881,9 +882,9 @@
|
|
|
881
882
|
}
|
|
882
883
|
},
|
|
883
884
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
884
|
-
"version": "7.28.
|
|
885
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.
|
|
886
|
-
"integrity": "sha512-
|
|
885
|
+
"version": "7.28.5",
|
|
886
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
|
|
887
|
+
"integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
|
|
887
888
|
"dev": true,
|
|
888
889
|
"license": "MIT",
|
|
889
890
|
"dependencies": {
|
|
@@ -969,14 +970,14 @@
|
|
|
969
970
|
}
|
|
970
971
|
},
|
|
971
972
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
972
|
-
"version": "7.28.
|
|
973
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.
|
|
974
|
-
"integrity": "sha512-
|
|
973
|
+
"version": "7.28.5",
|
|
974
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
|
|
975
|
+
"integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
|
|
975
976
|
"dev": true,
|
|
976
977
|
"license": "MIT",
|
|
977
978
|
"dependencies": {
|
|
978
979
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
979
|
-
"@babel/traverse": "^7.28.
|
|
980
|
+
"@babel/traverse": "^7.28.5"
|
|
980
981
|
},
|
|
981
982
|
"engines": {
|
|
982
983
|
"node": ">=6.9.0"
|
|
@@ -1035,9 +1036,9 @@
|
|
|
1035
1036
|
}
|
|
1036
1037
|
},
|
|
1037
1038
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
1038
|
-
"version": "7.
|
|
1039
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
|
1040
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "7.28.5",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
|
|
1041
|
+
"integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
|
|
1041
1042
|
"dev": true,
|
|
1042
1043
|
"license": "MIT",
|
|
1043
1044
|
"dependencies": {
|
|
@@ -1134,9 +1135,9 @@
|
|
|
1134
1135
|
}
|
|
1135
1136
|
},
|
|
1136
1137
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1137
|
-
"version": "7.
|
|
1138
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
1139
|
-
"integrity": "sha512-
|
|
1138
|
+
"version": "7.28.5",
|
|
1139
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
|
|
1140
|
+
"integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
|
|
1140
1141
|
"dev": true,
|
|
1141
1142
|
"license": "MIT",
|
|
1142
1143
|
"dependencies": {
|
|
@@ -1200,16 +1201,16 @@
|
|
|
1200
1201
|
}
|
|
1201
1202
|
},
|
|
1202
1203
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1203
|
-
"version": "7.
|
|
1204
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
1205
|
-
"integrity": "sha512-
|
|
1204
|
+
"version": "7.28.5",
|
|
1205
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
|
|
1206
|
+
"integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
|
|
1206
1207
|
"dev": true,
|
|
1207
1208
|
"license": "MIT",
|
|
1208
1209
|
"dependencies": {
|
|
1209
|
-
"@babel/helper-module-transforms": "^7.
|
|
1210
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
1210
1211
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1211
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1212
|
-
"@babel/traverse": "^7.
|
|
1212
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
1213
|
+
"@babel/traverse": "^7.28.5"
|
|
1213
1214
|
},
|
|
1214
1215
|
"engines": {
|
|
1215
1216
|
"node": ">=6.9.0"
|
|
@@ -1301,9 +1302,9 @@
|
|
|
1301
1302
|
}
|
|
1302
1303
|
},
|
|
1303
1304
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1304
|
-
"version": "7.28.
|
|
1305
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.
|
|
1306
|
-
"integrity": "sha512-
|
|
1305
|
+
"version": "7.28.4",
|
|
1306
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
1307
|
+
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
1307
1308
|
"dev": true,
|
|
1308
1309
|
"license": "MIT",
|
|
1309
1310
|
"dependencies": {
|
|
@@ -1311,7 +1312,7 @@
|
|
|
1311
1312
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1312
1313
|
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1313
1314
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1314
|
-
"@babel/traverse": "^7.28.
|
|
1315
|
+
"@babel/traverse": "^7.28.4"
|
|
1315
1316
|
},
|
|
1316
1317
|
"engines": {
|
|
1317
1318
|
"node": ">=6.9.0"
|
|
@@ -1354,9 +1355,9 @@
|
|
|
1354
1355
|
}
|
|
1355
1356
|
},
|
|
1356
1357
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1357
|
-
"version": "7.
|
|
1358
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
1359
|
-
"integrity": "sha512-
|
|
1358
|
+
"version": "7.28.5",
|
|
1359
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
|
|
1360
|
+
"integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
|
|
1360
1361
|
"dev": true,
|
|
1361
1362
|
"license": "MIT",
|
|
1362
1363
|
"dependencies": {
|
|
@@ -1862,9 +1863,9 @@
|
|
|
1862
1863
|
}
|
|
1863
1864
|
},
|
|
1864
1865
|
"node_modules/@babel/register": {
|
|
1865
|
-
"version": "7.
|
|
1866
|
-
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.
|
|
1867
|
-
"integrity": "sha512-
|
|
1866
|
+
"version": "7.28.3",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.28.3.tgz",
|
|
1868
|
+
"integrity": "sha512-CieDOtd8u208eI49bYl4z1J22ySFw87IGwE+IswFEExH7e3rLgKb0WNQeumnacQ1+VoDJLYI5QFA3AJZuyZQfA==",
|
|
1868
1869
|
"dev": true,
|
|
1869
1870
|
"license": "MIT",
|
|
1870
1871
|
"dependencies": {
|
|
@@ -2037,42 +2038,6 @@
|
|
|
2037
2038
|
"regexp-match-indices": "1.0.2"
|
|
2038
2039
|
}
|
|
2039
2040
|
},
|
|
2040
|
-
"node_modules/@cucumber/cucumber/node_modules/@cucumber/gherkin": {
|
|
2041
|
-
"version": "30.0.4",
|
|
2042
|
-
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-30.0.4.tgz",
|
|
2043
|
-
"integrity": "sha512-pb7lmAJqweZRADTTsgnC3F5zbTh3nwOB1M83Q9ZPbUKMb3P76PzK6cTcPTJBHWy3l7isbigIv+BkDjaca6C8/g==",
|
|
2044
|
-
"license": "MIT",
|
|
2045
|
-
"dependencies": {
|
|
2046
|
-
"@cucumber/messages": ">=19.1.4 <=26"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
"node_modules/@cucumber/cucumber/node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": {
|
|
2050
|
-
"version": "26.0.1",
|
|
2051
|
-
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-26.0.1.tgz",
|
|
2052
|
-
"integrity": "sha512-DIxSg+ZGariumO+Lq6bn4kOUIUET83A4umrnWmidjGFl8XxkBieUZtsmNbLYgH/gnsmP07EfxxdTr0hOchV1Sg==",
|
|
2053
|
-
"license": "MIT",
|
|
2054
|
-
"dependencies": {
|
|
2055
|
-
"@types/uuid": "10.0.0",
|
|
2056
|
-
"class-transformer": "0.5.1",
|
|
2057
|
-
"reflect-metadata": "0.2.2",
|
|
2058
|
-
"uuid": "10.0.0"
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
|
-
"node_modules/@cucumber/cucumber/node_modules/@cucumber/html-formatter": {
|
|
2062
|
-
"version": "21.10.1",
|
|
2063
|
-
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.10.1.tgz",
|
|
2064
|
-
"integrity": "sha512-isaaNMNnBYThsvaHy7i+9kkk9V3+rhgdkt0pd6TCY6zY1CSRZQ7tG6ST9pYyRaECyfbCeF7UGH0KpNEnh6UNvQ==",
|
|
2065
|
-
"license": "MIT",
|
|
2066
|
-
"peerDependencies": {
|
|
2067
|
-
"@cucumber/messages": ">=18"
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
"node_modules/@cucumber/cucumber/node_modules/@cucumber/tag-expressions": {
|
|
2071
|
-
"version": "6.1.2",
|
|
2072
|
-
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.2.tgz",
|
|
2073
|
-
"integrity": "sha512-xa3pER+ntZhGCxRXSguDTKEHTZpUUsp+RzTRNnit+vi5cqnk6abLdSLg5i3HZXU3c74nQ8afQC6IT507EN74oQ==",
|
|
2074
|
-
"license": "MIT"
|
|
2075
|
-
},
|
|
2076
2041
|
"node_modules/@cucumber/cucumber/node_modules/brace-expansion": {
|
|
2077
2042
|
"version": "2.0.2",
|
|
2078
2043
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
@@ -2111,15 +2076,6 @@
|
|
|
2111
2076
|
"url": "https://github.com/sponsors/isaacs"
|
|
2112
2077
|
}
|
|
2113
2078
|
},
|
|
2114
|
-
"node_modules/@cucumber/cucumber/node_modules/luxon": {
|
|
2115
|
-
"version": "3.6.1",
|
|
2116
|
-
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
|
|
2117
|
-
"integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
|
|
2118
|
-
"license": "MIT",
|
|
2119
|
-
"engines": {
|
|
2120
|
-
"node": ">=12"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
2079
|
"node_modules/@cucumber/cucumber/node_modules/minimatch": {
|
|
2124
2080
|
"version": "9.0.5",
|
|
2125
2081
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -2147,26 +2103,13 @@
|
|
|
2147
2103
|
"node": ">=10"
|
|
2148
2104
|
}
|
|
2149
2105
|
},
|
|
2150
|
-
"node_modules/@cucumber/cucumber/node_modules/uuid": {
|
|
2151
|
-
"version": "10.0.0",
|
|
2152
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
2153
|
-
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
2154
|
-
"funding": [
|
|
2155
|
-
"https://github.com/sponsors/broofa",
|
|
2156
|
-
"https://github.com/sponsors/ctavan"
|
|
2157
|
-
],
|
|
2158
|
-
"license": "MIT",
|
|
2159
|
-
"bin": {
|
|
2160
|
-
"uuid": "dist/bin/uuid"
|
|
2161
|
-
}
|
|
2162
|
-
},
|
|
2163
2106
|
"node_modules/@cucumber/gherkin": {
|
|
2164
|
-
"version": "
|
|
2165
|
-
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-
|
|
2166
|
-
"integrity": "sha512-
|
|
2107
|
+
"version": "30.0.4",
|
|
2108
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-30.0.4.tgz",
|
|
2109
|
+
"integrity": "sha512-pb7lmAJqweZRADTTsgnC3F5zbTh3nwOB1M83Q9ZPbUKMb3P76PzK6cTcPTJBHWy3l7isbigIv+BkDjaca6C8/g==",
|
|
2167
2110
|
"license": "MIT",
|
|
2168
2111
|
"dependencies": {
|
|
2169
|
-
"@cucumber/messages": ">=19.1.4
|
|
2112
|
+
"@cucumber/messages": ">=19.1.4 <=26"
|
|
2170
2113
|
}
|
|
2171
2114
|
},
|
|
2172
2115
|
"node_modules/@cucumber/gherkin-streams": {
|
|
@@ -2255,10 +2198,35 @@
|
|
|
2255
2198
|
"uuid": "dist/bin/uuid"
|
|
2256
2199
|
}
|
|
2257
2200
|
},
|
|
2201
|
+
"node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": {
|
|
2202
|
+
"version": "26.0.1",
|
|
2203
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-26.0.1.tgz",
|
|
2204
|
+
"integrity": "sha512-DIxSg+ZGariumO+Lq6bn4kOUIUET83A4umrnWmidjGFl8XxkBieUZtsmNbLYgH/gnsmP07EfxxdTr0hOchV1Sg==",
|
|
2205
|
+
"license": "MIT",
|
|
2206
|
+
"dependencies": {
|
|
2207
|
+
"@types/uuid": "10.0.0",
|
|
2208
|
+
"class-transformer": "0.5.1",
|
|
2209
|
+
"reflect-metadata": "0.2.2",
|
|
2210
|
+
"uuid": "10.0.0"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"node_modules/@cucumber/gherkin/node_modules/uuid": {
|
|
2214
|
+
"version": "10.0.0",
|
|
2215
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
2216
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
2217
|
+
"funding": [
|
|
2218
|
+
"https://github.com/sponsors/broofa",
|
|
2219
|
+
"https://github.com/sponsors/ctavan"
|
|
2220
|
+
],
|
|
2221
|
+
"license": "MIT",
|
|
2222
|
+
"bin": {
|
|
2223
|
+
"uuid": "dist/bin/uuid"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2258
2226
|
"node_modules/@cucumber/html-formatter": {
|
|
2259
|
-
"version": "21.
|
|
2260
|
-
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.
|
|
2261
|
-
"integrity": "sha512-
|
|
2227
|
+
"version": "21.10.1",
|
|
2228
|
+
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.10.1.tgz",
|
|
2229
|
+
"integrity": "sha512-isaaNMNnBYThsvaHy7i+9kkk9V3+rhgdkt0pd6TCY6zY1CSRZQ7tG6ST9pYyRaECyfbCeF7UGH0KpNEnh6UNvQ==",
|
|
2262
2230
|
"license": "MIT",
|
|
2263
2231
|
"peerDependencies": {
|
|
2264
2232
|
"@cucumber/messages": ">=18"
|
|
@@ -2301,9 +2269,9 @@
|
|
|
2301
2269
|
}
|
|
2302
2270
|
},
|
|
2303
2271
|
"node_modules/@cucumber/query": {
|
|
2304
|
-
"version": "13.
|
|
2305
|
-
"resolved": "https://registry.npmjs.org/@cucumber/query/-/query-13.
|
|
2306
|
-
"integrity": "sha512-
|
|
2272
|
+
"version": "13.6.0",
|
|
2273
|
+
"resolved": "https://registry.npmjs.org/@cucumber/query/-/query-13.6.0.tgz",
|
|
2274
|
+
"integrity": "sha512-tiDneuD5MoWsJ9VKPBmQok31mSX9Ybl+U4wqDoXeZgsXHDURqzM3rnpWVV3bC34y9W6vuFxrlwF/m7HdOxwqRw==",
|
|
2307
2275
|
"license": "MIT",
|
|
2308
2276
|
"dependencies": {
|
|
2309
2277
|
"@teppeis/multimaps": "3.0.0",
|
|
@@ -2314,15 +2282,15 @@
|
|
|
2314
2282
|
}
|
|
2315
2283
|
},
|
|
2316
2284
|
"node_modules/@cucumber/tag-expressions": {
|
|
2317
|
-
"version": "6.2
|
|
2318
|
-
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.2.
|
|
2319
|
-
"integrity": "sha512-
|
|
2285
|
+
"version": "6.1.2",
|
|
2286
|
+
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.2.tgz",
|
|
2287
|
+
"integrity": "sha512-xa3pER+ntZhGCxRXSguDTKEHTZpUUsp+RzTRNnit+vi5cqnk6abLdSLg5i3HZXU3c74nQ8afQC6IT507EN74oQ==",
|
|
2320
2288
|
"license": "MIT"
|
|
2321
2289
|
},
|
|
2322
2290
|
"node_modules/@eslint-community/eslint-utils": {
|
|
2323
|
-
"version": "4.
|
|
2324
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.
|
|
2325
|
-
"integrity": "sha512-
|
|
2291
|
+
"version": "4.9.0",
|
|
2292
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
2293
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
2326
2294
|
"license": "MIT",
|
|
2327
2295
|
"peer": true,
|
|
2328
2296
|
"dependencies": {
|
|
@@ -2352,9 +2320,9 @@
|
|
|
2352
2320
|
}
|
|
2353
2321
|
},
|
|
2354
2322
|
"node_modules/@eslint-community/regexpp": {
|
|
2355
|
-
"version": "4.12.
|
|
2356
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.
|
|
2357
|
-
"integrity": "sha512-
|
|
2323
|
+
"version": "4.12.2",
|
|
2324
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
2325
|
+
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
2358
2326
|
"license": "MIT",
|
|
2359
2327
|
"peer": true,
|
|
2360
2328
|
"engines": {
|
|
@@ -2362,13 +2330,13 @@
|
|
|
2362
2330
|
}
|
|
2363
2331
|
},
|
|
2364
2332
|
"node_modules/@eslint/config-array": {
|
|
2365
|
-
"version": "0.21.
|
|
2366
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.
|
|
2367
|
-
"integrity": "sha512-
|
|
2333
|
+
"version": "0.21.1",
|
|
2334
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
2335
|
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
2368
2336
|
"license": "Apache-2.0",
|
|
2369
2337
|
"peer": true,
|
|
2370
2338
|
"dependencies": {
|
|
2371
|
-
"@eslint/object-schema": "^2.1.
|
|
2339
|
+
"@eslint/object-schema": "^2.1.7",
|
|
2372
2340
|
"debug": "^4.3.1",
|
|
2373
2341
|
"minimatch": "^3.1.2"
|
|
2374
2342
|
},
|
|
@@ -2377,19 +2345,22 @@
|
|
|
2377
2345
|
}
|
|
2378
2346
|
},
|
|
2379
2347
|
"node_modules/@eslint/config-helpers": {
|
|
2380
|
-
"version": "0.
|
|
2381
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.
|
|
2382
|
-
"integrity": "sha512-
|
|
2348
|
+
"version": "0.4.2",
|
|
2349
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
2350
|
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2383
2351
|
"license": "Apache-2.0",
|
|
2384
2352
|
"peer": true,
|
|
2353
|
+
"dependencies": {
|
|
2354
|
+
"@eslint/core": "^0.17.0"
|
|
2355
|
+
},
|
|
2385
2356
|
"engines": {
|
|
2386
2357
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2387
2358
|
}
|
|
2388
2359
|
},
|
|
2389
2360
|
"node_modules/@eslint/core": {
|
|
2390
|
-
"version": "0.
|
|
2391
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
|
2392
|
-
"integrity": "sha512-
|
|
2361
|
+
"version": "0.17.0",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
2363
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
2393
2364
|
"license": "Apache-2.0",
|
|
2394
2365
|
"peer": true,
|
|
2395
2366
|
"dependencies": {
|
|
@@ -2444,9 +2415,9 @@
|
|
|
2444
2415
|
}
|
|
2445
2416
|
},
|
|
2446
2417
|
"node_modules/@eslint/js": {
|
|
2447
|
-
"version": "9.
|
|
2448
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
2449
|
-
"integrity": "sha512-
|
|
2418
|
+
"version": "9.39.1",
|
|
2419
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
|
|
2420
|
+
"integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
|
|
2450
2421
|
"license": "MIT",
|
|
2451
2422
|
"peer": true,
|
|
2452
2423
|
"engines": {
|
|
@@ -2457,9 +2428,9 @@
|
|
|
2457
2428
|
}
|
|
2458
2429
|
},
|
|
2459
2430
|
"node_modules/@eslint/object-schema": {
|
|
2460
|
-
"version": "2.1.
|
|
2461
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
|
2462
|
-
"integrity": "sha512-
|
|
2431
|
+
"version": "2.1.7",
|
|
2432
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
2433
|
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
2463
2434
|
"license": "Apache-2.0",
|
|
2464
2435
|
"peer": true,
|
|
2465
2436
|
"engines": {
|
|
@@ -2467,13 +2438,13 @@
|
|
|
2467
2438
|
}
|
|
2468
2439
|
},
|
|
2469
2440
|
"node_modules/@eslint/plugin-kit": {
|
|
2470
|
-
"version": "0.
|
|
2471
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
2472
|
-
"integrity": "sha512-
|
|
2441
|
+
"version": "0.4.1",
|
|
2442
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
2443
|
+
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
2473
2444
|
"license": "Apache-2.0",
|
|
2474
2445
|
"peer": true,
|
|
2475
2446
|
"dependencies": {
|
|
2476
|
-
"@eslint/core": "^0.
|
|
2447
|
+
"@eslint/core": "^0.17.0",
|
|
2477
2448
|
"levn": "^0.4.1"
|
|
2478
2449
|
},
|
|
2479
2450
|
"engines": {
|
|
@@ -2491,33 +2462,19 @@
|
|
|
2491
2462
|
}
|
|
2492
2463
|
},
|
|
2493
2464
|
"node_modules/@humanfs/node": {
|
|
2494
|
-
"version": "0.16.
|
|
2495
|
-
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.
|
|
2496
|
-
"integrity": "sha512
|
|
2465
|
+
"version": "0.16.7",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
|
|
2467
|
+
"integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
|
|
2497
2468
|
"license": "Apache-2.0",
|
|
2498
2469
|
"peer": true,
|
|
2499
2470
|
"dependencies": {
|
|
2500
2471
|
"@humanfs/core": "^0.19.1",
|
|
2501
|
-
"@humanwhocodes/retry": "^0.
|
|
2472
|
+
"@humanwhocodes/retry": "^0.4.0"
|
|
2502
2473
|
},
|
|
2503
2474
|
"engines": {
|
|
2504
2475
|
"node": ">=18.18.0"
|
|
2505
2476
|
}
|
|
2506
2477
|
},
|
|
2507
|
-
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
|
|
2508
|
-
"version": "0.3.1",
|
|
2509
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
|
|
2510
|
-
"integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
|
|
2511
|
-
"license": "Apache-2.0",
|
|
2512
|
-
"peer": true,
|
|
2513
|
-
"engines": {
|
|
2514
|
-
"node": ">=18.18"
|
|
2515
|
-
},
|
|
2516
|
-
"funding": {
|
|
2517
|
-
"type": "github",
|
|
2518
|
-
"url": "https://github.com/sponsors/nzakas"
|
|
2519
|
-
}
|
|
2520
|
-
},
|
|
2521
2478
|
"node_modules/@humanwhocodes/module-importer": {
|
|
2522
2479
|
"version": "1.0.1",
|
|
2523
2480
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
@@ -2547,12 +2504,12 @@
|
|
|
2547
2504
|
}
|
|
2548
2505
|
},
|
|
2549
2506
|
"node_modules/@inquirer/external-editor": {
|
|
2550
|
-
"version": "1.0.
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.
|
|
2552
|
-
"integrity": "sha512-
|
|
2507
|
+
"version": "1.0.3",
|
|
2508
|
+
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
|
|
2509
|
+
"integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
|
|
2553
2510
|
"license": "MIT",
|
|
2554
2511
|
"dependencies": {
|
|
2555
|
-
"chardet": "^2.1.
|
|
2512
|
+
"chardet": "^2.1.1",
|
|
2556
2513
|
"iconv-lite": "^0.7.0"
|
|
2557
2514
|
},
|
|
2558
2515
|
"engines": {
|
|
@@ -3500,9 +3457,9 @@
|
|
|
3500
3457
|
}
|
|
3501
3458
|
},
|
|
3502
3459
|
"node_modules/@jridgewell/gen-mapping": {
|
|
3503
|
-
"version": "0.3.
|
|
3504
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
3505
|
-
"integrity": "sha512-
|
|
3460
|
+
"version": "0.3.13",
|
|
3461
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
3462
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
3506
3463
|
"license": "MIT",
|
|
3507
3464
|
"dependencies": {
|
|
3508
3465
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
@@ -3529,15 +3486,15 @@
|
|
|
3529
3486
|
}
|
|
3530
3487
|
},
|
|
3531
3488
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
3532
|
-
"version": "1.5.
|
|
3533
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
3534
|
-
"integrity": "sha512-
|
|
3489
|
+
"version": "1.5.5",
|
|
3490
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
3491
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
3535
3492
|
"license": "MIT"
|
|
3536
3493
|
},
|
|
3537
3494
|
"node_modules/@jridgewell/trace-mapping": {
|
|
3538
|
-
"version": "0.3.
|
|
3539
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
3540
|
-
"integrity": "sha512-
|
|
3495
|
+
"version": "0.3.31",
|
|
3496
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
3497
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
3541
3498
|
"license": "MIT",
|
|
3542
3499
|
"dependencies": {
|
|
3543
3500
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
@@ -4096,12 +4053,12 @@
|
|
|
4096
4053
|
"license": "MIT"
|
|
4097
4054
|
},
|
|
4098
4055
|
"node_modules/@types/node": {
|
|
4099
|
-
"version": "24.
|
|
4100
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
4101
|
-
"integrity": "sha512-
|
|
4056
|
+
"version": "24.10.0",
|
|
4057
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz",
|
|
4058
|
+
"integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
|
|
4102
4059
|
"license": "MIT",
|
|
4103
4060
|
"dependencies": {
|
|
4104
|
-
"undici-types": "~7.
|
|
4061
|
+
"undici-types": "~7.16.0"
|
|
4105
4062
|
}
|
|
4106
4063
|
},
|
|
4107
4064
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -4493,9 +4450,9 @@
|
|
|
4493
4450
|
}
|
|
4494
4451
|
},
|
|
4495
4452
|
"node_modules/axios": {
|
|
4496
|
-
"version": "1.13.
|
|
4497
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
4498
|
-
"integrity": "sha512-
|
|
4453
|
+
"version": "1.13.2",
|
|
4454
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
|
|
4455
|
+
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
|
|
4499
4456
|
"license": "MIT",
|
|
4500
4457
|
"dependencies": {
|
|
4501
4458
|
"follow-redirects": "^1.15.6",
|
|
@@ -4730,9 +4687,9 @@
|
|
|
4730
4687
|
"license": "MIT"
|
|
4731
4688
|
},
|
|
4732
4689
|
"node_modules/baseline-browser-mapping": {
|
|
4733
|
-
"version": "2.8.
|
|
4734
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.
|
|
4735
|
-
"integrity": "sha512-
|
|
4690
|
+
"version": "2.8.25",
|
|
4691
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.25.tgz",
|
|
4692
|
+
"integrity": "sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==",
|
|
4736
4693
|
"license": "Apache-2.0",
|
|
4737
4694
|
"bin": {
|
|
4738
4695
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -4921,9 +4878,9 @@
|
|
|
4921
4878
|
}
|
|
4922
4879
|
},
|
|
4923
4880
|
"node_modules/caniuse-lite": {
|
|
4924
|
-
"version": "1.0.
|
|
4925
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4926
|
-
"integrity": "sha512-
|
|
4881
|
+
"version": "1.0.30001754",
|
|
4882
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
|
|
4883
|
+
"integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
|
|
4927
4884
|
"funding": [
|
|
4928
4885
|
{
|
|
4929
4886
|
"type": "opencollective",
|
|
@@ -4989,9 +4946,9 @@
|
|
|
4989
4946
|
}
|
|
4990
4947
|
},
|
|
4991
4948
|
"node_modules/chardet": {
|
|
4992
|
-
"version": "2.1.
|
|
4993
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.
|
|
4994
|
-
"integrity": "sha512-
|
|
4949
|
+
"version": "2.1.1",
|
|
4950
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
|
|
4951
|
+
"integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
|
|
4995
4952
|
"license": "MIT"
|
|
4996
4953
|
},
|
|
4997
4954
|
"node_modules/chokidar": {
|
|
@@ -5233,9 +5190,9 @@
|
|
|
5233
5190
|
}
|
|
5234
5191
|
},
|
|
5235
5192
|
"node_modules/core-js": {
|
|
5236
|
-
"version": "3.
|
|
5237
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
5238
|
-
"integrity": "sha512-
|
|
5193
|
+
"version": "3.46.0",
|
|
5194
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz",
|
|
5195
|
+
"integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==",
|
|
5239
5196
|
"dev": true,
|
|
5240
5197
|
"hasInstallScript": true,
|
|
5241
5198
|
"license": "MIT",
|
|
@@ -5430,9 +5387,9 @@
|
|
|
5430
5387
|
}
|
|
5431
5388
|
},
|
|
5432
5389
|
"node_modules/debug": {
|
|
5433
|
-
"version": "4.4.
|
|
5434
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
5435
|
-
"integrity": "sha512-
|
|
5390
|
+
"version": "4.4.3",
|
|
5391
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
5392
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
5436
5393
|
"license": "MIT",
|
|
5437
5394
|
"dependencies": {
|
|
5438
5395
|
"ms": "^2.1.3"
|
|
@@ -5613,9 +5570,9 @@
|
|
|
5613
5570
|
"license": "MIT"
|
|
5614
5571
|
},
|
|
5615
5572
|
"node_modules/electron-to-chromium": {
|
|
5616
|
-
"version": "1.5.
|
|
5617
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5618
|
-
"integrity": "sha512-
|
|
5573
|
+
"version": "1.5.249",
|
|
5574
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.249.tgz",
|
|
5575
|
+
"integrity": "sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==",
|
|
5619
5576
|
"license": "ISC"
|
|
5620
5577
|
},
|
|
5621
5578
|
"node_modules/emittery": {
|
|
@@ -5849,25 +5806,24 @@
|
|
|
5849
5806
|
}
|
|
5850
5807
|
},
|
|
5851
5808
|
"node_modules/eslint": {
|
|
5852
|
-
"version": "9.
|
|
5853
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
5854
|
-
"integrity": "sha512-
|
|
5809
|
+
"version": "9.39.1",
|
|
5810
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
|
|
5811
|
+
"integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
|
|
5855
5812
|
"license": "MIT",
|
|
5856
5813
|
"peer": true,
|
|
5857
5814
|
"dependencies": {
|
|
5858
|
-
"@eslint-community/eslint-utils": "^4.
|
|
5815
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5859
5816
|
"@eslint-community/regexpp": "^4.12.1",
|
|
5860
|
-
"@eslint/config-array": "^0.21.
|
|
5861
|
-
"@eslint/config-helpers": "^0.
|
|
5862
|
-
"@eslint/core": "^0.
|
|
5817
|
+
"@eslint/config-array": "^0.21.1",
|
|
5818
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
5819
|
+
"@eslint/core": "^0.17.0",
|
|
5863
5820
|
"@eslint/eslintrc": "^3.3.1",
|
|
5864
|
-
"@eslint/js": "9.
|
|
5865
|
-
"@eslint/plugin-kit": "^0.
|
|
5821
|
+
"@eslint/js": "9.39.1",
|
|
5822
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
5866
5823
|
"@humanfs/node": "^0.16.6",
|
|
5867
5824
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5868
5825
|
"@humanwhocodes/retry": "^0.4.2",
|
|
5869
5826
|
"@types/estree": "^1.0.6",
|
|
5870
|
-
"@types/json-schema": "^7.0.15",
|
|
5871
5827
|
"ajv": "^6.12.4",
|
|
5872
5828
|
"chalk": "^4.0.0",
|
|
5873
5829
|
"cross-spawn": "^7.0.6",
|
|
@@ -6522,6 +6478,15 @@
|
|
|
6522
6478
|
"url": "https://github.com/sponsors/ljharb"
|
|
6523
6479
|
}
|
|
6524
6480
|
},
|
|
6481
|
+
"node_modules/generator-function": {
|
|
6482
|
+
"version": "2.0.1",
|
|
6483
|
+
"resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
|
|
6484
|
+
"integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
|
|
6485
|
+
"license": "MIT",
|
|
6486
|
+
"engines": {
|
|
6487
|
+
"node": ">= 0.4"
|
|
6488
|
+
}
|
|
6489
|
+
},
|
|
6525
6490
|
"node_modules/gensync": {
|
|
6526
6491
|
"version": "1.0.0-beta.2",
|
|
6527
6492
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
@@ -6713,9 +6678,9 @@
|
|
|
6713
6678
|
"license": "ISC"
|
|
6714
6679
|
},
|
|
6715
6680
|
"node_modules/graphql": {
|
|
6716
|
-
"version": "16.
|
|
6717
|
-
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.
|
|
6718
|
-
"integrity": "sha512-
|
|
6681
|
+
"version": "16.12.0",
|
|
6682
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz",
|
|
6683
|
+
"integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==",
|
|
6719
6684
|
"license": "MIT",
|
|
6720
6685
|
"engines": {
|
|
6721
6686
|
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
@@ -7036,9 +7001,9 @@
|
|
|
7036
7001
|
}
|
|
7037
7002
|
},
|
|
7038
7003
|
"node_modules/index-to-position": {
|
|
7039
|
-
"version": "1.
|
|
7040
|
-
"resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.
|
|
7041
|
-
"integrity": "sha512-
|
|
7004
|
+
"version": "1.2.0",
|
|
7005
|
+
"resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz",
|
|
7006
|
+
"integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==",
|
|
7042
7007
|
"license": "MIT",
|
|
7043
7008
|
"engines": {
|
|
7044
7009
|
"node": ">=18"
|
|
@@ -7325,13 +7290,14 @@
|
|
|
7325
7290
|
}
|
|
7326
7291
|
},
|
|
7327
7292
|
"node_modules/is-generator-function": {
|
|
7328
|
-
"version": "1.1.
|
|
7329
|
-
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.
|
|
7330
|
-
"integrity": "sha512-
|
|
7293
|
+
"version": "1.1.2",
|
|
7294
|
+
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
|
|
7295
|
+
"integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
|
|
7331
7296
|
"license": "MIT",
|
|
7332
7297
|
"dependencies": {
|
|
7333
|
-
"call-bound": "^1.0.
|
|
7334
|
-
"
|
|
7298
|
+
"call-bound": "^1.0.4",
|
|
7299
|
+
"generator-function": "^2.0.0",
|
|
7300
|
+
"get-proto": "^1.0.1",
|
|
7335
7301
|
"has-tostringtag": "^1.0.2",
|
|
7336
7302
|
"safe-regex-test": "^1.1.0"
|
|
7337
7303
|
},
|
|
@@ -9511,9 +9477,9 @@
|
|
|
9511
9477
|
}
|
|
9512
9478
|
},
|
|
9513
9479
|
"node_modules/luxon": {
|
|
9514
|
-
"version": "3.
|
|
9515
|
-
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.
|
|
9516
|
-
"integrity": "sha512-
|
|
9480
|
+
"version": "3.6.1",
|
|
9481
|
+
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
|
|
9482
|
+
"integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
|
|
9517
9483
|
"license": "MIT",
|
|
9518
9484
|
"engines": {
|
|
9519
9485
|
"node": ">=12"
|
|
@@ -9911,9 +9877,9 @@
|
|
|
9911
9877
|
"license": "MIT"
|
|
9912
9878
|
},
|
|
9913
9879
|
"node_modules/node-releases": {
|
|
9914
|
-
"version": "2.0.
|
|
9915
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
9916
|
-
"integrity": "sha512-
|
|
9880
|
+
"version": "2.0.27",
|
|
9881
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
9882
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
9917
9883
|
"license": "MIT"
|
|
9918
9884
|
},
|
|
9919
9885
|
"node_modules/normalize-package-data": {
|
|
@@ -9931,9 +9897,9 @@
|
|
|
9931
9897
|
}
|
|
9932
9898
|
},
|
|
9933
9899
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
9934
|
-
"version": "7.7.
|
|
9935
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
9936
|
-
"integrity": "sha512-
|
|
9900
|
+
"version": "7.7.3",
|
|
9901
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
9902
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
9937
9903
|
"license": "ISC",
|
|
9938
9904
|
"bin": {
|
|
9939
9905
|
"semver": "bin/semver.js"
|
|
@@ -10482,6 +10448,30 @@
|
|
|
10482
10448
|
"@playwright/test": ">=1.42"
|
|
10483
10449
|
}
|
|
10484
10450
|
},
|
|
10451
|
+
"node_modules/playwright-bdd/node_modules/@cucumber/gherkin": {
|
|
10452
|
+
"version": "32.2.0",
|
|
10453
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-32.2.0.tgz",
|
|
10454
|
+
"integrity": "sha512-X8xuVhSIqlUjxSRifRJ7t0TycVWyX58fygJH3wDNmHINLg9sYEkvQT0SO2G5YlRZnYc11TIFr4YPenscvdlBIw==",
|
|
10455
|
+
"license": "MIT",
|
|
10456
|
+
"dependencies": {
|
|
10457
|
+
"@cucumber/messages": ">=19.1.4 <28"
|
|
10458
|
+
}
|
|
10459
|
+
},
|
|
10460
|
+
"node_modules/playwright-bdd/node_modules/@cucumber/html-formatter": {
|
|
10461
|
+
"version": "21.15.1",
|
|
10462
|
+
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.15.1.tgz",
|
|
10463
|
+
"integrity": "sha512-tjxEpP161sQ7xc3VREc94v1ymwIckR3ySViy7lTvfi1jUpyqy2Hd/p4oE3YT1kQ9fFDvUflPwu5ugK5mA7BQLA==",
|
|
10464
|
+
"license": "MIT",
|
|
10465
|
+
"peerDependencies": {
|
|
10466
|
+
"@cucumber/messages": ">=18"
|
|
10467
|
+
}
|
|
10468
|
+
},
|
|
10469
|
+
"node_modules/playwright-bdd/node_modules/@cucumber/tag-expressions": {
|
|
10470
|
+
"version": "6.2.0",
|
|
10471
|
+
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.2.0.tgz",
|
|
10472
|
+
"integrity": "sha512-KIF0eLcafHbWOuSDWFw0lMmgJOLdDRWjEL1kfXEWrqHmx2119HxVAr35WuEd9z542d3Yyg+XNqSr+81rIKqEdg==",
|
|
10473
|
+
"license": "MIT"
|
|
10474
|
+
},
|
|
10485
10475
|
"node_modules/playwright-bdd/node_modules/commander": {
|
|
10486
10476
|
"version": "13.1.0",
|
|
10487
10477
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
@@ -10644,6 +10634,34 @@
|
|
|
10644
10634
|
"node": ">= 6"
|
|
10645
10635
|
}
|
|
10646
10636
|
},
|
|
10637
|
+
"node_modules/properties-reader": {
|
|
10638
|
+
"version": "2.3.0",
|
|
10639
|
+
"resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-2.3.0.tgz",
|
|
10640
|
+
"integrity": "sha512-z597WicA7nDZxK12kZqHr2TcvwNU1GCfA5UwfDY/HDp3hXPoPlb5rlEx9bwGTiJnc0OqbBTkU975jDToth8Gxw==",
|
|
10641
|
+
"license": "MIT",
|
|
10642
|
+
"dependencies": {
|
|
10643
|
+
"mkdirp": "^1.0.4"
|
|
10644
|
+
},
|
|
10645
|
+
"engines": {
|
|
10646
|
+
"node": ">=14"
|
|
10647
|
+
},
|
|
10648
|
+
"funding": {
|
|
10649
|
+
"type": "github",
|
|
10650
|
+
"url": "https://github.com/steveukx/properties?sponsor=1"
|
|
10651
|
+
}
|
|
10652
|
+
},
|
|
10653
|
+
"node_modules/properties-reader/node_modules/mkdirp": {
|
|
10654
|
+
"version": "1.0.4",
|
|
10655
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
10656
|
+
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
10657
|
+
"license": "MIT",
|
|
10658
|
+
"bin": {
|
|
10659
|
+
"mkdirp": "bin/cmd.js"
|
|
10660
|
+
},
|
|
10661
|
+
"engines": {
|
|
10662
|
+
"node": ">=10"
|
|
10663
|
+
}
|
|
10664
|
+
},
|
|
10647
10665
|
"node_modules/property-expr": {
|
|
10648
10666
|
"version": "2.0.6",
|
|
10649
10667
|
"resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz",
|
|
@@ -10720,9 +10738,9 @@
|
|
|
10720
10738
|
"license": "MIT"
|
|
10721
10739
|
},
|
|
10722
10740
|
"node_modules/react": {
|
|
10723
|
-
"version": "19.
|
|
10724
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.
|
|
10725
|
-
"integrity": "sha512-
|
|
10741
|
+
"version": "19.2.0",
|
|
10742
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
|
|
10743
|
+
"integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
|
|
10726
10744
|
"license": "MIT",
|
|
10727
10745
|
"peer": true,
|
|
10728
10746
|
"engines": {
|
|
@@ -10730,16 +10748,16 @@
|
|
|
10730
10748
|
}
|
|
10731
10749
|
},
|
|
10732
10750
|
"node_modules/react-dom": {
|
|
10733
|
-
"version": "19.
|
|
10734
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.
|
|
10735
|
-
"integrity": "sha512-
|
|
10751
|
+
"version": "19.2.0",
|
|
10752
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
|
|
10753
|
+
"integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
|
|
10736
10754
|
"license": "MIT",
|
|
10737
10755
|
"peer": true,
|
|
10738
10756
|
"dependencies": {
|
|
10739
|
-
"scheduler": "^0.
|
|
10757
|
+
"scheduler": "^0.27.0"
|
|
10740
10758
|
},
|
|
10741
10759
|
"peerDependencies": {
|
|
10742
|
-
"react": "^19.
|
|
10760
|
+
"react": "^19.2.0"
|
|
10743
10761
|
}
|
|
10744
10762
|
},
|
|
10745
10763
|
"node_modules/react-error-boundary": {
|
|
@@ -10893,9 +10911,9 @@
|
|
|
10893
10911
|
"license": "MIT"
|
|
10894
10912
|
},
|
|
10895
10913
|
"node_modules/regenerate-unicode-properties": {
|
|
10896
|
-
"version": "10.2.
|
|
10897
|
-
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.
|
|
10898
|
-
"integrity": "sha512-
|
|
10914
|
+
"version": "10.2.2",
|
|
10915
|
+
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz",
|
|
10916
|
+
"integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==",
|
|
10899
10917
|
"dev": true,
|
|
10900
10918
|
"license": "MIT",
|
|
10901
10919
|
"dependencies": {
|
|
@@ -10951,18 +10969,18 @@
|
|
|
10951
10969
|
}
|
|
10952
10970
|
},
|
|
10953
10971
|
"node_modules/regexpu-core": {
|
|
10954
|
-
"version": "6.
|
|
10955
|
-
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.
|
|
10956
|
-
"integrity": "sha512-
|
|
10972
|
+
"version": "6.4.0",
|
|
10973
|
+
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz",
|
|
10974
|
+
"integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
|
|
10957
10975
|
"dev": true,
|
|
10958
10976
|
"license": "MIT",
|
|
10959
10977
|
"dependencies": {
|
|
10960
10978
|
"regenerate": "^1.4.2",
|
|
10961
|
-
"regenerate-unicode-properties": "^10.2.
|
|
10979
|
+
"regenerate-unicode-properties": "^10.2.2",
|
|
10962
10980
|
"regjsgen": "^0.8.0",
|
|
10963
|
-
"regjsparser": "^0.
|
|
10981
|
+
"regjsparser": "^0.13.0",
|
|
10964
10982
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
10965
|
-
"unicode-match-property-value-ecmascript": "^2.1
|
|
10983
|
+
"unicode-match-property-value-ecmascript": "^2.2.1"
|
|
10966
10984
|
},
|
|
10967
10985
|
"engines": {
|
|
10968
10986
|
"node": ">=4"
|
|
@@ -10976,31 +10994,18 @@
|
|
|
10976
10994
|
"license": "MIT"
|
|
10977
10995
|
},
|
|
10978
10996
|
"node_modules/regjsparser": {
|
|
10979
|
-
"version": "0.
|
|
10980
|
-
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.
|
|
10981
|
-
"integrity": "sha512-
|
|
10997
|
+
"version": "0.13.0",
|
|
10998
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
|
|
10999
|
+
"integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
|
|
10982
11000
|
"dev": true,
|
|
10983
11001
|
"license": "BSD-2-Clause",
|
|
10984
11002
|
"dependencies": {
|
|
10985
|
-
"jsesc": "~3.0
|
|
11003
|
+
"jsesc": "~3.1.0"
|
|
10986
11004
|
},
|
|
10987
11005
|
"bin": {
|
|
10988
11006
|
"regjsparser": "bin/parser"
|
|
10989
11007
|
}
|
|
10990
11008
|
},
|
|
10991
|
-
"node_modules/regjsparser/node_modules/jsesc": {
|
|
10992
|
-
"version": "3.0.2",
|
|
10993
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
10994
|
-
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
10995
|
-
"dev": true,
|
|
10996
|
-
"license": "MIT",
|
|
10997
|
-
"bin": {
|
|
10998
|
-
"jsesc": "bin/jsesc"
|
|
10999
|
-
},
|
|
11000
|
-
"engines": {
|
|
11001
|
-
"node": ">=6"
|
|
11002
|
-
}
|
|
11003
|
-
},
|
|
11004
11009
|
"node_modules/repeat-string": {
|
|
11005
11010
|
"version": "1.6.1",
|
|
11006
11011
|
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
|
@@ -11026,12 +11031,12 @@
|
|
|
11026
11031
|
"license": "MIT"
|
|
11027
11032
|
},
|
|
11028
11033
|
"node_modules/resolve": {
|
|
11029
|
-
"version": "1.22.
|
|
11030
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
11031
|
-
"integrity": "sha512-
|
|
11034
|
+
"version": "1.22.11",
|
|
11035
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
11036
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
11032
11037
|
"license": "MIT",
|
|
11033
11038
|
"dependencies": {
|
|
11034
|
-
"is-core-module": "^2.16.
|
|
11039
|
+
"is-core-module": "^2.16.1",
|
|
11035
11040
|
"path-parse": "^1.0.7",
|
|
11036
11041
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
11037
11042
|
},
|
|
@@ -11232,9 +11237,9 @@
|
|
|
11232
11237
|
}
|
|
11233
11238
|
},
|
|
11234
11239
|
"node_modules/scheduler": {
|
|
11235
|
-
"version": "0.
|
|
11236
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.
|
|
11237
|
-
"integrity": "sha512-
|
|
11240
|
+
"version": "0.27.0",
|
|
11241
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
11242
|
+
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
11238
11243
|
"license": "MIT",
|
|
11239
11244
|
"peer": true
|
|
11240
11245
|
},
|
|
@@ -11496,9 +11501,9 @@
|
|
|
11496
11501
|
}
|
|
11497
11502
|
},
|
|
11498
11503
|
"node_modules/spdx-license-ids": {
|
|
11499
|
-
"version": "3.0.
|
|
11500
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
11501
|
-
"integrity": "sha512-
|
|
11504
|
+
"version": "3.0.22",
|
|
11505
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
|
|
11506
|
+
"integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==",
|
|
11502
11507
|
"license": "CC0-1.0"
|
|
11503
11508
|
},
|
|
11504
11509
|
"node_modules/sprintf-js": {
|
|
@@ -12138,9 +12143,9 @@
|
|
|
12138
12143
|
"license": "MIT"
|
|
12139
12144
|
},
|
|
12140
12145
|
"node_modules/undici-types": {
|
|
12141
|
-
"version": "7.
|
|
12142
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
12143
|
-
"integrity": "sha512-
|
|
12146
|
+
"version": "7.16.0",
|
|
12147
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
12148
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
12144
12149
|
"license": "MIT"
|
|
12145
12150
|
},
|
|
12146
12151
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -12168,9 +12173,9 @@
|
|
|
12168
12173
|
}
|
|
12169
12174
|
},
|
|
12170
12175
|
"node_modules/unicode-match-property-value-ecmascript": {
|
|
12171
|
-
"version": "2.2.
|
|
12172
|
-
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.
|
|
12173
|
-
"integrity": "sha512-
|
|
12176
|
+
"version": "2.2.1",
|
|
12177
|
+
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz",
|
|
12178
|
+
"integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==",
|
|
12174
12179
|
"dev": true,
|
|
12175
12180
|
"license": "MIT",
|
|
12176
12181
|
"engines": {
|
|
@@ -12178,9 +12183,9 @@
|
|
|
12178
12183
|
}
|
|
12179
12184
|
},
|
|
12180
12185
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
12181
|
-
"version": "2.
|
|
12182
|
-
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.
|
|
12183
|
-
"integrity": "sha512-
|
|
12186
|
+
"version": "2.2.0",
|
|
12187
|
+
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz",
|
|
12188
|
+
"integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==",
|
|
12184
12189
|
"dev": true,
|
|
12185
12190
|
"license": "MIT",
|
|
12186
12191
|
"engines": {
|
|
@@ -12675,9 +12680,9 @@
|
|
|
12675
12680
|
"license": "ISC"
|
|
12676
12681
|
},
|
|
12677
12682
|
"node_modules/yaml": {
|
|
12678
|
-
"version": "2.8.
|
|
12679
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
12680
|
-
"integrity": "sha512-
|
|
12683
|
+
"version": "2.8.1",
|
|
12684
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
|
12685
|
+
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
12681
12686
|
"license": "ISC",
|
|
12682
12687
|
"bin": {
|
|
12683
12688
|
"yaml": "bin.mjs"
|