@zohodesk/testinglibrary 0.0.19-n20-experimental → 0.0.20-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 +14 -0
- package/build/core/playwright/configuration/ConfigurationHelper.js +5 -7
- package/build/core/playwright/custom-commands.js +1 -1
- package/build/core/playwright/env-initializer.js +9 -10
- package/build/core/playwright/helpers/auth/getUsers.js +14 -14
- package/build/core/playwright/helpers/auth/loginDefaultStepsHelper.js +2 -0
- package/build/core/playwright/helpers/auth/loginSteps.js +13 -5
- package/build/core/playwright/helpers/configFileNameProvider.js +8 -15
- package/build/core/playwright/readConfigFile.js +7 -4
- package/build/core/playwright/runner/SpawnRunner.js +1 -0
- package/build/core/playwright/test-runner.js +2 -4
- package/build/test/core/playwright/helpers/__tests__/configFileNameProvider.test.js +13 -54
- package/build/test/core/playwright/helpers/__tests__/getUsers_ListOfActors.test.js +26 -29
- package/npm-shrinkwrap.json +276 -169
- package/package.json +3 -5
- package/build/core/playwright/constants/configConstants.js +0 -17
- package/build/core/playwright/helpers/configPathResolver.js +0 -38
- package/build/test/core/playwright/helpers/__tests__/configPathResolver.test.js +0 -55
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20-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.20-n20-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
"jsonpath": "1.1.1",
|
|
26
26
|
"msw": "2.11.6",
|
|
27
27
|
"playwright": "1.56.1",
|
|
28
|
-
"playwright-bdd": "8.4.
|
|
29
|
-
"properties-reader": "2.3.0",
|
|
28
|
+
"playwright-bdd": "8.4.1",
|
|
30
29
|
"supports-color": "10.2.2"
|
|
31
30
|
},
|
|
32
31
|
"bin": {
|
|
@@ -39,7 +38,7 @@
|
|
|
39
38
|
"@babel/plugin-transform-runtime": "7.28.3",
|
|
40
39
|
"@babel/preset-env": "7.28.3",
|
|
41
40
|
"@babel/runtime": "7.28.4",
|
|
42
|
-
"commander": "14.0.
|
|
41
|
+
"commander": "14.0.1",
|
|
43
42
|
"jest-html-reporter": "4.3.0"
|
|
44
43
|
},
|
|
45
44
|
"peerDependencies": {
|
|
@@ -2194,6 +2193,42 @@
|
|
|
2194
2193
|
"regexp-match-indices": "1.0.2"
|
|
2195
2194
|
}
|
|
2196
2195
|
},
|
|
2196
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/gherkin": {
|
|
2197
|
+
"version": "34.0.0",
|
|
2198
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-34.0.0.tgz",
|
|
2199
|
+
"integrity": "sha512-659CCFsrsyvuBi/Eix1fnhSheMnojSfnBcqJ3IMPNawx7JlrNJDcXYSSdxcUw3n/nG05P+ptCjmiZY3i14p+tA==",
|
|
2200
|
+
"license": "MIT",
|
|
2201
|
+
"dependencies": {
|
|
2202
|
+
"@cucumber/messages": ">=19.1.4 <29"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/junit-xml-formatter": {
|
|
2206
|
+
"version": "0.8.1",
|
|
2207
|
+
"resolved": "https://registry.npmjs.org/@cucumber/junit-xml-formatter/-/junit-xml-formatter-0.8.1.tgz",
|
|
2208
|
+
"integrity": "sha512-FT1Y96pyd9/ifbE9I7dbkTCjkwEdW9C0MBobUZoKD13c8EnWAt0xl1Yy/v/WZLTk4XfCLte1DATtLx01jt+YiA==",
|
|
2209
|
+
"license": "MIT",
|
|
2210
|
+
"dependencies": {
|
|
2211
|
+
"@cucumber/query": "^13.0.2",
|
|
2212
|
+
"@teppeis/multimaps": "^3.0.0",
|
|
2213
|
+
"luxon": "^3.5.0",
|
|
2214
|
+
"xmlbuilder": "^15.1.1"
|
|
2215
|
+
},
|
|
2216
|
+
"peerDependencies": {
|
|
2217
|
+
"@cucumber/messages": "*"
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/messages": {
|
|
2221
|
+
"version": "28.1.0",
|
|
2222
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-28.1.0.tgz",
|
|
2223
|
+
"integrity": "sha512-2LzZtOwYKNlCuNf31ajkrekoy2M4z0Z1QGiPH40n4gf5t8VOUFb7m1ojtR4LmGvZxBGvJZP8voOmRqDWzBzYKA==",
|
|
2224
|
+
"license": "MIT",
|
|
2225
|
+
"dependencies": {
|
|
2226
|
+
"@types/uuid": "10.0.0",
|
|
2227
|
+
"class-transformer": "0.5.1",
|
|
2228
|
+
"reflect-metadata": "0.2.2",
|
|
2229
|
+
"uuid": "11.1.0"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2197
2232
|
"node_modules/@cucumber/cucumber/node_modules/glob": {
|
|
2198
2233
|
"version": "11.1.0",
|
|
2199
2234
|
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
|
@@ -2259,13 +2294,27 @@
|
|
|
2259
2294
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2260
2295
|
}
|
|
2261
2296
|
},
|
|
2297
|
+
"node_modules/@cucumber/cucumber/node_modules/uuid": {
|
|
2298
|
+
"version": "11.1.0",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
|
2300
|
+
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
|
2301
|
+
"funding": [
|
|
2302
|
+
"https://github.com/sponsors/broofa",
|
|
2303
|
+
"https://github.com/sponsors/ctavan"
|
|
2304
|
+
],
|
|
2305
|
+
"license": "MIT",
|
|
2306
|
+
"bin": {
|
|
2307
|
+
"uuid": "dist/esm/bin/uuid"
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2262
2310
|
"node_modules/@cucumber/gherkin": {
|
|
2263
|
-
"version": "
|
|
2264
|
-
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-
|
|
2265
|
-
"integrity": "sha512-
|
|
2311
|
+
"version": "37.0.0",
|
|
2312
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-37.0.0.tgz",
|
|
2313
|
+
"integrity": "sha512-vKJVJ6h4HCktG870wgYUUskNpFxbFI0WmAkVLPTz1LlLwJX7/KOBqFcr2/L3u0pPoHjbLRW+IpbiXLT2T13/wg==",
|
|
2266
2314
|
"license": "MIT",
|
|
2315
|
+
"peer": true,
|
|
2267
2316
|
"dependencies": {
|
|
2268
|
-
"@cucumber/messages": ">=
|
|
2317
|
+
"@cucumber/messages": ">=31.0.0 <32"
|
|
2269
2318
|
}
|
|
2270
2319
|
},
|
|
2271
2320
|
"node_modules/@cucumber/gherkin-streams": {
|
|
@@ -2389,9 +2438,9 @@
|
|
|
2389
2438
|
}
|
|
2390
2439
|
},
|
|
2391
2440
|
"node_modules/@cucumber/junit-xml-formatter": {
|
|
2392
|
-
"version": "0.
|
|
2393
|
-
"resolved": "https://registry.npmjs.org/@cucumber/junit-xml-formatter/-/junit-xml-formatter-0.
|
|
2394
|
-
"integrity": "sha512-
|
|
2441
|
+
"version": "0.7.1",
|
|
2442
|
+
"resolved": "https://registry.npmjs.org/@cucumber/junit-xml-formatter/-/junit-xml-formatter-0.7.1.tgz",
|
|
2443
|
+
"integrity": "sha512-AzhX+xFE/3zfoYeqkT7DNq68wAQfBcx4Dk9qS/ocXM2v5tBv6eFQ+w8zaSfsktCjYzu4oYRH/jh4USD1CYHfaQ==",
|
|
2395
2444
|
"license": "MIT",
|
|
2396
2445
|
"dependencies": {
|
|
2397
2446
|
"@cucumber/query": "^13.0.2",
|
|
@@ -2413,15 +2462,14 @@
|
|
|
2413
2462
|
}
|
|
2414
2463
|
},
|
|
2415
2464
|
"node_modules/@cucumber/messages": {
|
|
2416
|
-
"version": "
|
|
2417
|
-
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-
|
|
2418
|
-
"integrity": "sha512-
|
|
2465
|
+
"version": "31.0.0",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-31.0.0.tgz",
|
|
2467
|
+
"integrity": "sha512-Dqhatp4AjMsH9SREfWz3Q8nlGuwJMTW7YAW5L3OzRId86ZUEu/a8vIL1RO2c0agQefuBS2SVH9fEZ66ovrMYRA==",
|
|
2419
2468
|
"license": "MIT",
|
|
2469
|
+
"peer": true,
|
|
2420
2470
|
"dependencies": {
|
|
2421
|
-
"@types/uuid": "10.0.0",
|
|
2422
2471
|
"class-transformer": "0.5.1",
|
|
2423
|
-
"reflect-metadata": "0.2.2"
|
|
2424
|
-
"uuid": "11.1.0"
|
|
2472
|
+
"reflect-metadata": "0.2.2"
|
|
2425
2473
|
}
|
|
2426
2474
|
},
|
|
2427
2475
|
"node_modules/@cucumber/pretty-formatter": {
|
|
@@ -2440,6 +2488,18 @@
|
|
|
2440
2488
|
"@cucumber/messages": "*"
|
|
2441
2489
|
}
|
|
2442
2490
|
},
|
|
2491
|
+
"node_modules/@cucumber/pretty-formatter/node_modules/ansi-styles": {
|
|
2492
|
+
"version": "5.2.0",
|
|
2493
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
2494
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
2495
|
+
"license": "MIT",
|
|
2496
|
+
"engines": {
|
|
2497
|
+
"node": ">=10"
|
|
2498
|
+
},
|
|
2499
|
+
"funding": {
|
|
2500
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2443
2503
|
"node_modules/@cucumber/query": {
|
|
2444
2504
|
"version": "13.6.0",
|
|
2445
2505
|
"resolved": "https://registry.npmjs.org/@cucumber/query/-/query-13.6.0.tgz",
|
|
@@ -3016,6 +3076,18 @@
|
|
|
3016
3076
|
}
|
|
3017
3077
|
}
|
|
3018
3078
|
},
|
|
3079
|
+
"node_modules/@jest/core/node_modules/ansi-styles": {
|
|
3080
|
+
"version": "5.2.0",
|
|
3081
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
3082
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
3083
|
+
"license": "MIT",
|
|
3084
|
+
"engines": {
|
|
3085
|
+
"node": ">=10"
|
|
3086
|
+
},
|
|
3087
|
+
"funding": {
|
|
3088
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
3019
3091
|
"node_modules/@jest/core/node_modules/pretty-format": {
|
|
3020
3092
|
"version": "30.2.0",
|
|
3021
3093
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -3687,19 +3759,6 @@
|
|
|
3687
3759
|
"node": ">=10"
|
|
3688
3760
|
}
|
|
3689
3761
|
},
|
|
3690
|
-
"node_modules/@reportportal/client-javascript/node_modules/uuid": {
|
|
3691
|
-
"version": "9.0.1",
|
|
3692
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
3693
|
-
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
3694
|
-
"funding": [
|
|
3695
|
-
"https://github.com/sponsors/broofa",
|
|
3696
|
-
"https://github.com/sponsors/ctavan"
|
|
3697
|
-
],
|
|
3698
|
-
"license": "MIT",
|
|
3699
|
-
"bin": {
|
|
3700
|
-
"uuid": "dist/bin/uuid"
|
|
3701
|
-
}
|
|
3702
|
-
},
|
|
3703
3762
|
"node_modules/@sinclair/typebox": {
|
|
3704
3763
|
"version": "0.34.41",
|
|
3705
3764
|
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz",
|
|
@@ -3927,6 +3986,28 @@
|
|
|
3927
3986
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
3928
3987
|
"license": "MIT"
|
|
3929
3988
|
},
|
|
3989
|
+
"node_modules/@types/react": {
|
|
3990
|
+
"version": "19.2.7",
|
|
3991
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
|
|
3992
|
+
"integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
|
|
3993
|
+
"license": "MIT",
|
|
3994
|
+
"optional": true,
|
|
3995
|
+
"peer": true,
|
|
3996
|
+
"dependencies": {
|
|
3997
|
+
"csstype": "^3.2.2"
|
|
3998
|
+
}
|
|
3999
|
+
},
|
|
4000
|
+
"node_modules/@types/react-dom": {
|
|
4001
|
+
"version": "19.2.3",
|
|
4002
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
4003
|
+
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
4004
|
+
"license": "MIT",
|
|
4005
|
+
"optional": true,
|
|
4006
|
+
"peer": true,
|
|
4007
|
+
"peerDependencies": {
|
|
4008
|
+
"@types/react": "^19.2.0"
|
|
4009
|
+
}
|
|
4010
|
+
},
|
|
3930
4011
|
"node_modules/@types/stack-utils": {
|
|
3931
4012
|
"version": "2.0.3",
|
|
3932
4013
|
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
@@ -4308,12 +4389,15 @@
|
|
|
4308
4389
|
}
|
|
4309
4390
|
},
|
|
4310
4391
|
"node_modules/ansi-styles": {
|
|
4311
|
-
"version": "
|
|
4312
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-
|
|
4313
|
-
"integrity": "sha512-
|
|
4392
|
+
"version": "4.3.0",
|
|
4393
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4394
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4314
4395
|
"license": "MIT",
|
|
4396
|
+
"dependencies": {
|
|
4397
|
+
"color-convert": "^2.0.1"
|
|
4398
|
+
},
|
|
4315
4399
|
"engines": {
|
|
4316
|
-
"node": ">=
|
|
4400
|
+
"node": ">=8"
|
|
4317
4401
|
},
|
|
4318
4402
|
"funding": {
|
|
4319
4403
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
@@ -4645,9 +4729,9 @@
|
|
|
4645
4729
|
"license": "MIT"
|
|
4646
4730
|
},
|
|
4647
4731
|
"node_modules/baseline-browser-mapping": {
|
|
4648
|
-
"version": "2.8.
|
|
4649
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.
|
|
4650
|
-
"integrity": "sha512-
|
|
4732
|
+
"version": "2.8.30",
|
|
4733
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.30.tgz",
|
|
4734
|
+
"integrity": "sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==",
|
|
4651
4735
|
"license": "Apache-2.0",
|
|
4652
4736
|
"bin": {
|
|
4653
4737
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -4805,9 +4889,9 @@
|
|
|
4805
4889
|
}
|
|
4806
4890
|
},
|
|
4807
4891
|
"node_modules/caniuse-lite": {
|
|
4808
|
-
"version": "1.0.
|
|
4809
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4810
|
-
"integrity": "sha512-
|
|
4892
|
+
"version": "1.0.30001756",
|
|
4893
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001756.tgz",
|
|
4894
|
+
"integrity": "sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==",
|
|
4811
4895
|
"funding": [
|
|
4812
4896
|
{
|
|
4813
4897
|
"type": "opencollective",
|
|
@@ -4851,21 +4935,6 @@
|
|
|
4851
4935
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4852
4936
|
}
|
|
4853
4937
|
},
|
|
4854
|
-
"node_modules/chalk/node_modules/ansi-styles": {
|
|
4855
|
-
"version": "4.3.0",
|
|
4856
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4857
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4858
|
-
"license": "MIT",
|
|
4859
|
-
"dependencies": {
|
|
4860
|
-
"color-convert": "^2.0.1"
|
|
4861
|
-
},
|
|
4862
|
-
"engines": {
|
|
4863
|
-
"node": ">=8"
|
|
4864
|
-
},
|
|
4865
|
-
"funding": {
|
|
4866
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4867
|
-
}
|
|
4868
|
-
},
|
|
4869
4938
|
"node_modules/chalk/node_modules/supports-color": {
|
|
4870
4939
|
"version": "7.2.0",
|
|
4871
4940
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -4978,21 +5047,6 @@
|
|
|
4978
5047
|
"node": ">=12"
|
|
4979
5048
|
}
|
|
4980
5049
|
},
|
|
4981
|
-
"node_modules/cliui/node_modules/ansi-styles": {
|
|
4982
|
-
"version": "4.3.0",
|
|
4983
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4984
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4985
|
-
"license": "MIT",
|
|
4986
|
-
"dependencies": {
|
|
4987
|
-
"color-convert": "^2.0.1"
|
|
4988
|
-
},
|
|
4989
|
-
"engines": {
|
|
4990
|
-
"node": ">=8"
|
|
4991
|
-
},
|
|
4992
|
-
"funding": {
|
|
4993
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4994
|
-
}
|
|
4995
|
-
},
|
|
4996
5050
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
4997
5051
|
"version": "7.0.0",
|
|
4998
5052
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -5072,9 +5126,9 @@
|
|
|
5072
5126
|
}
|
|
5073
5127
|
},
|
|
5074
5128
|
"node_modules/commander": {
|
|
5075
|
-
"version": "14.0.
|
|
5076
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.
|
|
5077
|
-
"integrity": "sha512-
|
|
5129
|
+
"version": "14.0.1",
|
|
5130
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
|
|
5131
|
+
"integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
|
|
5078
5132
|
"license": "MIT",
|
|
5079
5133
|
"engines": {
|
|
5080
5134
|
"node": ">=20"
|
|
@@ -5171,6 +5225,14 @@
|
|
|
5171
5225
|
"node": ">=18"
|
|
5172
5226
|
}
|
|
5173
5227
|
},
|
|
5228
|
+
"node_modules/csstype": {
|
|
5229
|
+
"version": "3.2.3",
|
|
5230
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
5231
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
5232
|
+
"license": "MIT",
|
|
5233
|
+
"optional": true,
|
|
5234
|
+
"peer": true
|
|
5235
|
+
},
|
|
5174
5236
|
"node_modules/data-urls": {
|
|
5175
5237
|
"version": "5.0.0",
|
|
5176
5238
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
|
|
@@ -5400,9 +5462,9 @@
|
|
|
5400
5462
|
"license": "MIT"
|
|
5401
5463
|
},
|
|
5402
5464
|
"node_modules/electron-to-chromium": {
|
|
5403
|
-
"version": "1.5.
|
|
5404
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5405
|
-
"integrity": "sha512-
|
|
5465
|
+
"version": "1.5.259",
|
|
5466
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.259.tgz",
|
|
5467
|
+
"integrity": "sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==",
|
|
5406
5468
|
"license": "ISC"
|
|
5407
5469
|
},
|
|
5408
5470
|
"node_modules/emittery": {
|
|
@@ -7561,6 +7623,18 @@
|
|
|
7561
7623
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7562
7624
|
}
|
|
7563
7625
|
},
|
|
7626
|
+
"node_modules/jest-circus/node_modules/ansi-styles": {
|
|
7627
|
+
"version": "5.2.0",
|
|
7628
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7629
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7630
|
+
"license": "MIT",
|
|
7631
|
+
"engines": {
|
|
7632
|
+
"node": ">=10"
|
|
7633
|
+
},
|
|
7634
|
+
"funding": {
|
|
7635
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7636
|
+
}
|
|
7637
|
+
},
|
|
7564
7638
|
"node_modules/jest-circus/node_modules/pretty-format": {
|
|
7565
7639
|
"version": "30.2.0",
|
|
7566
7640
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -7673,6 +7747,18 @@
|
|
|
7673
7747
|
}
|
|
7674
7748
|
}
|
|
7675
7749
|
},
|
|
7750
|
+
"node_modules/jest-config/node_modules/ansi-styles": {
|
|
7751
|
+
"version": "5.2.0",
|
|
7752
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7753
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7754
|
+
"license": "MIT",
|
|
7755
|
+
"engines": {
|
|
7756
|
+
"node": ">=10"
|
|
7757
|
+
},
|
|
7758
|
+
"funding": {
|
|
7759
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7760
|
+
}
|
|
7761
|
+
},
|
|
7676
7762
|
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
7677
7763
|
"version": "2.0.2",
|
|
7678
7764
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
@@ -7798,6 +7884,18 @@
|
|
|
7798
7884
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7799
7885
|
}
|
|
7800
7886
|
},
|
|
7887
|
+
"node_modules/jest-diff/node_modules/ansi-styles": {
|
|
7888
|
+
"version": "5.2.0",
|
|
7889
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7890
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7891
|
+
"license": "MIT",
|
|
7892
|
+
"engines": {
|
|
7893
|
+
"node": ">=10"
|
|
7894
|
+
},
|
|
7895
|
+
"funding": {
|
|
7896
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7897
|
+
}
|
|
7898
|
+
},
|
|
7801
7899
|
"node_modules/jest-diff/node_modules/pretty-format": {
|
|
7802
7900
|
"version": "30.2.0",
|
|
7803
7901
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -7846,6 +7944,18 @@
|
|
|
7846
7944
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7847
7945
|
}
|
|
7848
7946
|
},
|
|
7947
|
+
"node_modules/jest-each/node_modules/ansi-styles": {
|
|
7948
|
+
"version": "5.2.0",
|
|
7949
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7950
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7951
|
+
"license": "MIT",
|
|
7952
|
+
"engines": {
|
|
7953
|
+
"node": ">=10"
|
|
7954
|
+
},
|
|
7955
|
+
"funding": {
|
|
7956
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7957
|
+
}
|
|
7958
|
+
},
|
|
7849
7959
|
"node_modules/jest-each/node_modules/pretty-format": {
|
|
7850
7960
|
"version": "30.2.0",
|
|
7851
7961
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -7991,6 +8101,18 @@
|
|
|
7991
8101
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7992
8102
|
}
|
|
7993
8103
|
},
|
|
8104
|
+
"node_modules/jest-leak-detector/node_modules/ansi-styles": {
|
|
8105
|
+
"version": "5.2.0",
|
|
8106
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
8107
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
8108
|
+
"license": "MIT",
|
|
8109
|
+
"engines": {
|
|
8110
|
+
"node": ">=10"
|
|
8111
|
+
},
|
|
8112
|
+
"funding": {
|
|
8113
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8114
|
+
}
|
|
8115
|
+
},
|
|
7994
8116
|
"node_modules/jest-leak-detector/node_modules/pretty-format": {
|
|
7995
8117
|
"version": "30.2.0",
|
|
7996
8118
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -8026,6 +8148,18 @@
|
|
|
8026
8148
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
8027
8149
|
}
|
|
8028
8150
|
},
|
|
8151
|
+
"node_modules/jest-matcher-utils/node_modules/ansi-styles": {
|
|
8152
|
+
"version": "5.2.0",
|
|
8153
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
8154
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
8155
|
+
"license": "MIT",
|
|
8156
|
+
"engines": {
|
|
8157
|
+
"node": ">=10"
|
|
8158
|
+
},
|
|
8159
|
+
"funding": {
|
|
8160
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8161
|
+
}
|
|
8162
|
+
},
|
|
8029
8163
|
"node_modules/jest-matcher-utils/node_modules/pretty-format": {
|
|
8030
8164
|
"version": "30.2.0",
|
|
8031
8165
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -8066,6 +8200,18 @@
|
|
|
8066
8200
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
8067
8201
|
}
|
|
8068
8202
|
},
|
|
8203
|
+
"node_modules/jest-message-util/node_modules/ansi-styles": {
|
|
8204
|
+
"version": "5.2.0",
|
|
8205
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
8206
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
8207
|
+
"license": "MIT",
|
|
8208
|
+
"engines": {
|
|
8209
|
+
"node": ">=10"
|
|
8210
|
+
},
|
|
8211
|
+
"funding": {
|
|
8212
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8213
|
+
}
|
|
8214
|
+
},
|
|
8069
8215
|
"node_modules/jest-message-util/node_modules/pretty-format": {
|
|
8070
8216
|
"version": "30.2.0",
|
|
8071
8217
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -8374,6 +8520,18 @@
|
|
|
8374
8520
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
8375
8521
|
}
|
|
8376
8522
|
},
|
|
8523
|
+
"node_modules/jest-snapshot/node_modules/ansi-styles": {
|
|
8524
|
+
"version": "5.2.0",
|
|
8525
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
8526
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
8527
|
+
"license": "MIT",
|
|
8528
|
+
"engines": {
|
|
8529
|
+
"node": ">=10"
|
|
8530
|
+
},
|
|
8531
|
+
"funding": {
|
|
8532
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8533
|
+
}
|
|
8534
|
+
},
|
|
8377
8535
|
"node_modules/jest-snapshot/node_modules/pretty-format": {
|
|
8378
8536
|
"version": "30.2.0",
|
|
8379
8537
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
@@ -8452,6 +8610,18 @@
|
|
|
8452
8610
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
8453
8611
|
}
|
|
8454
8612
|
},
|
|
8613
|
+
"node_modules/jest-validate/node_modules/ansi-styles": {
|
|
8614
|
+
"version": "5.2.0",
|
|
8615
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
8616
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
8617
|
+
"license": "MIT",
|
|
8618
|
+
"engines": {
|
|
8619
|
+
"node": ">=10"
|
|
8620
|
+
},
|
|
8621
|
+
"funding": {
|
|
8622
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8623
|
+
}
|
|
8624
|
+
},
|
|
8455
8625
|
"node_modules/jest-validate/node_modules/camelcase": {
|
|
8456
8626
|
"version": "6.3.0",
|
|
8457
8627
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
|
|
@@ -9167,9 +9337,9 @@
|
|
|
9167
9337
|
}
|
|
9168
9338
|
},
|
|
9169
9339
|
"node_modules/nwsapi": {
|
|
9170
|
-
"version": "2.2.
|
|
9171
|
-
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.
|
|
9172
|
-
"integrity": "sha512-
|
|
9340
|
+
"version": "2.2.23",
|
|
9341
|
+
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.23.tgz",
|
|
9342
|
+
"integrity": "sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==",
|
|
9173
9343
|
"license": "MIT"
|
|
9174
9344
|
},
|
|
9175
9345
|
"node_modules/object-assign": {
|
|
@@ -9635,9 +9805,9 @@
|
|
|
9635
9805
|
}
|
|
9636
9806
|
},
|
|
9637
9807
|
"node_modules/playwright-bdd": {
|
|
9638
|
-
"version": "8.4.
|
|
9639
|
-
"resolved": "https://registry.npmjs.org/playwright-bdd/-/playwright-bdd-8.4.
|
|
9640
|
-
"integrity": "sha512-
|
|
9808
|
+
"version": "8.4.1",
|
|
9809
|
+
"resolved": "https://registry.npmjs.org/playwright-bdd/-/playwright-bdd-8.4.1.tgz",
|
|
9810
|
+
"integrity": "sha512-2KM6yHKjpfCKVv0j8lhJkSLbhgfX2yTZLPM+Q9WnnBk/1oa3bmXaHoyokX5Sby2NU/culwC6pErdQAmVfxFnAQ==",
|
|
9641
9811
|
"license": "MIT",
|
|
9642
9812
|
"dependencies": {
|
|
9643
9813
|
"@cucumber/cucumber-expressions": "18.0.1",
|
|
@@ -9650,7 +9820,7 @@
|
|
|
9650
9820
|
"cli-table3": "0.6.5",
|
|
9651
9821
|
"commander": "^13.1.0",
|
|
9652
9822
|
"fast-glob": "^3.3.3",
|
|
9653
|
-
"mime-types": "^3.0.
|
|
9823
|
+
"mime-types": "^3.0.1",
|
|
9654
9824
|
"xmlbuilder": "15.1.1"
|
|
9655
9825
|
},
|
|
9656
9826
|
"bin": {
|
|
@@ -9675,21 +9845,6 @@
|
|
|
9675
9845
|
"@cucumber/messages": ">=19.1.4 <28"
|
|
9676
9846
|
}
|
|
9677
9847
|
},
|
|
9678
|
-
"node_modules/playwright-bdd/node_modules/@cucumber/junit-xml-formatter": {
|
|
9679
|
-
"version": "0.7.1",
|
|
9680
|
-
"resolved": "https://registry.npmjs.org/@cucumber/junit-xml-formatter/-/junit-xml-formatter-0.7.1.tgz",
|
|
9681
|
-
"integrity": "sha512-AzhX+xFE/3zfoYeqkT7DNq68wAQfBcx4Dk9qS/ocXM2v5tBv6eFQ+w8zaSfsktCjYzu4oYRH/jh4USD1CYHfaQ==",
|
|
9682
|
-
"license": "MIT",
|
|
9683
|
-
"dependencies": {
|
|
9684
|
-
"@cucumber/query": "^13.0.2",
|
|
9685
|
-
"@teppeis/multimaps": "^3.0.0",
|
|
9686
|
-
"luxon": "^3.5.0",
|
|
9687
|
-
"xmlbuilder": "^15.1.1"
|
|
9688
|
-
},
|
|
9689
|
-
"peerDependencies": {
|
|
9690
|
-
"@cucumber/messages": "*"
|
|
9691
|
-
}
|
|
9692
|
-
},
|
|
9693
9848
|
"node_modules/playwright-bdd/node_modules/@cucumber/messages": {
|
|
9694
9849
|
"version": "27.2.0",
|
|
9695
9850
|
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-27.2.0.tgz",
|
|
@@ -9820,41 +9975,26 @@
|
|
|
9820
9975
|
"node": ">=8"
|
|
9821
9976
|
}
|
|
9822
9977
|
},
|
|
9823
|
-
"node_modules/
|
|
9824
|
-
"version": "2.0
|
|
9825
|
-
"resolved": "https://registry.npmjs.org/
|
|
9826
|
-
"integrity": "sha512-
|
|
9827
|
-
"license": "MIT",
|
|
9828
|
-
"engines": {
|
|
9829
|
-
"node": ">=0.4.0"
|
|
9830
|
-
}
|
|
9831
|
-
},
|
|
9832
|
-
"node_modules/properties-reader": {
|
|
9833
|
-
"version": "2.3.0",
|
|
9834
|
-
"resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-2.3.0.tgz",
|
|
9835
|
-
"integrity": "sha512-z597WicA7nDZxK12kZqHr2TcvwNU1GCfA5UwfDY/HDp3hXPoPlb5rlEx9bwGTiJnc0OqbBTkU975jDToth8Gxw==",
|
|
9978
|
+
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
9979
|
+
"version": "5.2.0",
|
|
9980
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
9981
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
9836
9982
|
"license": "MIT",
|
|
9837
|
-
"
|
|
9838
|
-
"mkdirp": "^1.0.4"
|
|
9839
|
-
},
|
|
9983
|
+
"peer": true,
|
|
9840
9984
|
"engines": {
|
|
9841
|
-
"node": ">=
|
|
9985
|
+
"node": ">=10"
|
|
9842
9986
|
},
|
|
9843
9987
|
"funding": {
|
|
9844
|
-
"
|
|
9845
|
-
"url": "https://github.com/steveukx/properties?sponsor=1"
|
|
9988
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
9846
9989
|
}
|
|
9847
9990
|
},
|
|
9848
|
-
"node_modules/
|
|
9849
|
-
"version": "
|
|
9850
|
-
"resolved": "https://registry.npmjs.org/
|
|
9851
|
-
"integrity": "sha512-
|
|
9991
|
+
"node_modules/progress": {
|
|
9992
|
+
"version": "2.0.3",
|
|
9993
|
+
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
9994
|
+
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
|
9852
9995
|
"license": "MIT",
|
|
9853
|
-
"bin": {
|
|
9854
|
-
"mkdirp": "bin/cmd.js"
|
|
9855
|
-
},
|
|
9856
9996
|
"engines": {
|
|
9857
|
-
"node": ">=
|
|
9997
|
+
"node": ">=0.4.0"
|
|
9858
9998
|
}
|
|
9859
9999
|
},
|
|
9860
10000
|
"node_modules/property-expr": {
|
|
@@ -11130,9 +11270,9 @@
|
|
|
11130
11270
|
}
|
|
11131
11271
|
},
|
|
11132
11272
|
"node_modules/typescript": {
|
|
11133
|
-
"version": "5.
|
|
11134
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
11135
|
-
"integrity": "sha512-
|
|
11273
|
+
"version": "5.1.6",
|
|
11274
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
|
|
11275
|
+
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
|
|
11136
11276
|
"devOptional": true,
|
|
11137
11277
|
"license": "Apache-2.0",
|
|
11138
11278
|
"peer": true,
|
|
@@ -11336,16 +11476,16 @@
|
|
|
11336
11476
|
"license": "MIT"
|
|
11337
11477
|
},
|
|
11338
11478
|
"node_modules/uuid": {
|
|
11339
|
-
"version": "
|
|
11340
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
11341
|
-
"integrity": "sha512-
|
|
11479
|
+
"version": "9.0.1",
|
|
11480
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
11481
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
11342
11482
|
"funding": [
|
|
11343
11483
|
"https://github.com/sponsors/broofa",
|
|
11344
11484
|
"https://github.com/sponsors/ctavan"
|
|
11345
11485
|
],
|
|
11346
11486
|
"license": "MIT",
|
|
11347
11487
|
"bin": {
|
|
11348
|
-
"uuid": "dist/
|
|
11488
|
+
"uuid": "dist/bin/uuid"
|
|
11349
11489
|
}
|
|
11350
11490
|
},
|
|
11351
11491
|
"node_modules/v8-to-istanbul": {
|
|
@@ -11594,36 +11734,6 @@
|
|
|
11594
11734
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
11595
11735
|
}
|
|
11596
11736
|
},
|
|
11597
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
11598
|
-
"version": "4.3.0",
|
|
11599
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
11600
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
11601
|
-
"license": "MIT",
|
|
11602
|
-
"dependencies": {
|
|
11603
|
-
"color-convert": "^2.0.1"
|
|
11604
|
-
},
|
|
11605
|
-
"engines": {
|
|
11606
|
-
"node": ">=8"
|
|
11607
|
-
},
|
|
11608
|
-
"funding": {
|
|
11609
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11610
|
-
}
|
|
11611
|
-
},
|
|
11612
|
-
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
11613
|
-
"version": "4.3.0",
|
|
11614
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
11615
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
11616
|
-
"license": "MIT",
|
|
11617
|
-
"dependencies": {
|
|
11618
|
-
"color-convert": "^2.0.1"
|
|
11619
|
-
},
|
|
11620
|
-
"engines": {
|
|
11621
|
-
"node": ">=8"
|
|
11622
|
-
},
|
|
11623
|
-
"funding": {
|
|
11624
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
11625
|
-
}
|
|
11626
|
-
},
|
|
11627
11737
|
"node_modules/wrappy": {
|
|
11628
11738
|
"version": "1.0.2",
|
|
11629
11739
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -11716,18 +11826,15 @@
|
|
|
11716
11826
|
"license": "ISC"
|
|
11717
11827
|
},
|
|
11718
11828
|
"node_modules/yaml": {
|
|
11719
|
-
"version": "2.8.
|
|
11720
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
11721
|
-
"integrity": "sha512-
|
|
11829
|
+
"version": "2.8.1",
|
|
11830
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
|
11831
|
+
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
11722
11832
|
"license": "ISC",
|
|
11723
11833
|
"bin": {
|
|
11724
11834
|
"yaml": "bin.mjs"
|
|
11725
11835
|
},
|
|
11726
11836
|
"engines": {
|
|
11727
11837
|
"node": ">= 14.6"
|
|
11728
|
-
},
|
|
11729
|
-
"funding": {
|
|
11730
|
-
"url": "https://github.com/sponsors/eemeli"
|
|
11731
11838
|
}
|
|
11732
11839
|
},
|
|
11733
11840
|
"node_modules/yargs": {
|