@zohodesk/testinglibrary 4.1.2 → 4.1.3
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 +10 -0
- package/build/core/playwright/builtInFixtures/caseTimeout.js +20 -0
- package/build/core/playwright/builtInFixtures/index.js +3 -1
- package/build/core/playwright/helpers/browserTimeoutFactor.js +16 -0
- package/build/core/playwright/helpers/caseTimeoutResolver.js +37 -0
- package/build/core/playwright/readConfigFile.js +1 -1
- package/build/core/playwright/setup/config-utils.js +7 -4
- package/build/core/playwright/types.js +1 -1
- package/build/lib/cli.js +6 -7
- package/build/setup-folder-structure/samples/uat-config-sample.js +1 -1
- package/build/test/core/playwright/buildInFixtures/__tests__/caseTimeout.test.js +96 -0
- package/build/utils/commonUtils.js +0 -9
- package/npm-shrinkwrap.json +747 -1490
- package/package.json +11 -13
- package/unit_reports/unit-report.html +277 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "4.1.
|
|
9
|
+
"version": "4.1.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,13 +16,14 @@
|
|
|
16
16
|
"@playwright/test": "1.56.1",
|
|
17
17
|
"@reportportal/agent-js-playwright": "5.2.2",
|
|
18
18
|
"@testing-library/jest-dom": "6.9.1",
|
|
19
|
-
"@testing-library/react": "
|
|
19
|
+
"@testing-library/react": "12.1.5",
|
|
20
20
|
"@types/jest": "29.5.12",
|
|
21
|
-
"@types/react
|
|
22
|
-
"@
|
|
21
|
+
"@types/react": "16.14.70",
|
|
22
|
+
"@types/react-dom": "16.9.25",
|
|
23
|
+
"@zohodesk/unit-testing-framework": "0.0.35-experimental",
|
|
23
24
|
"babel-jest": "29.7.0",
|
|
24
25
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
25
|
-
"commander": "
|
|
26
|
+
"commander": "13.1.0",
|
|
26
27
|
"fast-glob": "3.3.3",
|
|
27
28
|
"identity-obj-proxy": "3.0.0",
|
|
28
29
|
"jest": "29.7.0",
|
|
@@ -33,8 +34,8 @@
|
|
|
33
34
|
"playwright": "1.56.1",
|
|
34
35
|
"playwright-bdd": "8.4.2",
|
|
35
36
|
"properties-reader": "2.3.0",
|
|
36
|
-
"react": "
|
|
37
|
-
"react-dom": "
|
|
37
|
+
"react": "16.14.0",
|
|
38
|
+
"react-dom": "16.14.0",
|
|
38
39
|
"supports-color": "10.2.2"
|
|
39
40
|
},
|
|
40
41
|
"bin": {
|
|
@@ -46,15 +47,12 @@
|
|
|
46
47
|
"@babel/node": "7.29.0",
|
|
47
48
|
"@babel/plugin-transform-runtime": "7.28.3",
|
|
48
49
|
"@babel/preset-env": "7.29.0",
|
|
49
|
-
"@babel/preset-react": "7.26.3",
|
|
50
50
|
"@babel/preset-typescript": "7.26.0",
|
|
51
51
|
"jest-html-reporter": "4.3.0",
|
|
52
52
|
"ts-jest": "29.3.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"eslint": "*"
|
|
56
|
-
"react": "*",
|
|
57
|
-
"react-dom": "*"
|
|
55
|
+
"eslint": "*"
|
|
58
56
|
}
|
|
59
57
|
},
|
|
60
58
|
"node_modules/@adobe/css-tools": {
|
|
@@ -137,9 +135,9 @@
|
|
|
137
135
|
}
|
|
138
136
|
},
|
|
139
137
|
"node_modules/@babel/compat-data": {
|
|
140
|
-
"version": "7.29.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.
|
|
142
|
-
"integrity": "sha512-
|
|
138
|
+
"version": "7.29.7",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
140
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
143
141
|
"license": "MIT",
|
|
144
142
|
"engines": {
|
|
145
143
|
"node": ">=6.9.0"
|
|
@@ -176,12 +174,12 @@
|
|
|
176
174
|
}
|
|
177
175
|
},
|
|
178
176
|
"node_modules/@babel/core/node_modules/@babel/code-frame": {
|
|
179
|
-
"version": "7.29.
|
|
180
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
181
|
-
"integrity": "sha512-
|
|
177
|
+
"version": "7.29.7",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
179
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
182
180
|
"license": "MIT",
|
|
183
181
|
"dependencies": {
|
|
184
|
-
"@babel/helper-validator-identifier": "^7.
|
|
182
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
185
183
|
"js-tokens": "^4.0.0",
|
|
186
184
|
"picocolors": "^1.1.1"
|
|
187
185
|
},
|
|
@@ -190,13 +188,13 @@
|
|
|
190
188
|
}
|
|
191
189
|
},
|
|
192
190
|
"node_modules/@babel/generator": {
|
|
193
|
-
"version": "7.29.
|
|
194
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
195
|
-
"integrity": "sha512-
|
|
191
|
+
"version": "7.29.7",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
193
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
196
194
|
"license": "MIT",
|
|
197
195
|
"dependencies": {
|
|
198
|
-
"@babel/parser": "^7.29.
|
|
199
|
-
"@babel/types": "^7.29.
|
|
196
|
+
"@babel/parser": "^7.29.7",
|
|
197
|
+
"@babel/types": "^7.29.7",
|
|
200
198
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
201
199
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
202
200
|
"jsesc": "^3.0.2"
|
|
@@ -206,25 +204,25 @@
|
|
|
206
204
|
}
|
|
207
205
|
},
|
|
208
206
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
209
|
-
"version": "7.
|
|
210
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
|
211
|
-
"integrity": "sha512-
|
|
207
|
+
"version": "7.29.7",
|
|
208
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
209
|
+
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
212
210
|
"license": "MIT",
|
|
213
211
|
"dependencies": {
|
|
214
|
-
"@babel/types": "^7.
|
|
212
|
+
"@babel/types": "^7.29.7"
|
|
215
213
|
},
|
|
216
214
|
"engines": {
|
|
217
215
|
"node": ">=6.9.0"
|
|
218
216
|
}
|
|
219
217
|
},
|
|
220
218
|
"node_modules/@babel/helper-compilation-targets": {
|
|
221
|
-
"version": "7.
|
|
222
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
223
|
-
"integrity": "sha512-
|
|
219
|
+
"version": "7.29.7",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
221
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
224
222
|
"license": "MIT",
|
|
225
223
|
"dependencies": {
|
|
226
|
-
"@babel/compat-data": "^7.
|
|
227
|
-
"@babel/helper-validator-option": "^7.
|
|
224
|
+
"@babel/compat-data": "^7.29.7",
|
|
225
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
228
226
|
"browserslist": "^4.24.0",
|
|
229
227
|
"lru-cache": "^5.1.1",
|
|
230
228
|
"semver": "^6.3.1"
|
|
@@ -234,17 +232,17 @@
|
|
|
234
232
|
}
|
|
235
233
|
},
|
|
236
234
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
237
|
-
"version": "7.29.
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.
|
|
239
|
-
"integrity": "sha512-
|
|
235
|
+
"version": "7.29.7",
|
|
236
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.7.tgz",
|
|
237
|
+
"integrity": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==",
|
|
240
238
|
"license": "MIT",
|
|
241
239
|
"dependencies": {
|
|
242
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
243
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
244
|
-
"@babel/helper-optimise-call-expression": "^7.
|
|
245
|
-
"@babel/helper-replace-supers": "^7.
|
|
246
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
247
|
-
"@babel/traverse": "^7.29.
|
|
240
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
241
|
+
"@babel/helper-member-expression-to-functions": "^7.29.7",
|
|
242
|
+
"@babel/helper-optimise-call-expression": "^7.29.7",
|
|
243
|
+
"@babel/helper-replace-supers": "^7.29.7",
|
|
244
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
|
|
245
|
+
"@babel/traverse": "^7.29.7",
|
|
248
246
|
"semver": "^6.3.1"
|
|
249
247
|
},
|
|
250
248
|
"engines": {
|
|
@@ -255,12 +253,12 @@
|
|
|
255
253
|
}
|
|
256
254
|
},
|
|
257
255
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
258
|
-
"version": "7.
|
|
259
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
260
|
-
"integrity": "sha512-
|
|
256
|
+
"version": "7.29.7",
|
|
257
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.29.7.tgz",
|
|
258
|
+
"integrity": "sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==",
|
|
261
259
|
"license": "MIT",
|
|
262
260
|
"dependencies": {
|
|
263
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
261
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
264
262
|
"regexpu-core": "^6.3.1",
|
|
265
263
|
"semver": "^6.3.1"
|
|
266
264
|
},
|
|
@@ -288,49 +286,49 @@
|
|
|
288
286
|
}
|
|
289
287
|
},
|
|
290
288
|
"node_modules/@babel/helper-globals": {
|
|
291
|
-
"version": "7.
|
|
292
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.
|
|
293
|
-
"integrity": "sha512
|
|
289
|
+
"version": "7.29.7",
|
|
290
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
291
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
294
292
|
"license": "MIT",
|
|
295
293
|
"engines": {
|
|
296
294
|
"node": ">=6.9.0"
|
|
297
295
|
}
|
|
298
296
|
},
|
|
299
297
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
300
|
-
"version": "7.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
302
|
-
"integrity": "sha512-
|
|
298
|
+
"version": "7.29.7",
|
|
299
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.29.7.tgz",
|
|
300
|
+
"integrity": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==",
|
|
303
301
|
"license": "MIT",
|
|
304
302
|
"dependencies": {
|
|
305
|
-
"@babel/traverse": "^7.
|
|
306
|
-
"@babel/types": "^7.
|
|
303
|
+
"@babel/traverse": "^7.29.7",
|
|
304
|
+
"@babel/types": "^7.29.7"
|
|
307
305
|
},
|
|
308
306
|
"engines": {
|
|
309
307
|
"node": ">=6.9.0"
|
|
310
308
|
}
|
|
311
309
|
},
|
|
312
310
|
"node_modules/@babel/helper-module-imports": {
|
|
313
|
-
"version": "7.
|
|
314
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
315
|
-
"integrity": "sha512-
|
|
311
|
+
"version": "7.29.7",
|
|
312
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
313
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
316
314
|
"license": "MIT",
|
|
317
315
|
"dependencies": {
|
|
318
|
-
"@babel/traverse": "^7.
|
|
319
|
-
"@babel/types": "^7.
|
|
316
|
+
"@babel/traverse": "^7.29.7",
|
|
317
|
+
"@babel/types": "^7.29.7"
|
|
320
318
|
},
|
|
321
319
|
"engines": {
|
|
322
320
|
"node": ">=6.9.0"
|
|
323
321
|
}
|
|
324
322
|
},
|
|
325
323
|
"node_modules/@babel/helper-module-transforms": {
|
|
326
|
-
"version": "7.
|
|
327
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
328
|
-
"integrity": "sha512-
|
|
324
|
+
"version": "7.29.7",
|
|
325
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
326
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
329
327
|
"license": "MIT",
|
|
330
328
|
"dependencies": {
|
|
331
|
-
"@babel/helper-module-imports": "^7.
|
|
332
|
-
"@babel/helper-validator-identifier": "^7.
|
|
333
|
-
"@babel/traverse": "^7.
|
|
329
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
330
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
331
|
+
"@babel/traverse": "^7.29.7"
|
|
334
332
|
},
|
|
335
333
|
"engines": {
|
|
336
334
|
"node": ">=6.9.0"
|
|
@@ -340,35 +338,35 @@
|
|
|
340
338
|
}
|
|
341
339
|
},
|
|
342
340
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
343
|
-
"version": "7.
|
|
344
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
|
|
345
|
-
"integrity": "sha512
|
|
341
|
+
"version": "7.29.7",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.29.7.tgz",
|
|
343
|
+
"integrity": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==",
|
|
346
344
|
"license": "MIT",
|
|
347
345
|
"dependencies": {
|
|
348
|
-
"@babel/types": "^7.
|
|
346
|
+
"@babel/types": "^7.29.7"
|
|
349
347
|
},
|
|
350
348
|
"engines": {
|
|
351
349
|
"node": ">=6.9.0"
|
|
352
350
|
}
|
|
353
351
|
},
|
|
354
352
|
"node_modules/@babel/helper-plugin-utils": {
|
|
355
|
-
"version": "7.
|
|
356
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
357
|
-
"integrity": "sha512-
|
|
353
|
+
"version": "7.29.7",
|
|
354
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
|
|
355
|
+
"integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
|
|
358
356
|
"license": "MIT",
|
|
359
357
|
"engines": {
|
|
360
358
|
"node": ">=6.9.0"
|
|
361
359
|
}
|
|
362
360
|
},
|
|
363
361
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
364
|
-
"version": "7.
|
|
365
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
|
366
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "7.29.7",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.29.7.tgz",
|
|
364
|
+
"integrity": "sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==",
|
|
367
365
|
"license": "MIT",
|
|
368
366
|
"dependencies": {
|
|
369
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
370
|
-
"@babel/helper-wrap-function": "^7.
|
|
371
|
-
"@babel/traverse": "^7.
|
|
367
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
368
|
+
"@babel/helper-wrap-function": "^7.29.7",
|
|
369
|
+
"@babel/traverse": "^7.29.7"
|
|
372
370
|
},
|
|
373
371
|
"engines": {
|
|
374
372
|
"node": ">=6.9.0"
|
|
@@ -378,14 +376,14 @@
|
|
|
378
376
|
}
|
|
379
377
|
},
|
|
380
378
|
"node_modules/@babel/helper-replace-supers": {
|
|
381
|
-
"version": "7.
|
|
382
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
383
|
-
"integrity": "sha512-
|
|
379
|
+
"version": "7.29.7",
|
|
380
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz",
|
|
381
|
+
"integrity": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==",
|
|
384
382
|
"license": "MIT",
|
|
385
383
|
"dependencies": {
|
|
386
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
387
|
-
"@babel/helper-optimise-call-expression": "^7.
|
|
388
|
-
"@babel/traverse": "^7.
|
|
384
|
+
"@babel/helper-member-expression-to-functions": "^7.29.7",
|
|
385
|
+
"@babel/helper-optimise-call-expression": "^7.29.7",
|
|
386
|
+
"@babel/traverse": "^7.29.7"
|
|
389
387
|
},
|
|
390
388
|
"engines": {
|
|
391
389
|
"node": ">=6.9.0"
|
|
@@ -395,67 +393,67 @@
|
|
|
395
393
|
}
|
|
396
394
|
},
|
|
397
395
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
398
|
-
"version": "7.
|
|
399
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
|
400
|
-
"integrity": "sha512-
|
|
396
|
+
"version": "7.29.7",
|
|
397
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.29.7.tgz",
|
|
398
|
+
"integrity": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==",
|
|
401
399
|
"license": "MIT",
|
|
402
400
|
"dependencies": {
|
|
403
|
-
"@babel/traverse": "^7.
|
|
404
|
-
"@babel/types": "^7.
|
|
401
|
+
"@babel/traverse": "^7.29.7",
|
|
402
|
+
"@babel/types": "^7.29.7"
|
|
405
403
|
},
|
|
406
404
|
"engines": {
|
|
407
405
|
"node": ">=6.9.0"
|
|
408
406
|
}
|
|
409
407
|
},
|
|
410
408
|
"node_modules/@babel/helper-string-parser": {
|
|
411
|
-
"version": "7.
|
|
412
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
413
|
-
"integrity": "sha512-
|
|
409
|
+
"version": "7.29.7",
|
|
410
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
411
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
414
412
|
"license": "MIT",
|
|
415
413
|
"engines": {
|
|
416
414
|
"node": ">=6.9.0"
|
|
417
415
|
}
|
|
418
416
|
},
|
|
419
417
|
"node_modules/@babel/helper-validator-identifier": {
|
|
420
|
-
"version": "7.
|
|
421
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
422
|
-
"integrity": "sha512-
|
|
418
|
+
"version": "7.29.7",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
420
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
423
421
|
"license": "MIT",
|
|
424
422
|
"engines": {
|
|
425
423
|
"node": ">=6.9.0"
|
|
426
424
|
}
|
|
427
425
|
},
|
|
428
426
|
"node_modules/@babel/helper-validator-option": {
|
|
429
|
-
"version": "7.
|
|
430
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
431
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "7.29.7",
|
|
428
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
429
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
432
430
|
"license": "MIT",
|
|
433
431
|
"engines": {
|
|
434
432
|
"node": ">=6.9.0"
|
|
435
433
|
}
|
|
436
434
|
},
|
|
437
435
|
"node_modules/@babel/helper-wrap-function": {
|
|
438
|
-
"version": "7.
|
|
439
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
440
|
-
"integrity": "sha512-
|
|
436
|
+
"version": "7.29.7",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.29.7.tgz",
|
|
438
|
+
"integrity": "sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==",
|
|
441
439
|
"license": "MIT",
|
|
442
440
|
"dependencies": {
|
|
443
|
-
"@babel/template": "^7.
|
|
444
|
-
"@babel/traverse": "^7.
|
|
445
|
-
"@babel/types": "^7.
|
|
441
|
+
"@babel/template": "^7.29.7",
|
|
442
|
+
"@babel/traverse": "^7.29.7",
|
|
443
|
+
"@babel/types": "^7.29.7"
|
|
446
444
|
},
|
|
447
445
|
"engines": {
|
|
448
446
|
"node": ">=6.9.0"
|
|
449
447
|
}
|
|
450
448
|
},
|
|
451
449
|
"node_modules/@babel/helpers": {
|
|
452
|
-
"version": "7.29.
|
|
453
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.
|
|
454
|
-
"integrity": "sha512-
|
|
450
|
+
"version": "7.29.7",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
452
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
455
453
|
"license": "MIT",
|
|
456
454
|
"dependencies": {
|
|
457
|
-
"@babel/template": "^7.
|
|
458
|
-
"@babel/types": "^7.29.
|
|
455
|
+
"@babel/template": "^7.29.7",
|
|
456
|
+
"@babel/types": "^7.29.7"
|
|
459
457
|
},
|
|
460
458
|
"engines": {
|
|
461
459
|
"node": ">=6.9.0"
|
|
@@ -496,12 +494,12 @@
|
|
|
496
494
|
}
|
|
497
495
|
},
|
|
498
496
|
"node_modules/@babel/parser": {
|
|
499
|
-
"version": "7.29.
|
|
500
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
501
|
-
"integrity": "sha512-
|
|
497
|
+
"version": "7.29.7",
|
|
498
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
499
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
502
500
|
"license": "MIT",
|
|
503
501
|
"dependencies": {
|
|
504
|
-
"@babel/types": "^7.29.
|
|
502
|
+
"@babel/types": "^7.29.7"
|
|
505
503
|
},
|
|
506
504
|
"bin": {
|
|
507
505
|
"parser": "bin/babel-parser.js"
|
|
@@ -511,13 +509,13 @@
|
|
|
511
509
|
}
|
|
512
510
|
},
|
|
513
511
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
514
|
-
"version": "7.
|
|
515
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.
|
|
516
|
-
"integrity": "sha512-
|
|
512
|
+
"version": "7.29.7",
|
|
513
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.29.7.tgz",
|
|
514
|
+
"integrity": "sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==",
|
|
517
515
|
"license": "MIT",
|
|
518
516
|
"dependencies": {
|
|
519
|
-
"@babel/helper-plugin-utils": "^7.
|
|
520
|
-
"@babel/traverse": "^7.
|
|
517
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
518
|
+
"@babel/traverse": "^7.29.7"
|
|
521
519
|
},
|
|
522
520
|
"engines": {
|
|
523
521
|
"node": ">=6.9.0"
|
|
@@ -527,12 +525,12 @@
|
|
|
527
525
|
}
|
|
528
526
|
},
|
|
529
527
|
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
530
|
-
"version": "7.
|
|
531
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.
|
|
532
|
-
"integrity": "sha512-
|
|
528
|
+
"version": "7.29.7",
|
|
529
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.29.7.tgz",
|
|
530
|
+
"integrity": "sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==",
|
|
533
531
|
"license": "MIT",
|
|
534
532
|
"dependencies": {
|
|
535
|
-
"@babel/helper-plugin-utils": "^7.
|
|
533
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
536
534
|
},
|
|
537
535
|
"engines": {
|
|
538
536
|
"node": ">=6.9.0"
|
|
@@ -542,12 +540,12 @@
|
|
|
542
540
|
}
|
|
543
541
|
},
|
|
544
542
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
545
|
-
"version": "7.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.
|
|
547
|
-
"integrity": "sha512-
|
|
543
|
+
"version": "7.29.7",
|
|
544
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.29.7.tgz",
|
|
545
|
+
"integrity": "sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==",
|
|
548
546
|
"license": "MIT",
|
|
549
547
|
"dependencies": {
|
|
550
|
-
"@babel/helper-plugin-utils": "^7.
|
|
548
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
551
549
|
},
|
|
552
550
|
"engines": {
|
|
553
551
|
"node": ">=6.9.0"
|
|
@@ -557,14 +555,14 @@
|
|
|
557
555
|
}
|
|
558
556
|
},
|
|
559
557
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
560
|
-
"version": "7.
|
|
561
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
|
562
|
-
"integrity": "sha512-
|
|
558
|
+
"version": "7.29.7",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.29.7.tgz",
|
|
560
|
+
"integrity": "sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==",
|
|
563
561
|
"license": "MIT",
|
|
564
562
|
"dependencies": {
|
|
565
|
-
"@babel/helper-plugin-utils": "^7.
|
|
566
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
567
|
-
"@babel/plugin-transform-optional-chaining": "^7.
|
|
563
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
564
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
|
|
565
|
+
"@babel/plugin-transform-optional-chaining": "^7.29.7"
|
|
568
566
|
},
|
|
569
567
|
"engines": {
|
|
570
568
|
"node": ">=6.9.0"
|
|
@@ -574,13 +572,13 @@
|
|
|
574
572
|
}
|
|
575
573
|
},
|
|
576
574
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
577
|
-
"version": "7.
|
|
578
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.
|
|
579
|
-
"integrity": "sha512-
|
|
575
|
+
"version": "7.29.7",
|
|
576
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.29.7.tgz",
|
|
577
|
+
"integrity": "sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==",
|
|
580
578
|
"license": "MIT",
|
|
581
579
|
"dependencies": {
|
|
582
|
-
"@babel/helper-plugin-utils": "^7.
|
|
583
|
-
"@babel/traverse": "^7.
|
|
580
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
581
|
+
"@babel/traverse": "^7.29.7"
|
|
584
582
|
},
|
|
585
583
|
"engines": {
|
|
586
584
|
"node": ">=6.9.0"
|
|
@@ -665,12 +663,12 @@
|
|
|
665
663
|
}
|
|
666
664
|
},
|
|
667
665
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
668
|
-
"version": "7.
|
|
669
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
|
670
|
-
"integrity": "sha512
|
|
666
|
+
"version": "7.29.7",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.29.7.tgz",
|
|
668
|
+
"integrity": "sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==",
|
|
671
669
|
"license": "MIT",
|
|
672
670
|
"dependencies": {
|
|
673
|
-
"@babel/helper-plugin-utils": "^7.
|
|
671
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
674
672
|
},
|
|
675
673
|
"engines": {
|
|
676
674
|
"node": ">=6.9.0"
|
|
@@ -680,12 +678,12 @@
|
|
|
680
678
|
}
|
|
681
679
|
},
|
|
682
680
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
683
|
-
"version": "7.
|
|
684
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
|
685
|
-
"integrity": "sha512-
|
|
681
|
+
"version": "7.29.7",
|
|
682
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.29.7.tgz",
|
|
683
|
+
"integrity": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==",
|
|
686
684
|
"license": "MIT",
|
|
687
685
|
"dependencies": {
|
|
688
|
-
"@babel/helper-plugin-utils": "^7.
|
|
686
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
689
687
|
},
|
|
690
688
|
"engines": {
|
|
691
689
|
"node": ">=6.9.0"
|
|
@@ -719,12 +717,12 @@
|
|
|
719
717
|
}
|
|
720
718
|
},
|
|
721
719
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
722
|
-
"version": "7.
|
|
723
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
724
|
-
"integrity": "sha512-
|
|
720
|
+
"version": "7.29.7",
|
|
721
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz",
|
|
722
|
+
"integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==",
|
|
725
723
|
"license": "MIT",
|
|
726
724
|
"dependencies": {
|
|
727
|
-
"@babel/helper-plugin-utils": "^7.
|
|
725
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
728
726
|
},
|
|
729
727
|
"engines": {
|
|
730
728
|
"node": ">=6.9.0"
|
|
@@ -836,12 +834,12 @@
|
|
|
836
834
|
}
|
|
837
835
|
},
|
|
838
836
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
839
|
-
"version": "7.
|
|
840
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
841
|
-
"integrity": "sha512
|
|
837
|
+
"version": "7.29.7",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz",
|
|
839
|
+
"integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==",
|
|
842
840
|
"license": "MIT",
|
|
843
841
|
"dependencies": {
|
|
844
|
-
"@babel/helper-plugin-utils": "^7.
|
|
842
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
845
843
|
},
|
|
846
844
|
"engines": {
|
|
847
845
|
"node": ">=6.9.0"
|
|
@@ -867,12 +865,12 @@
|
|
|
867
865
|
}
|
|
868
866
|
},
|
|
869
867
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
870
|
-
"version": "7.
|
|
871
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
|
872
|
-
"integrity": "sha512-
|
|
868
|
+
"version": "7.29.7",
|
|
869
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.29.7.tgz",
|
|
870
|
+
"integrity": "sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==",
|
|
873
871
|
"license": "MIT",
|
|
874
872
|
"dependencies": {
|
|
875
|
-
"@babel/helper-plugin-utils": "^7.
|
|
873
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
876
874
|
},
|
|
877
875
|
"engines": {
|
|
878
876
|
"node": ">=6.9.0"
|
|
@@ -882,14 +880,14 @@
|
|
|
882
880
|
}
|
|
883
881
|
},
|
|
884
882
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
885
|
-
"version": "7.29.
|
|
886
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.
|
|
887
|
-
"integrity": "sha512-
|
|
883
|
+
"version": "7.29.7",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.7.tgz",
|
|
885
|
+
"integrity": "sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==",
|
|
888
886
|
"license": "MIT",
|
|
889
887
|
"dependencies": {
|
|
890
|
-
"@babel/helper-plugin-utils": "^7.
|
|
891
|
-
"@babel/helper-remap-async-to-generator": "^7.
|
|
892
|
-
"@babel/traverse": "^7.29.
|
|
888
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
889
|
+
"@babel/helper-remap-async-to-generator": "^7.29.7",
|
|
890
|
+
"@babel/traverse": "^7.29.7"
|
|
893
891
|
},
|
|
894
892
|
"engines": {
|
|
895
893
|
"node": ">=6.9.0"
|
|
@@ -899,14 +897,14 @@
|
|
|
899
897
|
}
|
|
900
898
|
},
|
|
901
899
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
902
|
-
"version": "7.
|
|
903
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
904
|
-
"integrity": "sha512-
|
|
900
|
+
"version": "7.29.7",
|
|
901
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.29.7.tgz",
|
|
902
|
+
"integrity": "sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==",
|
|
905
903
|
"license": "MIT",
|
|
906
904
|
"dependencies": {
|
|
907
|
-
"@babel/helper-module-imports": "^7.
|
|
908
|
-
"@babel/helper-plugin-utils": "^7.
|
|
909
|
-
"@babel/helper-remap-async-to-generator": "^7.
|
|
905
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
906
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
907
|
+
"@babel/helper-remap-async-to-generator": "^7.29.7"
|
|
910
908
|
},
|
|
911
909
|
"engines": {
|
|
912
910
|
"node": ">=6.9.0"
|
|
@@ -916,12 +914,12 @@
|
|
|
916
914
|
}
|
|
917
915
|
},
|
|
918
916
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
919
|
-
"version": "7.
|
|
920
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
|
921
|
-
"integrity": "sha512-
|
|
917
|
+
"version": "7.29.7",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.29.7.tgz",
|
|
919
|
+
"integrity": "sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==",
|
|
922
920
|
"license": "MIT",
|
|
923
921
|
"dependencies": {
|
|
924
|
-
"@babel/helper-plugin-utils": "^7.
|
|
922
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
925
923
|
},
|
|
926
924
|
"engines": {
|
|
927
925
|
"node": ">=6.9.0"
|
|
@@ -931,12 +929,12 @@
|
|
|
931
929
|
}
|
|
932
930
|
},
|
|
933
931
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
934
|
-
"version": "7.
|
|
935
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
936
|
-
"integrity": "sha512-
|
|
932
|
+
"version": "7.29.7",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.29.7.tgz",
|
|
934
|
+
"integrity": "sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==",
|
|
937
935
|
"license": "MIT",
|
|
938
936
|
"dependencies": {
|
|
939
|
-
"@babel/helper-plugin-utils": "^7.
|
|
937
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
940
938
|
},
|
|
941
939
|
"engines": {
|
|
942
940
|
"node": ">=6.9.0"
|
|
@@ -946,13 +944,13 @@
|
|
|
946
944
|
}
|
|
947
945
|
},
|
|
948
946
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
949
|
-
"version": "7.
|
|
950
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
951
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "7.29.7",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.29.7.tgz",
|
|
949
|
+
"integrity": "sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==",
|
|
952
950
|
"license": "MIT",
|
|
953
951
|
"dependencies": {
|
|
954
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
955
|
-
"@babel/helper-plugin-utils": "^7.
|
|
952
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
953
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
956
954
|
},
|
|
957
955
|
"engines": {
|
|
958
956
|
"node": ">=6.9.0"
|
|
@@ -962,13 +960,13 @@
|
|
|
962
960
|
}
|
|
963
961
|
},
|
|
964
962
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
965
|
-
"version": "7.
|
|
966
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.
|
|
967
|
-
"integrity": "sha512-
|
|
963
|
+
"version": "7.29.7",
|
|
964
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.29.7.tgz",
|
|
965
|
+
"integrity": "sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==",
|
|
968
966
|
"license": "MIT",
|
|
969
967
|
"dependencies": {
|
|
970
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
971
|
-
"@babel/helper-plugin-utils": "^7.
|
|
968
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
969
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
972
970
|
},
|
|
973
971
|
"engines": {
|
|
974
972
|
"node": ">=6.9.0"
|
|
@@ -978,17 +976,17 @@
|
|
|
978
976
|
}
|
|
979
977
|
},
|
|
980
978
|
"node_modules/@babel/plugin-transform-classes": {
|
|
981
|
-
"version": "7.
|
|
982
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
983
|
-
"integrity": "sha512-
|
|
979
|
+
"version": "7.29.7",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.29.7.tgz",
|
|
981
|
+
"integrity": "sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==",
|
|
984
982
|
"license": "MIT",
|
|
985
983
|
"dependencies": {
|
|
986
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
987
|
-
"@babel/helper-compilation-targets": "^7.
|
|
988
|
-
"@babel/helper-globals": "^7.
|
|
989
|
-
"@babel/helper-plugin-utils": "^7.
|
|
990
|
-
"@babel/helper-replace-supers": "^7.
|
|
991
|
-
"@babel/traverse": "^7.
|
|
984
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
985
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
986
|
+
"@babel/helper-globals": "^7.29.7",
|
|
987
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
988
|
+
"@babel/helper-replace-supers": "^7.29.7",
|
|
989
|
+
"@babel/traverse": "^7.29.7"
|
|
992
990
|
},
|
|
993
991
|
"engines": {
|
|
994
992
|
"node": ">=6.9.0"
|
|
@@ -998,13 +996,13 @@
|
|
|
998
996
|
}
|
|
999
997
|
},
|
|
1000
998
|
"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-
|
|
999
|
+
"version": "7.29.7",
|
|
1000
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.29.7.tgz",
|
|
1001
|
+
"integrity": "sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==",
|
|
1004
1002
|
"license": "MIT",
|
|
1005
1003
|
"dependencies": {
|
|
1006
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1007
|
-
"@babel/template": "^7.
|
|
1004
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1005
|
+
"@babel/template": "^7.29.7"
|
|
1008
1006
|
},
|
|
1009
1007
|
"engines": {
|
|
1010
1008
|
"node": ">=6.9.0"
|
|
@@ -1014,13 +1012,13 @@
|
|
|
1014
1012
|
}
|
|
1015
1013
|
},
|
|
1016
1014
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
1017
|
-
"version": "7.
|
|
1018
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
|
1019
|
-
"integrity": "sha512-
|
|
1015
|
+
"version": "7.29.7",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.29.7.tgz",
|
|
1017
|
+
"integrity": "sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==",
|
|
1020
1018
|
"license": "MIT",
|
|
1021
1019
|
"dependencies": {
|
|
1022
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1023
|
-
"@babel/traverse": "^7.
|
|
1020
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1021
|
+
"@babel/traverse": "^7.29.7"
|
|
1024
1022
|
},
|
|
1025
1023
|
"engines": {
|
|
1026
1024
|
"node": ">=6.9.0"
|
|
@@ -1030,13 +1028,13 @@
|
|
|
1030
1028
|
}
|
|
1031
1029
|
},
|
|
1032
1030
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
1033
|
-
"version": "7.
|
|
1034
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
|
1035
|
-
"integrity": "sha512-
|
|
1031
|
+
"version": "7.29.7",
|
|
1032
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.29.7.tgz",
|
|
1033
|
+
"integrity": "sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==",
|
|
1036
1034
|
"license": "MIT",
|
|
1037
1035
|
"dependencies": {
|
|
1038
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1039
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1036
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1037
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1040
1038
|
},
|
|
1041
1039
|
"engines": {
|
|
1042
1040
|
"node": ">=6.9.0"
|
|
@@ -1046,12 +1044,12 @@
|
|
|
1046
1044
|
}
|
|
1047
1045
|
},
|
|
1048
1046
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
1049
|
-
"version": "7.
|
|
1050
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
|
1051
|
-
"integrity": "sha512-
|
|
1047
|
+
"version": "7.29.7",
|
|
1048
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.29.7.tgz",
|
|
1049
|
+
"integrity": "sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==",
|
|
1052
1050
|
"license": "MIT",
|
|
1053
1051
|
"dependencies": {
|
|
1054
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1052
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1055
1053
|
},
|
|
1056
1054
|
"engines": {
|
|
1057
1055
|
"node": ">=6.9.0"
|
|
@@ -1061,13 +1059,13 @@
|
|
|
1061
1059
|
}
|
|
1062
1060
|
},
|
|
1063
1061
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
1064
|
-
"version": "7.29.
|
|
1065
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.
|
|
1066
|
-
"integrity": "sha512-
|
|
1062
|
+
"version": "7.29.7",
|
|
1063
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.7.tgz",
|
|
1064
|
+
"integrity": "sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==",
|
|
1067
1065
|
"license": "MIT",
|
|
1068
1066
|
"dependencies": {
|
|
1069
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1070
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1067
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1068
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1071
1069
|
},
|
|
1072
1070
|
"engines": {
|
|
1073
1071
|
"node": ">=6.9.0"
|
|
@@ -1077,12 +1075,12 @@
|
|
|
1077
1075
|
}
|
|
1078
1076
|
},
|
|
1079
1077
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
1080
|
-
"version": "7.
|
|
1081
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.
|
|
1082
|
-
"integrity": "sha512-
|
|
1078
|
+
"version": "7.29.7",
|
|
1079
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.29.7.tgz",
|
|
1080
|
+
"integrity": "sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==",
|
|
1083
1081
|
"license": "MIT",
|
|
1084
1082
|
"dependencies": {
|
|
1085
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1083
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1086
1084
|
},
|
|
1087
1085
|
"engines": {
|
|
1088
1086
|
"node": ">=6.9.0"
|
|
@@ -1092,13 +1090,13 @@
|
|
|
1092
1090
|
}
|
|
1093
1091
|
},
|
|
1094
1092
|
"node_modules/@babel/plugin-transform-explicit-resource-management": {
|
|
1095
|
-
"version": "7.
|
|
1096
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.
|
|
1097
|
-
"integrity": "sha512-
|
|
1093
|
+
"version": "7.29.7",
|
|
1094
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.29.7.tgz",
|
|
1095
|
+
"integrity": "sha512-Rstj7coNz8sE+7Ju7ihpHLI564lsK5pUpNNlvptCIC/16E/S5hbl6n3kESPKdNRmqEWlpn5xpS5Q2dvXBsySLw==",
|
|
1098
1096
|
"license": "MIT",
|
|
1099
1097
|
"dependencies": {
|
|
1100
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1101
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1098
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1099
|
+
"@babel/plugin-transform-destructuring": "^7.29.7"
|
|
1102
1100
|
},
|
|
1103
1101
|
"engines": {
|
|
1104
1102
|
"node": ">=6.9.0"
|
|
@@ -1108,12 +1106,12 @@
|
|
|
1108
1106
|
}
|
|
1109
1107
|
},
|
|
1110
1108
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
1111
|
-
"version": "7.
|
|
1112
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
|
1113
|
-
"integrity": "sha512-
|
|
1109
|
+
"version": "7.29.7",
|
|
1110
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.29.7.tgz",
|
|
1111
|
+
"integrity": "sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==",
|
|
1114
1112
|
"license": "MIT",
|
|
1115
1113
|
"dependencies": {
|
|
1116
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1114
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1117
1115
|
},
|
|
1118
1116
|
"engines": {
|
|
1119
1117
|
"node": ">=6.9.0"
|
|
@@ -1123,12 +1121,12 @@
|
|
|
1123
1121
|
}
|
|
1124
1122
|
},
|
|
1125
1123
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
1126
|
-
"version": "7.
|
|
1127
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.
|
|
1128
|
-
"integrity": "sha512-
|
|
1124
|
+
"version": "7.29.7",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.29.7.tgz",
|
|
1126
|
+
"integrity": "sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==",
|
|
1129
1127
|
"license": "MIT",
|
|
1130
1128
|
"dependencies": {
|
|
1131
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1129
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1132
1130
|
},
|
|
1133
1131
|
"engines": {
|
|
1134
1132
|
"node": ">=6.9.0"
|
|
@@ -1138,13 +1136,13 @@
|
|
|
1138
1136
|
}
|
|
1139
1137
|
},
|
|
1140
1138
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
1141
|
-
"version": "7.
|
|
1142
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
|
1143
|
-
"integrity": "sha512-
|
|
1139
|
+
"version": "7.29.7",
|
|
1140
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.29.7.tgz",
|
|
1141
|
+
"integrity": "sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==",
|
|
1144
1142
|
"license": "MIT",
|
|
1145
1143
|
"dependencies": {
|
|
1146
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1147
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1144
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1145
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
1148
1146
|
},
|
|
1149
1147
|
"engines": {
|
|
1150
1148
|
"node": ">=6.9.0"
|
|
@@ -1154,14 +1152,14 @@
|
|
|
1154
1152
|
}
|
|
1155
1153
|
},
|
|
1156
1154
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
1157
|
-
"version": "7.
|
|
1158
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
|
1159
|
-
"integrity": "sha512-
|
|
1155
|
+
"version": "7.29.7",
|
|
1156
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.29.7.tgz",
|
|
1157
|
+
"integrity": "sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==",
|
|
1160
1158
|
"license": "MIT",
|
|
1161
1159
|
"dependencies": {
|
|
1162
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1163
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1164
|
-
"@babel/traverse": "^7.
|
|
1160
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1161
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1162
|
+
"@babel/traverse": "^7.29.7"
|
|
1165
1163
|
},
|
|
1166
1164
|
"engines": {
|
|
1167
1165
|
"node": ">=6.9.0"
|
|
@@ -1171,12 +1169,12 @@
|
|
|
1171
1169
|
}
|
|
1172
1170
|
},
|
|
1173
1171
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
1174
|
-
"version": "7.
|
|
1175
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
|
1176
|
-
"integrity": "sha512-
|
|
1172
|
+
"version": "7.29.7",
|
|
1173
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.29.7.tgz",
|
|
1174
|
+
"integrity": "sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==",
|
|
1177
1175
|
"license": "MIT",
|
|
1178
1176
|
"dependencies": {
|
|
1179
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1177
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1180
1178
|
},
|
|
1181
1179
|
"engines": {
|
|
1182
1180
|
"node": ">=6.9.0"
|
|
@@ -1186,12 +1184,12 @@
|
|
|
1186
1184
|
}
|
|
1187
1185
|
},
|
|
1188
1186
|
"node_modules/@babel/plugin-transform-literals": {
|
|
1189
|
-
"version": "7.
|
|
1190
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
|
1191
|
-
"integrity": "sha512-
|
|
1187
|
+
"version": "7.29.7",
|
|
1188
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.29.7.tgz",
|
|
1189
|
+
"integrity": "sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==",
|
|
1192
1190
|
"license": "MIT",
|
|
1193
1191
|
"dependencies": {
|
|
1194
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1192
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1195
1193
|
},
|
|
1196
1194
|
"engines": {
|
|
1197
1195
|
"node": ">=6.9.0"
|
|
@@ -1201,12 +1199,12 @@
|
|
|
1201
1199
|
}
|
|
1202
1200
|
},
|
|
1203
1201
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1204
|
-
"version": "7.
|
|
1205
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
1206
|
-
"integrity": "sha512
|
|
1202
|
+
"version": "7.29.7",
|
|
1203
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.29.7.tgz",
|
|
1204
|
+
"integrity": "sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==",
|
|
1207
1205
|
"license": "MIT",
|
|
1208
1206
|
"dependencies": {
|
|
1209
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1207
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1210
1208
|
},
|
|
1211
1209
|
"engines": {
|
|
1212
1210
|
"node": ">=6.9.0"
|
|
@@ -1216,12 +1214,12 @@
|
|
|
1216
1214
|
}
|
|
1217
1215
|
},
|
|
1218
1216
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
1219
|
-
"version": "7.
|
|
1220
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
|
1221
|
-
"integrity": "sha512-
|
|
1217
|
+
"version": "7.29.7",
|
|
1218
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.29.7.tgz",
|
|
1219
|
+
"integrity": "sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==",
|
|
1222
1220
|
"license": "MIT",
|
|
1223
1221
|
"dependencies": {
|
|
1224
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1222
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1225
1223
|
},
|
|
1226
1224
|
"engines": {
|
|
1227
1225
|
"node": ">=6.9.0"
|
|
@@ -1231,13 +1229,13 @@
|
|
|
1231
1229
|
}
|
|
1232
1230
|
},
|
|
1233
1231
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
1234
|
-
"version": "7.
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
|
1236
|
-
"integrity": "sha512-
|
|
1232
|
+
"version": "7.29.7",
|
|
1233
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.29.7.tgz",
|
|
1234
|
+
"integrity": "sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==",
|
|
1237
1235
|
"license": "MIT",
|
|
1238
1236
|
"dependencies": {
|
|
1239
|
-
"@babel/helper-module-transforms": "^7.
|
|
1240
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1237
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1238
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1241
1239
|
},
|
|
1242
1240
|
"engines": {
|
|
1243
1241
|
"node": ">=6.9.0"
|
|
@@ -1247,13 +1245,13 @@
|
|
|
1247
1245
|
}
|
|
1248
1246
|
},
|
|
1249
1247
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1250
|
-
"version": "7.
|
|
1251
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1252
|
-
"integrity": "sha512-
|
|
1248
|
+
"version": "7.29.7",
|
|
1249
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.29.7.tgz",
|
|
1250
|
+
"integrity": "sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==",
|
|
1253
1251
|
"license": "MIT",
|
|
1254
1252
|
"dependencies": {
|
|
1255
|
-
"@babel/helper-module-transforms": "^7.
|
|
1256
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1253
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1254
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1257
1255
|
},
|
|
1258
1256
|
"engines": {
|
|
1259
1257
|
"node": ">=6.9.0"
|
|
@@ -1263,15 +1261,15 @@
|
|
|
1263
1261
|
}
|
|
1264
1262
|
},
|
|
1265
1263
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1266
|
-
"version": "7.29.
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.
|
|
1268
|
-
"integrity": "sha512-
|
|
1264
|
+
"version": "7.29.7",
|
|
1265
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz",
|
|
1266
|
+
"integrity": "sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==",
|
|
1269
1267
|
"license": "MIT",
|
|
1270
1268
|
"dependencies": {
|
|
1271
|
-
"@babel/helper-module-transforms": "^7.
|
|
1272
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1273
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1274
|
-
"@babel/traverse": "^7.29.
|
|
1269
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1270
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1271
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
1272
|
+
"@babel/traverse": "^7.29.7"
|
|
1275
1273
|
},
|
|
1276
1274
|
"engines": {
|
|
1277
1275
|
"node": ">=6.9.0"
|
|
@@ -1281,13 +1279,13 @@
|
|
|
1281
1279
|
}
|
|
1282
1280
|
},
|
|
1283
1281
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
1284
|
-
"version": "7.
|
|
1285
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
|
1286
|
-
"integrity": "sha512-
|
|
1282
|
+
"version": "7.29.7",
|
|
1283
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.29.7.tgz",
|
|
1284
|
+
"integrity": "sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==",
|
|
1287
1285
|
"license": "MIT",
|
|
1288
1286
|
"dependencies": {
|
|
1289
|
-
"@babel/helper-module-transforms": "^7.
|
|
1290
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1287
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1288
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1291
1289
|
},
|
|
1292
1290
|
"engines": {
|
|
1293
1291
|
"node": ">=6.9.0"
|
|
@@ -1297,13 +1295,13 @@
|
|
|
1297
1295
|
}
|
|
1298
1296
|
},
|
|
1299
1297
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
1300
|
-
"version": "7.29.
|
|
1301
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.
|
|
1302
|
-
"integrity": "sha512-
|
|
1298
|
+
"version": "7.29.7",
|
|
1299
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.7.tgz",
|
|
1300
|
+
"integrity": "sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==",
|
|
1303
1301
|
"license": "MIT",
|
|
1304
1302
|
"dependencies": {
|
|
1305
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1306
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1303
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1304
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1307
1305
|
},
|
|
1308
1306
|
"engines": {
|
|
1309
1307
|
"node": ">=6.9.0"
|
|
@@ -1313,12 +1311,12 @@
|
|
|
1313
1311
|
}
|
|
1314
1312
|
},
|
|
1315
1313
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
1316
|
-
"version": "7.
|
|
1317
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
|
1318
|
-
"integrity": "sha512-
|
|
1314
|
+
"version": "7.29.7",
|
|
1315
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.29.7.tgz",
|
|
1316
|
+
"integrity": "sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==",
|
|
1319
1317
|
"license": "MIT",
|
|
1320
1318
|
"dependencies": {
|
|
1321
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1319
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1322
1320
|
},
|
|
1323
1321
|
"engines": {
|
|
1324
1322
|
"node": ">=6.9.0"
|
|
@@ -1328,12 +1326,12 @@
|
|
|
1328
1326
|
}
|
|
1329
1327
|
},
|
|
1330
1328
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1331
|
-
"version": "7.
|
|
1332
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1333
|
-
"integrity": "sha512-
|
|
1329
|
+
"version": "7.29.7",
|
|
1330
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.29.7.tgz",
|
|
1331
|
+
"integrity": "sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==",
|
|
1334
1332
|
"license": "MIT",
|
|
1335
1333
|
"dependencies": {
|
|
1336
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1334
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1337
1335
|
},
|
|
1338
1336
|
"engines": {
|
|
1339
1337
|
"node": ">=6.9.0"
|
|
@@ -1343,12 +1341,12 @@
|
|
|
1343
1341
|
}
|
|
1344
1342
|
},
|
|
1345
1343
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
1346
|
-
"version": "7.
|
|
1347
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
|
1348
|
-
"integrity": "sha512-
|
|
1344
|
+
"version": "7.29.7",
|
|
1345
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.29.7.tgz",
|
|
1346
|
+
"integrity": "sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==",
|
|
1349
1347
|
"license": "MIT",
|
|
1350
1348
|
"dependencies": {
|
|
1351
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1349
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1352
1350
|
},
|
|
1353
1351
|
"engines": {
|
|
1354
1352
|
"node": ">=6.9.0"
|
|
@@ -1358,16 +1356,16 @@
|
|
|
1358
1356
|
}
|
|
1359
1357
|
},
|
|
1360
1358
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1361
|
-
"version": "7.
|
|
1362
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
|
1363
|
-
"integrity": "sha512-
|
|
1359
|
+
"version": "7.29.7",
|
|
1360
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.29.7.tgz",
|
|
1361
|
+
"integrity": "sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==",
|
|
1364
1362
|
"license": "MIT",
|
|
1365
1363
|
"dependencies": {
|
|
1366
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1367
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1368
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1369
|
-
"@babel/plugin-transform-parameters": "^7.
|
|
1370
|
-
"@babel/traverse": "^7.
|
|
1364
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1365
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1366
|
+
"@babel/plugin-transform-destructuring": "^7.29.7",
|
|
1367
|
+
"@babel/plugin-transform-parameters": "^7.29.7",
|
|
1368
|
+
"@babel/traverse": "^7.29.7"
|
|
1371
1369
|
},
|
|
1372
1370
|
"engines": {
|
|
1373
1371
|
"node": ">=6.9.0"
|
|
@@ -1377,13 +1375,13 @@
|
|
|
1377
1375
|
}
|
|
1378
1376
|
},
|
|
1379
1377
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
1380
|
-
"version": "7.
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
|
1382
|
-
"integrity": "sha512-
|
|
1378
|
+
"version": "7.29.7",
|
|
1379
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.29.7.tgz",
|
|
1380
|
+
"integrity": "sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==",
|
|
1383
1381
|
"license": "MIT",
|
|
1384
1382
|
"dependencies": {
|
|
1385
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1386
|
-
"@babel/helper-replace-supers": "^7.
|
|
1383
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1384
|
+
"@babel/helper-replace-supers": "^7.29.7"
|
|
1387
1385
|
},
|
|
1388
1386
|
"engines": {
|
|
1389
1387
|
"node": ">=6.9.0"
|
|
@@ -1393,12 +1391,12 @@
|
|
|
1393
1391
|
}
|
|
1394
1392
|
},
|
|
1395
1393
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
1396
|
-
"version": "7.
|
|
1397
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
|
1398
|
-
"integrity": "sha512-
|
|
1394
|
+
"version": "7.29.7",
|
|
1395
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.29.7.tgz",
|
|
1396
|
+
"integrity": "sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==",
|
|
1399
1397
|
"license": "MIT",
|
|
1400
1398
|
"dependencies": {
|
|
1401
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1399
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1402
1400
|
},
|
|
1403
1401
|
"engines": {
|
|
1404
1402
|
"node": ">=6.9.0"
|
|
@@ -1408,13 +1406,13 @@
|
|
|
1408
1406
|
}
|
|
1409
1407
|
},
|
|
1410
1408
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1411
|
-
"version": "7.
|
|
1412
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
1413
|
-
"integrity": "sha512-
|
|
1409
|
+
"version": "7.29.7",
|
|
1410
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.29.7.tgz",
|
|
1411
|
+
"integrity": "sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==",
|
|
1414
1412
|
"license": "MIT",
|
|
1415
1413
|
"dependencies": {
|
|
1416
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1417
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1414
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1415
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
1418
1416
|
},
|
|
1419
1417
|
"engines": {
|
|
1420
1418
|
"node": ">=6.9.0"
|
|
@@ -1424,12 +1422,12 @@
|
|
|
1424
1422
|
}
|
|
1425
1423
|
},
|
|
1426
1424
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
1427
|
-
"version": "7.
|
|
1428
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
|
1429
|
-
"integrity": "sha512-
|
|
1425
|
+
"version": "7.29.7",
|
|
1426
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.29.7.tgz",
|
|
1427
|
+
"integrity": "sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==",
|
|
1430
1428
|
"license": "MIT",
|
|
1431
1429
|
"dependencies": {
|
|
1432
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1430
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1433
1431
|
},
|
|
1434
1432
|
"engines": {
|
|
1435
1433
|
"node": ">=6.9.0"
|
|
@@ -1439,13 +1437,13 @@
|
|
|
1439
1437
|
}
|
|
1440
1438
|
},
|
|
1441
1439
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
1442
|
-
"version": "7.
|
|
1443
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
|
1444
|
-
"integrity": "sha512
|
|
1440
|
+
"version": "7.29.7",
|
|
1441
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.29.7.tgz",
|
|
1442
|
+
"integrity": "sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==",
|
|
1445
1443
|
"license": "MIT",
|
|
1446
1444
|
"dependencies": {
|
|
1447
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1448
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1445
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
1446
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1449
1447
|
},
|
|
1450
1448
|
"engines": {
|
|
1451
1449
|
"node": ">=6.9.0"
|
|
@@ -1455,14 +1453,14 @@
|
|
|
1455
1453
|
}
|
|
1456
1454
|
},
|
|
1457
1455
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
1458
|
-
"version": "7.
|
|
1459
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
|
1460
|
-
"integrity": "sha512
|
|
1456
|
+
"version": "7.29.7",
|
|
1457
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.29.7.tgz",
|
|
1458
|
+
"integrity": "sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==",
|
|
1461
1459
|
"license": "MIT",
|
|
1462
1460
|
"dependencies": {
|
|
1463
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1464
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1465
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1461
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1462
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
1463
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1466
1464
|
},
|
|
1467
1465
|
"engines": {
|
|
1468
1466
|
"node": ">=6.9.0"
|
|
@@ -1472,12 +1470,12 @@
|
|
|
1472
1470
|
}
|
|
1473
1471
|
},
|
|
1474
1472
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
1475
|
-
"version": "7.
|
|
1476
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
|
1477
|
-
"integrity": "sha512-
|
|
1473
|
+
"version": "7.29.7",
|
|
1474
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.29.7.tgz",
|
|
1475
|
+
"integrity": "sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==",
|
|
1478
1476
|
"license": "MIT",
|
|
1479
1477
|
"dependencies": {
|
|
1480
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1478
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1481
1479
|
},
|
|
1482
1480
|
"engines": {
|
|
1483
1481
|
"node": ">=6.9.0"
|
|
@@ -1487,13 +1485,12 @@
|
|
|
1487
1485
|
}
|
|
1488
1486
|
},
|
|
1489
1487
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
1490
|
-
"version": "7.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
|
1492
|
-
"integrity": "sha512
|
|
1493
|
-
"dev": true,
|
|
1488
|
+
"version": "7.29.7",
|
|
1489
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.29.7.tgz",
|
|
1490
|
+
"integrity": "sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==",
|
|
1494
1491
|
"license": "MIT",
|
|
1495
1492
|
"dependencies": {
|
|
1496
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1493
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1497
1494
|
},
|
|
1498
1495
|
"engines": {
|
|
1499
1496
|
"node": ">=6.9.0"
|
|
@@ -1503,17 +1500,16 @@
|
|
|
1503
1500
|
}
|
|
1504
1501
|
},
|
|
1505
1502
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1506
|
-
"version": "7.
|
|
1507
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
1508
|
-
"integrity": "sha512-
|
|
1509
|
-
"dev": true,
|
|
1503
|
+
"version": "7.29.7",
|
|
1504
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.29.7.tgz",
|
|
1505
|
+
"integrity": "sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==",
|
|
1510
1506
|
"license": "MIT",
|
|
1511
1507
|
"dependencies": {
|
|
1512
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1513
|
-
"@babel/helper-module-imports": "^7.
|
|
1514
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1515
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1516
|
-
"@babel/types": "^7.
|
|
1508
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1509
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
1510
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1511
|
+
"@babel/plugin-syntax-jsx": "^7.29.7",
|
|
1512
|
+
"@babel/types": "^7.29.7"
|
|
1517
1513
|
},
|
|
1518
1514
|
"engines": {
|
|
1519
1515
|
"node": ">=6.9.0"
|
|
@@ -1523,13 +1519,12 @@
|
|
|
1523
1519
|
}
|
|
1524
1520
|
},
|
|
1525
1521
|
"node_modules/@babel/plugin-transform-react-jsx-development": {
|
|
1526
|
-
"version": "7.
|
|
1527
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.
|
|
1528
|
-
"integrity": "sha512-
|
|
1529
|
-
"dev": true,
|
|
1522
|
+
"version": "7.29.7",
|
|
1523
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.29.7.tgz",
|
|
1524
|
+
"integrity": "sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==",
|
|
1530
1525
|
"license": "MIT",
|
|
1531
1526
|
"dependencies": {
|
|
1532
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
1527
|
+
"@babel/plugin-transform-react-jsx": "^7.29.7"
|
|
1533
1528
|
},
|
|
1534
1529
|
"engines": {
|
|
1535
1530
|
"node": ">=6.9.0"
|
|
@@ -1539,14 +1534,13 @@
|
|
|
1539
1534
|
}
|
|
1540
1535
|
},
|
|
1541
1536
|
"node_modules/@babel/plugin-transform-react-pure-annotations": {
|
|
1542
|
-
"version": "7.
|
|
1543
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.
|
|
1544
|
-
"integrity": "sha512-
|
|
1545
|
-
"dev": true,
|
|
1537
|
+
"version": "7.29.7",
|
|
1538
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.29.7.tgz",
|
|
1539
|
+
"integrity": "sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==",
|
|
1546
1540
|
"license": "MIT",
|
|
1547
1541
|
"dependencies": {
|
|
1548
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1549
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1542
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1543
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1550
1544
|
},
|
|
1551
1545
|
"engines": {
|
|
1552
1546
|
"node": ">=6.9.0"
|
|
@@ -1556,12 +1550,12 @@
|
|
|
1556
1550
|
}
|
|
1557
1551
|
},
|
|
1558
1552
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1559
|
-
"version": "7.29.
|
|
1560
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.
|
|
1561
|
-
"integrity": "sha512-
|
|
1553
|
+
"version": "7.29.7",
|
|
1554
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.7.tgz",
|
|
1555
|
+
"integrity": "sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==",
|
|
1562
1556
|
"license": "MIT",
|
|
1563
1557
|
"dependencies": {
|
|
1564
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1558
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1565
1559
|
},
|
|
1566
1560
|
"engines": {
|
|
1567
1561
|
"node": ">=6.9.0"
|
|
@@ -1571,13 +1565,13 @@
|
|
|
1571
1565
|
}
|
|
1572
1566
|
},
|
|
1573
1567
|
"node_modules/@babel/plugin-transform-regexp-modifiers": {
|
|
1574
|
-
"version": "7.
|
|
1575
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.
|
|
1576
|
-
"integrity": "sha512-
|
|
1568
|
+
"version": "7.29.7",
|
|
1569
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.29.7.tgz",
|
|
1570
|
+
"integrity": "sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==",
|
|
1577
1571
|
"license": "MIT",
|
|
1578
1572
|
"dependencies": {
|
|
1579
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1580
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1573
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1574
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1581
1575
|
},
|
|
1582
1576
|
"engines": {
|
|
1583
1577
|
"node": ">=6.9.0"
|
|
@@ -1587,12 +1581,12 @@
|
|
|
1587
1581
|
}
|
|
1588
1582
|
},
|
|
1589
1583
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
1590
|
-
"version": "7.
|
|
1591
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
|
1592
|
-
"integrity": "sha512-
|
|
1584
|
+
"version": "7.29.7",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.29.7.tgz",
|
|
1586
|
+
"integrity": "sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==",
|
|
1593
1587
|
"license": "MIT",
|
|
1594
1588
|
"dependencies": {
|
|
1595
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1589
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1596
1590
|
},
|
|
1597
1591
|
"engines": {
|
|
1598
1592
|
"node": ">=6.9.0"
|
|
@@ -1623,12 +1617,12 @@
|
|
|
1623
1617
|
}
|
|
1624
1618
|
},
|
|
1625
1619
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
1626
|
-
"version": "7.
|
|
1627
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
|
1628
|
-
"integrity": "sha512-
|
|
1620
|
+
"version": "7.29.7",
|
|
1621
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.29.7.tgz",
|
|
1622
|
+
"integrity": "sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==",
|
|
1629
1623
|
"license": "MIT",
|
|
1630
1624
|
"dependencies": {
|
|
1631
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1625
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1632
1626
|
},
|
|
1633
1627
|
"engines": {
|
|
1634
1628
|
"node": ">=6.9.0"
|
|
@@ -1638,13 +1632,13 @@
|
|
|
1638
1632
|
}
|
|
1639
1633
|
},
|
|
1640
1634
|
"node_modules/@babel/plugin-transform-spread": {
|
|
1641
|
-
"version": "7.
|
|
1642
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
1643
|
-
"integrity": "sha512
|
|
1635
|
+
"version": "7.29.7",
|
|
1636
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.29.7.tgz",
|
|
1637
|
+
"integrity": "sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==",
|
|
1644
1638
|
"license": "MIT",
|
|
1645
1639
|
"dependencies": {
|
|
1646
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1647
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1640
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1641
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
1648
1642
|
},
|
|
1649
1643
|
"engines": {
|
|
1650
1644
|
"node": ">=6.9.0"
|
|
@@ -1654,12 +1648,12 @@
|
|
|
1654
1648
|
}
|
|
1655
1649
|
},
|
|
1656
1650
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
1657
|
-
"version": "7.
|
|
1658
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
|
1659
|
-
"integrity": "sha512-
|
|
1651
|
+
"version": "7.29.7",
|
|
1652
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.29.7.tgz",
|
|
1653
|
+
"integrity": "sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==",
|
|
1660
1654
|
"license": "MIT",
|
|
1661
1655
|
"dependencies": {
|
|
1662
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1656
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1663
1657
|
},
|
|
1664
1658
|
"engines": {
|
|
1665
1659
|
"node": ">=6.9.0"
|
|
@@ -1669,12 +1663,12 @@
|
|
|
1669
1663
|
}
|
|
1670
1664
|
},
|
|
1671
1665
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
1672
|
-
"version": "7.
|
|
1673
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
|
1674
|
-
"integrity": "sha512-
|
|
1666
|
+
"version": "7.29.7",
|
|
1667
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.29.7.tgz",
|
|
1668
|
+
"integrity": "sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==",
|
|
1675
1669
|
"license": "MIT",
|
|
1676
1670
|
"dependencies": {
|
|
1677
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1671
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1678
1672
|
},
|
|
1679
1673
|
"engines": {
|
|
1680
1674
|
"node": ">=6.9.0"
|
|
@@ -1684,12 +1678,12 @@
|
|
|
1684
1678
|
}
|
|
1685
1679
|
},
|
|
1686
1680
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
1687
|
-
"version": "7.
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
|
1689
|
-
"integrity": "sha512-
|
|
1681
|
+
"version": "7.29.7",
|
|
1682
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.29.7.tgz",
|
|
1683
|
+
"integrity": "sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==",
|
|
1690
1684
|
"license": "MIT",
|
|
1691
1685
|
"dependencies": {
|
|
1692
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1686
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1693
1687
|
},
|
|
1694
1688
|
"engines": {
|
|
1695
1689
|
"node": ">=6.9.0"
|
|
@@ -1699,17 +1693,17 @@
|
|
|
1699
1693
|
}
|
|
1700
1694
|
},
|
|
1701
1695
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1702
|
-
"version": "7.
|
|
1703
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
1704
|
-
"integrity": "sha512-
|
|
1696
|
+
"version": "7.29.7",
|
|
1697
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz",
|
|
1698
|
+
"integrity": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==",
|
|
1705
1699
|
"dev": true,
|
|
1706
1700
|
"license": "MIT",
|
|
1707
1701
|
"dependencies": {
|
|
1708
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1709
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1710
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1711
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1712
|
-
"@babel/plugin-syntax-typescript": "^7.
|
|
1702
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1703
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
1704
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1705
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
|
|
1706
|
+
"@babel/plugin-syntax-typescript": "^7.29.7"
|
|
1713
1707
|
},
|
|
1714
1708
|
"engines": {
|
|
1715
1709
|
"node": ">=6.9.0"
|
|
@@ -1719,12 +1713,12 @@
|
|
|
1719
1713
|
}
|
|
1720
1714
|
},
|
|
1721
1715
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
1722
|
-
"version": "7.
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
|
1724
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "7.29.7",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.29.7.tgz",
|
|
1718
|
+
"integrity": "sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==",
|
|
1725
1719
|
"license": "MIT",
|
|
1726
1720
|
"dependencies": {
|
|
1727
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1721
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1728
1722
|
},
|
|
1729
1723
|
"engines": {
|
|
1730
1724
|
"node": ">=6.9.0"
|
|
@@ -1734,13 +1728,13 @@
|
|
|
1734
1728
|
}
|
|
1735
1729
|
},
|
|
1736
1730
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
1737
|
-
"version": "7.
|
|
1738
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
|
1739
|
-
"integrity": "sha512-
|
|
1731
|
+
"version": "7.29.7",
|
|
1732
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.29.7.tgz",
|
|
1733
|
+
"integrity": "sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==",
|
|
1740
1734
|
"license": "MIT",
|
|
1741
1735
|
"dependencies": {
|
|
1742
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1743
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1736
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1737
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1744
1738
|
},
|
|
1745
1739
|
"engines": {
|
|
1746
1740
|
"node": ">=6.9.0"
|
|
@@ -1750,13 +1744,13 @@
|
|
|
1750
1744
|
}
|
|
1751
1745
|
},
|
|
1752
1746
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
1753
|
-
"version": "7.
|
|
1754
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
|
1755
|
-
"integrity": "sha512-
|
|
1747
|
+
"version": "7.29.7",
|
|
1748
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.29.7.tgz",
|
|
1749
|
+
"integrity": "sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==",
|
|
1756
1750
|
"license": "MIT",
|
|
1757
1751
|
"dependencies": {
|
|
1758
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1759
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1752
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1753
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1760
1754
|
},
|
|
1761
1755
|
"engines": {
|
|
1762
1756
|
"node": ">=6.9.0"
|
|
@@ -1766,13 +1760,13 @@
|
|
|
1766
1760
|
}
|
|
1767
1761
|
},
|
|
1768
1762
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
1769
|
-
"version": "7.
|
|
1770
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
|
1771
|
-
"integrity": "sha512
|
|
1763
|
+
"version": "7.29.7",
|
|
1764
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.29.7.tgz",
|
|
1765
|
+
"integrity": "sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==",
|
|
1772
1766
|
"license": "MIT",
|
|
1773
1767
|
"dependencies": {
|
|
1774
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1775
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1768
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1769
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1776
1770
|
},
|
|
1777
1771
|
"engines": {
|
|
1778
1772
|
"node": ">=6.9.0"
|
|
@@ -1893,18 +1887,17 @@
|
|
|
1893
1887
|
}
|
|
1894
1888
|
},
|
|
1895
1889
|
"node_modules/@babel/preset-react": {
|
|
1896
|
-
"version": "7.
|
|
1897
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.
|
|
1898
|
-
"integrity": "sha512-
|
|
1899
|
-
"dev": true,
|
|
1890
|
+
"version": "7.28.5",
|
|
1891
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz",
|
|
1892
|
+
"integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==",
|
|
1900
1893
|
"license": "MIT",
|
|
1901
1894
|
"dependencies": {
|
|
1902
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1903
|
-
"@babel/helper-validator-option": "^7.
|
|
1904
|
-
"@babel/plugin-transform-react-display-name": "^7.
|
|
1905
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
1906
|
-
"@babel/plugin-transform-react-jsx-development": "^7.
|
|
1907
|
-
"@babel/plugin-transform-react-pure-annotations": "^7.
|
|
1895
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1896
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1897
|
+
"@babel/plugin-transform-react-display-name": "^7.28.0",
|
|
1898
|
+
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
1899
|
+
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
|
|
1900
|
+
"@babel/plugin-transform-react-pure-annotations": "^7.27.1"
|
|
1908
1901
|
},
|
|
1909
1902
|
"engines": {
|
|
1910
1903
|
"node": ">=6.9.0"
|
|
@@ -1934,9 +1927,9 @@
|
|
|
1934
1927
|
}
|
|
1935
1928
|
},
|
|
1936
1929
|
"node_modules/@babel/register": {
|
|
1937
|
-
"version": "7.29.
|
|
1938
|
-
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.29.
|
|
1939
|
-
"integrity": "sha512-
|
|
1930
|
+
"version": "7.29.7",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.29.7.tgz",
|
|
1932
|
+
"integrity": "sha512-AMGJoWuES861riy6pcB0fphE1YXybtQnBYQMuIyPv6mKLiosfa79BKTnAOyx215c/3RJPJpdQwoHZ3earVH7AA==",
|
|
1940
1933
|
"dev": true,
|
|
1941
1934
|
"license": "MIT",
|
|
1942
1935
|
"dependencies": {
|
|
@@ -1963,26 +1956,26 @@
|
|
|
1963
1956
|
}
|
|
1964
1957
|
},
|
|
1965
1958
|
"node_modules/@babel/template": {
|
|
1966
|
-
"version": "7.
|
|
1967
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1968
|
-
"integrity": "sha512-
|
|
1959
|
+
"version": "7.29.7",
|
|
1960
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
1961
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
1969
1962
|
"license": "MIT",
|
|
1970
1963
|
"dependencies": {
|
|
1971
|
-
"@babel/code-frame": "^7.
|
|
1972
|
-
"@babel/parser": "^7.
|
|
1973
|
-
"@babel/types": "^7.
|
|
1964
|
+
"@babel/code-frame": "^7.29.7",
|
|
1965
|
+
"@babel/parser": "^7.29.7",
|
|
1966
|
+
"@babel/types": "^7.29.7"
|
|
1974
1967
|
},
|
|
1975
1968
|
"engines": {
|
|
1976
1969
|
"node": ">=6.9.0"
|
|
1977
1970
|
}
|
|
1978
1971
|
},
|
|
1979
1972
|
"node_modules/@babel/template/node_modules/@babel/code-frame": {
|
|
1980
|
-
"version": "7.29.
|
|
1981
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
1982
|
-
"integrity": "sha512-
|
|
1973
|
+
"version": "7.29.7",
|
|
1974
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
1975
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
1983
1976
|
"license": "MIT",
|
|
1984
1977
|
"dependencies": {
|
|
1985
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1978
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
1986
1979
|
"js-tokens": "^4.0.0",
|
|
1987
1980
|
"picocolors": "^1.1.1"
|
|
1988
1981
|
},
|
|
@@ -1991,17 +1984,17 @@
|
|
|
1991
1984
|
}
|
|
1992
1985
|
},
|
|
1993
1986
|
"node_modules/@babel/traverse": {
|
|
1994
|
-
"version": "7.29.
|
|
1995
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
1996
|
-
"integrity": "sha512-
|
|
1987
|
+
"version": "7.29.7",
|
|
1988
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
1989
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
1997
1990
|
"license": "MIT",
|
|
1998
1991
|
"dependencies": {
|
|
1999
|
-
"@babel/code-frame": "^7.29.
|
|
2000
|
-
"@babel/generator": "^7.29.
|
|
2001
|
-
"@babel/helper-globals": "^7.
|
|
2002
|
-
"@babel/parser": "^7.29.
|
|
2003
|
-
"@babel/template": "^7.
|
|
2004
|
-
"@babel/types": "^7.29.
|
|
1992
|
+
"@babel/code-frame": "^7.29.7",
|
|
1993
|
+
"@babel/generator": "^7.29.7",
|
|
1994
|
+
"@babel/helper-globals": "^7.29.7",
|
|
1995
|
+
"@babel/parser": "^7.29.7",
|
|
1996
|
+
"@babel/template": "^7.29.7",
|
|
1997
|
+
"@babel/types": "^7.29.7",
|
|
2005
1998
|
"debug": "^4.3.1"
|
|
2006
1999
|
},
|
|
2007
2000
|
"engines": {
|
|
@@ -2009,12 +2002,12 @@
|
|
|
2009
2002
|
}
|
|
2010
2003
|
},
|
|
2011
2004
|
"node_modules/@babel/traverse/node_modules/@babel/code-frame": {
|
|
2012
|
-
"version": "7.29.
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
2014
|
-
"integrity": "sha512-
|
|
2005
|
+
"version": "7.29.7",
|
|
2006
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
2007
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
2015
2008
|
"license": "MIT",
|
|
2016
2009
|
"dependencies": {
|
|
2017
|
-
"@babel/helper-validator-identifier": "^7.
|
|
2010
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
2018
2011
|
"js-tokens": "^4.0.0",
|
|
2019
2012
|
"picocolors": "^1.1.1"
|
|
2020
2013
|
},
|
|
@@ -2023,13 +2016,13 @@
|
|
|
2023
2016
|
}
|
|
2024
2017
|
},
|
|
2025
2018
|
"node_modules/@babel/types": {
|
|
2026
|
-
"version": "7.29.
|
|
2027
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
2028
|
-
"integrity": "sha512-
|
|
2019
|
+
"version": "7.29.7",
|
|
2020
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
2021
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
2029
2022
|
"license": "MIT",
|
|
2030
2023
|
"dependencies": {
|
|
2031
|
-
"@babel/helper-string-parser": "^7.
|
|
2032
|
-
"@babel/helper-validator-identifier": "^7.
|
|
2024
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
2025
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
2033
2026
|
},
|
|
2034
2027
|
"engines": {
|
|
2035
2028
|
"node": ">=6.9.0"
|
|
@@ -2216,15 +2209,6 @@
|
|
|
2216
2209
|
"uuid": "10.0.0"
|
|
2217
2210
|
}
|
|
2218
2211
|
},
|
|
2219
|
-
"node_modules/@cucumber/gherkin-utils/node_modules/commander": {
|
|
2220
|
-
"version": "13.1.0",
|
|
2221
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
2222
|
-
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
2223
|
-
"license": "MIT",
|
|
2224
|
-
"engines": {
|
|
2225
|
-
"node": ">=18"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
2212
|
"node_modules/@cucumber/gherkin-utils/node_modules/uuid": {
|
|
2229
2213
|
"version": "10.0.0",
|
|
2230
2214
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
@@ -2441,9 +2425,9 @@
|
|
|
2441
2425
|
}
|
|
2442
2426
|
},
|
|
2443
2427
|
"node_modules/@eslint/plugin-kit": {
|
|
2444
|
-
"version": "0.7.
|
|
2445
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.
|
|
2446
|
-
"integrity": "sha512
|
|
2428
|
+
"version": "0.7.2",
|
|
2429
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
|
|
2430
|
+
"integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
|
|
2447
2431
|
"license": "Apache-2.0",
|
|
2448
2432
|
"peer": true,
|
|
2449
2433
|
"dependencies": {
|
|
@@ -3334,9 +3318,9 @@
|
|
|
3334
3318
|
"license": "MIT"
|
|
3335
3319
|
},
|
|
3336
3320
|
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
3337
|
-
"version": "2.1.
|
|
3338
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
3339
|
-
"integrity": "sha512-
|
|
3321
|
+
"version": "2.1.1",
|
|
3322
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
3323
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
3340
3324
|
"license": "MIT",
|
|
3341
3325
|
"dependencies": {
|
|
3342
3326
|
"balanced-match": "^1.0.0"
|
|
@@ -3882,12 +3866,12 @@
|
|
|
3882
3866
|
}
|
|
3883
3867
|
},
|
|
3884
3868
|
"node_modules/@pkgr/core": {
|
|
3885
|
-
"version": "0.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.
|
|
3887
|
-
"integrity": "sha512-
|
|
3869
|
+
"version": "0.3.6",
|
|
3870
|
+
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.3.6.tgz",
|
|
3871
|
+
"integrity": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==",
|
|
3888
3872
|
"license": "MIT",
|
|
3889
3873
|
"engines": {
|
|
3890
|
-
"node": "^
|
|
3874
|
+
"node": "^14.18.0 || >=16.0.0"
|
|
3891
3875
|
},
|
|
3892
3876
|
"funding": {
|
|
3893
3877
|
"url": "https://opencollective.com/pkgr"
|
|
@@ -3945,9 +3929,9 @@
|
|
|
3945
3929
|
"license": "MIT"
|
|
3946
3930
|
},
|
|
3947
3931
|
"node_modules/@reportportal/client-javascript/node_modules/brace-expansion": {
|
|
3948
|
-
"version": "2.1.
|
|
3949
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
3950
|
-
"integrity": "sha512-
|
|
3932
|
+
"version": "2.1.1",
|
|
3933
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
3934
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
3951
3935
|
"license": "MIT",
|
|
3952
3936
|
"dependencies": {
|
|
3953
3937
|
"balanced-match": "^1.0.0"
|
|
@@ -4072,21 +4056,21 @@
|
|
|
4072
4056
|
}
|
|
4073
4057
|
},
|
|
4074
4058
|
"node_modules/@testing-library/react": {
|
|
4075
|
-
"version": "
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-
|
|
4077
|
-
"integrity": "sha512-
|
|
4059
|
+
"version": "12.1.5",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz",
|
|
4061
|
+
"integrity": "sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==",
|
|
4078
4062
|
"license": "MIT",
|
|
4079
4063
|
"dependencies": {
|
|
4080
4064
|
"@babel/runtime": "^7.12.5",
|
|
4081
|
-
"@testing-library/dom": "^8.
|
|
4082
|
-
"@types/react-dom": "
|
|
4065
|
+
"@testing-library/dom": "^8.0.0",
|
|
4066
|
+
"@types/react-dom": "<18.0.0"
|
|
4083
4067
|
},
|
|
4084
4068
|
"engines": {
|
|
4085
4069
|
"node": ">=12"
|
|
4086
4070
|
},
|
|
4087
4071
|
"peerDependencies": {
|
|
4088
|
-
"react": "
|
|
4089
|
-
"react-dom": "
|
|
4072
|
+
"react": "<18.0.0",
|
|
4073
|
+
"react-dom": "<18.0.0"
|
|
4090
4074
|
}
|
|
4091
4075
|
},
|
|
4092
4076
|
"node_modules/@tootallnate/once": {
|
|
@@ -4281,32 +4265,46 @@
|
|
|
4281
4265
|
"peer": true
|
|
4282
4266
|
},
|
|
4283
4267
|
"node_modules/@types/node": {
|
|
4284
|
-
"version": "25.9.
|
|
4285
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.
|
|
4286
|
-
"integrity": "sha512-
|
|
4268
|
+
"version": "25.9.2",
|
|
4269
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
|
|
4270
|
+
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
|
|
4287
4271
|
"license": "MIT",
|
|
4288
4272
|
"dependencies": {
|
|
4289
4273
|
"undici-types": ">=7.24.0 <7.24.7"
|
|
4290
4274
|
}
|
|
4291
4275
|
},
|
|
4276
|
+
"node_modules/@types/prop-types": {
|
|
4277
|
+
"version": "15.7.15",
|
|
4278
|
+
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
4279
|
+
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
4280
|
+
"license": "MIT"
|
|
4281
|
+
},
|
|
4292
4282
|
"node_modules/@types/react": {
|
|
4293
|
-
"version": "
|
|
4294
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-
|
|
4295
|
-
"integrity": "sha512-
|
|
4283
|
+
"version": "16.14.70",
|
|
4284
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.70.tgz",
|
|
4285
|
+
"integrity": "sha512-DM5Q7rSx9G6QYcVvMgxvEurL5P06OxcDNUXrLxlpBzG4ccUewcBCmsztYbxJBobzO8RIwwmjoaD5OsKqdHDuYQ==",
|
|
4296
4286
|
"license": "MIT",
|
|
4297
4287
|
"dependencies": {
|
|
4288
|
+
"@types/prop-types": "*",
|
|
4289
|
+
"@types/scheduler": "^0.16",
|
|
4298
4290
|
"csstype": "^3.2.2"
|
|
4299
4291
|
}
|
|
4300
4292
|
},
|
|
4301
4293
|
"node_modules/@types/react-dom": {
|
|
4302
|
-
"version": "
|
|
4303
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-
|
|
4304
|
-
"integrity": "sha512-
|
|
4294
|
+
"version": "16.9.25",
|
|
4295
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.25.tgz",
|
|
4296
|
+
"integrity": "sha512-ZK//eAPhwft9Ul2/Zj+6O11YR6L4JX0J2sVeBC9Ft7x7HFN7xk7yUV/zDxqV6rjvqgl6r8Dq7oQImxtyf/Mzcw==",
|
|
4305
4297
|
"license": "MIT",
|
|
4306
|
-
"
|
|
4307
|
-
"@types/react": "
|
|
4298
|
+
"peerDependencies": {
|
|
4299
|
+
"@types/react": "^16.0.0"
|
|
4308
4300
|
}
|
|
4309
4301
|
},
|
|
4302
|
+
"node_modules/@types/scheduler": {
|
|
4303
|
+
"version": "0.16.8",
|
|
4304
|
+
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz",
|
|
4305
|
+
"integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==",
|
|
4306
|
+
"license": "MIT"
|
|
4307
|
+
},
|
|
4310
4308
|
"node_modules/@types/stack-utils": {
|
|
4311
4309
|
"version": "2.0.3",
|
|
4312
4310
|
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
@@ -4644,19 +4642,29 @@
|
|
|
4644
4642
|
]
|
|
4645
4643
|
},
|
|
4646
4644
|
"node_modules/@zohodesk/unit-testing-framework": {
|
|
4647
|
-
"version": "0.0.
|
|
4648
|
-
"resolved": "https://registry.npmjs.org/@zohodesk/unit-testing-framework/-/unit-testing-framework-0.0.
|
|
4649
|
-
"integrity": "sha512
|
|
4645
|
+
"version": "0.0.35-experimental",
|
|
4646
|
+
"resolved": "https://registry.npmjs.org/@zohodesk/unit-testing-framework/-/unit-testing-framework-0.0.35-experimental.tgz",
|
|
4647
|
+
"integrity": "sha512-AFLwINCLrjRYMKNtNZH52u04mmeeSrj+b2GdLVmNmTJ2PIqY5Bfj/tCgTxC0NlTz0AiNgZH2Eb/SC942wIKURg==",
|
|
4650
4648
|
"license": "UNLICENSED",
|
|
4651
4649
|
"dependencies": {
|
|
4652
4650
|
"@babel/core": "7.29.0",
|
|
4653
4651
|
"@babel/preset-env": "7.29.0",
|
|
4654
4652
|
"@jest/core": "30.2.0",
|
|
4655
4653
|
"@jest/types": "30.2.0",
|
|
4654
|
+
"@testing-library/react": "12.1.5",
|
|
4655
|
+
"@types/jest": "29.5.12",
|
|
4656
|
+
"@types/react": "16.14.70",
|
|
4657
|
+
"@types/react-dom": "16.9.25",
|
|
4656
4658
|
"babel-jest": "30.2.0",
|
|
4659
|
+
"identity-obj-proxy": "3.0.0",
|
|
4657
4660
|
"jest": "30.2.0",
|
|
4661
|
+
"jest-cli": "30.2.0",
|
|
4658
4662
|
"jest-environment-jsdom": "30.2.0",
|
|
4659
|
-
"jest-html-reporter": "4.3.0"
|
|
4663
|
+
"jest-html-reporter": "4.3.0",
|
|
4664
|
+
"jest-transform-stub": "2.0.0"
|
|
4665
|
+
},
|
|
4666
|
+
"bin": {
|
|
4667
|
+
"zd-unit-test": "build/src/cli/bin.js"
|
|
4660
4668
|
}
|
|
4661
4669
|
},
|
|
4662
4670
|
"node_modules/@zohodesk/unit-testing-framework/node_modules/@jest/transform": {
|
|
@@ -4744,32 +4752,32 @@
|
|
|
4744
4752
|
"@babel/core": "^7.11.0 || ^8.0.0-0"
|
|
4745
4753
|
}
|
|
4746
4754
|
},
|
|
4747
|
-
"node_modules/@zohodesk/unit-testing-framework/node_modules/babel-
|
|
4755
|
+
"node_modules/@zohodesk/unit-testing-framework/node_modules/babel-jest/node_modules/babel-preset-jest": {
|
|
4748
4756
|
"version": "30.2.0",
|
|
4749
|
-
"resolved": "https://registry.npmjs.org/babel-
|
|
4750
|
-
"integrity": "sha512-
|
|
4757
|
+
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz",
|
|
4758
|
+
"integrity": "sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==",
|
|
4751
4759
|
"license": "MIT",
|
|
4752
4760
|
"dependencies": {
|
|
4753
|
-
"
|
|
4761
|
+
"babel-plugin-jest-hoist": "30.2.0",
|
|
4762
|
+
"babel-preset-current-node-syntax": "^1.2.0"
|
|
4754
4763
|
},
|
|
4755
4764
|
"engines": {
|
|
4756
4765
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
4766
|
+
},
|
|
4767
|
+
"peerDependencies": {
|
|
4768
|
+
"@babel/core": "^7.11.0 || ^8.0.0-beta.1"
|
|
4757
4769
|
}
|
|
4758
4770
|
},
|
|
4759
|
-
"node_modules/@zohodesk/unit-testing-framework/node_modules/babel-
|
|
4771
|
+
"node_modules/@zohodesk/unit-testing-framework/node_modules/babel-plugin-jest-hoist": {
|
|
4760
4772
|
"version": "30.2.0",
|
|
4761
|
-
"resolved": "https://registry.npmjs.org/babel-
|
|
4762
|
-
"integrity": "sha512-
|
|
4773
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz",
|
|
4774
|
+
"integrity": "sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==",
|
|
4763
4775
|
"license": "MIT",
|
|
4764
4776
|
"dependencies": {
|
|
4765
|
-
"
|
|
4766
|
-
"babel-preset-current-node-syntax": "^1.2.0"
|
|
4777
|
+
"@types/babel__core": "^7.20.5"
|
|
4767
4778
|
},
|
|
4768
4779
|
"engines": {
|
|
4769
4780
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
4770
|
-
},
|
|
4771
|
-
"peerDependencies": {
|
|
4772
|
-
"@babel/core": "^7.11.0 || ^8.0.0-beta.1"
|
|
4773
4781
|
}
|
|
4774
4782
|
},
|
|
4775
4783
|
"node_modules/@zohodesk/unit-testing-framework/node_modules/cssstyle": {
|
|
@@ -4862,38 +4870,6 @@
|
|
|
4862
4870
|
}
|
|
4863
4871
|
}
|
|
4864
4872
|
},
|
|
4865
|
-
"node_modules/@zohodesk/unit-testing-framework/node_modules/jest-cli": {
|
|
4866
|
-
"version": "30.2.0",
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.2.0.tgz",
|
|
4868
|
-
"integrity": "sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==",
|
|
4869
|
-
"license": "MIT",
|
|
4870
|
-
"dependencies": {
|
|
4871
|
-
"@jest/core": "30.2.0",
|
|
4872
|
-
"@jest/test-result": "30.2.0",
|
|
4873
|
-
"@jest/types": "30.2.0",
|
|
4874
|
-
"chalk": "^4.1.2",
|
|
4875
|
-
"exit-x": "^0.2.2",
|
|
4876
|
-
"import-local": "^3.2.0",
|
|
4877
|
-
"jest-config": "30.2.0",
|
|
4878
|
-
"jest-util": "30.2.0",
|
|
4879
|
-
"jest-validate": "30.2.0",
|
|
4880
|
-
"yargs": "^17.7.2"
|
|
4881
|
-
},
|
|
4882
|
-
"bin": {
|
|
4883
|
-
"jest": "bin/jest.js"
|
|
4884
|
-
},
|
|
4885
|
-
"engines": {
|
|
4886
|
-
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
4887
|
-
},
|
|
4888
|
-
"peerDependencies": {
|
|
4889
|
-
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
4890
|
-
},
|
|
4891
|
-
"peerDependenciesMeta": {
|
|
4892
|
-
"node-notifier": {
|
|
4893
|
-
"optional": true
|
|
4894
|
-
}
|
|
4895
|
-
}
|
|
4896
|
-
},
|
|
4897
4873
|
"node_modules/@zohodesk/unit-testing-framework/node_modules/jest-environment-jsdom": {
|
|
4898
4874
|
"version": "30.2.0",
|
|
4899
4875
|
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-30.2.0.tgz",
|
|
@@ -5321,9 +5297,9 @@
|
|
|
5321
5297
|
}
|
|
5322
5298
|
},
|
|
5323
5299
|
"node_modules/axios": {
|
|
5324
|
-
"version": "1.
|
|
5325
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
5326
|
-
"integrity": "sha512-
|
|
5300
|
+
"version": "1.17.0",
|
|
5301
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz",
|
|
5302
|
+
"integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==",
|
|
5327
5303
|
"license": "MIT",
|
|
5328
5304
|
"dependencies": {
|
|
5329
5305
|
"follow-redirects": "^1.16.0",
|
|
@@ -5542,9 +5518,9 @@
|
|
|
5542
5518
|
}
|
|
5543
5519
|
},
|
|
5544
5520
|
"node_modules/baseline-browser-mapping": {
|
|
5545
|
-
"version": "2.10.
|
|
5546
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.
|
|
5547
|
-
"integrity": "sha512-
|
|
5521
|
+
"version": "2.10.34",
|
|
5522
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.34.tgz",
|
|
5523
|
+
"integrity": "sha512-IMDedajPifLnHNY0X9n8hKxRTQ6/eTHwr5bDo04WnuqxyKw6LYtQywCuuqPZwhl3aBXMvQpJov42GLCwRRdQzw==",
|
|
5548
5524
|
"license": "Apache-2.0",
|
|
5549
5525
|
"bin": {
|
|
5550
5526
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -5719,9 +5695,9 @@
|
|
|
5719
5695
|
}
|
|
5720
5696
|
},
|
|
5721
5697
|
"node_modules/caniuse-lite": {
|
|
5722
|
-
"version": "1.0.
|
|
5723
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
5724
|
-
"integrity": "sha512-
|
|
5698
|
+
"version": "1.0.30001797",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001797.tgz",
|
|
5700
|
+
"integrity": "sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==",
|
|
5725
5701
|
"funding": [
|
|
5726
5702
|
{
|
|
5727
5703
|
"type": "opencollective",
|
|
@@ -5945,12 +5921,12 @@
|
|
|
5945
5921
|
}
|
|
5946
5922
|
},
|
|
5947
5923
|
"node_modules/commander": {
|
|
5948
|
-
"version": "
|
|
5949
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
5950
|
-
"integrity": "sha512
|
|
5924
|
+
"version": "13.1.0",
|
|
5925
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
5926
|
+
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
5951
5927
|
"license": "MIT",
|
|
5952
5928
|
"engines": {
|
|
5953
|
-
"node": ">=
|
|
5929
|
+
"node": ">=18"
|
|
5954
5930
|
}
|
|
5955
5931
|
},
|
|
5956
5932
|
"node_modules/commondir": {
|
|
@@ -6647,9 +6623,9 @@
|
|
|
6647
6623
|
"license": "MIT"
|
|
6648
6624
|
},
|
|
6649
6625
|
"node_modules/create-jest/node_modules/semver": {
|
|
6650
|
-
"version": "7.8.
|
|
6651
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
6652
|
-
"integrity": "sha512-
|
|
6626
|
+
"version": "7.8.2",
|
|
6627
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
|
|
6628
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
6653
6629
|
"license": "ISC",
|
|
6654
6630
|
"bin": {
|
|
6655
6631
|
"semver": "bin/semver.js"
|
|
@@ -7020,9 +6996,9 @@
|
|
|
7020
6996
|
}
|
|
7021
6997
|
},
|
|
7022
6998
|
"node_modules/electron-to-chromium": {
|
|
7023
|
-
"version": "1.5.
|
|
7024
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
7025
|
-
"integrity": "sha512-
|
|
6999
|
+
"version": "1.5.368",
|
|
7000
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.368.tgz",
|
|
7001
|
+
"integrity": "sha512-7RckJJK4uESJF9PxvfMWd3TGqIiieUTG4HxnKaKuIpGbcr+r2ZEB3g2gAhCP3Fqm42vJSzLfgab9eva/C4/XVw==",
|
|
7026
7002
|
"license": "ISC"
|
|
7027
7003
|
},
|
|
7028
7004
|
"node_modules/emittery": {
|
|
@@ -7179,9 +7155,9 @@
|
|
|
7179
7155
|
}
|
|
7180
7156
|
},
|
|
7181
7157
|
"node_modules/es-object-atoms": {
|
|
7182
|
-
"version": "1.1.
|
|
7183
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.
|
|
7184
|
-
"integrity": "sha512-
|
|
7158
|
+
"version": "1.1.2",
|
|
7159
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
7160
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
7185
7161
|
"license": "MIT",
|
|
7186
7162
|
"dependencies": {
|
|
7187
7163
|
"es-errors": "^1.3.0"
|
|
@@ -7267,9 +7243,9 @@
|
|
|
7267
7243
|
}
|
|
7268
7244
|
},
|
|
7269
7245
|
"node_modules/eslint": {
|
|
7270
|
-
"version": "10.4.
|
|
7271
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.
|
|
7272
|
-
"integrity": "sha512-
|
|
7246
|
+
"version": "10.4.1",
|
|
7247
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz",
|
|
7248
|
+
"integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==",
|
|
7273
7249
|
"license": "MIT",
|
|
7274
7250
|
"peer": true,
|
|
7275
7251
|
"dependencies": {
|
|
@@ -7278,7 +7254,7 @@
|
|
|
7278
7254
|
"@eslint/config-array": "^0.23.5",
|
|
7279
7255
|
"@eslint/config-helpers": "^0.6.0",
|
|
7280
7256
|
"@eslint/core": "^1.2.1",
|
|
7281
|
-
"@eslint/plugin-kit": "^0.7.
|
|
7257
|
+
"@eslint/plugin-kit": "^0.7.2",
|
|
7282
7258
|
"@humanfs/node": "^0.16.6",
|
|
7283
7259
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
7284
7260
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -7742,9 +7718,9 @@
|
|
|
7742
7718
|
"license": "MIT"
|
|
7743
7719
|
},
|
|
7744
7720
|
"node_modules/filelist/node_modules/brace-expansion": {
|
|
7745
|
-
"version": "2.1.
|
|
7746
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
7747
|
-
"integrity": "sha512-
|
|
7721
|
+
"version": "2.1.1",
|
|
7722
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
7723
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
7748
7724
|
"dev": true,
|
|
7749
7725
|
"license": "MIT",
|
|
7750
7726
|
"dependencies": {
|
|
@@ -8114,9 +8090,9 @@
|
|
|
8114
8090
|
"license": "MIT"
|
|
8115
8091
|
},
|
|
8116
8092
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
8117
|
-
"version": "1.1.
|
|
8118
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
8119
|
-
"integrity": "sha512-
|
|
8093
|
+
"version": "1.1.15",
|
|
8094
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
8095
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
8120
8096
|
"license": "MIT",
|
|
8121
8097
|
"dependencies": {
|
|
8122
8098
|
"balanced-match": "^1.0.0",
|
|
@@ -8171,9 +8147,9 @@
|
|
|
8171
8147
|
"license": "ISC"
|
|
8172
8148
|
},
|
|
8173
8149
|
"node_modules/graphql": {
|
|
8174
|
-
"version": "16.14.
|
|
8175
|
-
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.
|
|
8176
|
-
"integrity": "sha512-
|
|
8150
|
+
"version": "16.14.1",
|
|
8151
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.1.tgz",
|
|
8152
|
+
"integrity": "sha512-cQOsSMS/IrDz82PVyRDvf/Q1F/bRbBVjJlh+xYOkI1qw2bWRvWGiWc+m2O0d6l4Bt1fyY+8kzJ8JFWGJqNeDBg==",
|
|
8177
8153
|
"license": "MIT",
|
|
8178
8154
|
"engines": {
|
|
8179
8155
|
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
@@ -8262,9 +8238,9 @@
|
|
|
8262
8238
|
}
|
|
8263
8239
|
},
|
|
8264
8240
|
"node_modules/hasown": {
|
|
8265
|
-
"version": "2.0.
|
|
8266
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
8267
|
-
"integrity": "sha512-
|
|
8241
|
+
"version": "2.0.4",
|
|
8242
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
8243
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
8268
8244
|
"license": "MIT",
|
|
8269
8245
|
"dependencies": {
|
|
8270
8246
|
"function-bind": "^1.1.2"
|
|
@@ -8994,9 +8970,9 @@
|
|
|
8994
8970
|
}
|
|
8995
8971
|
},
|
|
8996
8972
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
8997
|
-
"version": "7.8.
|
|
8998
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
8999
|
-
"integrity": "sha512-
|
|
8973
|
+
"version": "7.8.2",
|
|
8974
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
|
|
8975
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
9000
8976
|
"license": "ISC",
|
|
9001
8977
|
"bin": {
|
|
9002
8978
|
"semver": "bin/semver.js"
|
|
@@ -9035,9 +9011,9 @@
|
|
|
9035
9011
|
}
|
|
9036
9012
|
},
|
|
9037
9013
|
"node_modules/istanbul-lib-report/node_modules/semver": {
|
|
9038
|
-
"version": "7.8.
|
|
9039
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
9040
|
-
"integrity": "sha512-
|
|
9014
|
+
"version": "7.8.2",
|
|
9015
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
|
|
9016
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
9041
9017
|
"license": "ISC",
|
|
9042
9018
|
"bin": {
|
|
9043
9019
|
"semver": "bin/semver.js"
|
|
@@ -9279,28 +9255,27 @@
|
|
|
9279
9255
|
}
|
|
9280
9256
|
},
|
|
9281
9257
|
"node_modules/jest-cli": {
|
|
9282
|
-
"version": "
|
|
9283
|
-
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-
|
|
9284
|
-
"integrity": "sha512-
|
|
9258
|
+
"version": "30.2.0",
|
|
9259
|
+
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.2.0.tgz",
|
|
9260
|
+
"integrity": "sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==",
|
|
9285
9261
|
"license": "MIT",
|
|
9286
9262
|
"dependencies": {
|
|
9287
|
-
"@jest/core": "
|
|
9288
|
-
"@jest/test-result": "
|
|
9289
|
-
"@jest/types": "
|
|
9290
|
-
"chalk": "^4.
|
|
9291
|
-
"
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9294
|
-
"jest-
|
|
9295
|
-
"jest-
|
|
9296
|
-
"
|
|
9297
|
-
"yargs": "^17.3.1"
|
|
9263
|
+
"@jest/core": "30.2.0",
|
|
9264
|
+
"@jest/test-result": "30.2.0",
|
|
9265
|
+
"@jest/types": "30.2.0",
|
|
9266
|
+
"chalk": "^4.1.2",
|
|
9267
|
+
"exit-x": "^0.2.2",
|
|
9268
|
+
"import-local": "^3.2.0",
|
|
9269
|
+
"jest-config": "30.2.0",
|
|
9270
|
+
"jest-util": "30.2.0",
|
|
9271
|
+
"jest-validate": "30.2.0",
|
|
9272
|
+
"yargs": "^17.7.2"
|
|
9298
9273
|
},
|
|
9299
9274
|
"bin": {
|
|
9300
9275
|
"jest": "bin/jest.js"
|
|
9301
9276
|
},
|
|
9302
9277
|
"engines": {
|
|
9303
|
-
"node": "^14.
|
|
9278
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
9304
9279
|
},
|
|
9305
9280
|
"peerDependencies": {
|
|
9306
9281
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
@@ -9311,796 +9286,22 @@
|
|
|
9311
9286
|
}
|
|
9312
9287
|
}
|
|
9313
9288
|
},
|
|
9314
|
-
"node_modules/jest-cli/node_modules/@jest/
|
|
9315
|
-
"version": "
|
|
9316
|
-
"resolved": "https://registry.npmjs.org/@jest/
|
|
9317
|
-
"integrity": "sha512-
|
|
9318
|
-
"license": "MIT",
|
|
9319
|
-
"dependencies": {
|
|
9320
|
-
"@jest/types": "^29.6.3",
|
|
9321
|
-
"@types/node": "*",
|
|
9322
|
-
"chalk": "^4.0.0",
|
|
9323
|
-
"jest-message-util": "^29.7.0",
|
|
9324
|
-
"jest-util": "^29.7.0",
|
|
9325
|
-
"slash": "^3.0.0"
|
|
9326
|
-
},
|
|
9327
|
-
"engines": {
|
|
9328
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9329
|
-
}
|
|
9330
|
-
},
|
|
9331
|
-
"node_modules/jest-cli/node_modules/@jest/core": {
|
|
9332
|
-
"version": "29.7.0",
|
|
9333
|
-
"resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
|
|
9334
|
-
"integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
|
|
9335
|
-
"license": "MIT",
|
|
9336
|
-
"dependencies": {
|
|
9337
|
-
"@jest/console": "^29.7.0",
|
|
9338
|
-
"@jest/reporters": "^29.7.0",
|
|
9339
|
-
"@jest/test-result": "^29.7.0",
|
|
9340
|
-
"@jest/transform": "^29.7.0",
|
|
9341
|
-
"@jest/types": "^29.6.3",
|
|
9342
|
-
"@types/node": "*",
|
|
9343
|
-
"ansi-escapes": "^4.2.1",
|
|
9344
|
-
"chalk": "^4.0.0",
|
|
9345
|
-
"ci-info": "^3.2.0",
|
|
9346
|
-
"exit": "^0.1.2",
|
|
9347
|
-
"graceful-fs": "^4.2.9",
|
|
9348
|
-
"jest-changed-files": "^29.7.0",
|
|
9349
|
-
"jest-config": "^29.7.0",
|
|
9350
|
-
"jest-haste-map": "^29.7.0",
|
|
9351
|
-
"jest-message-util": "^29.7.0",
|
|
9352
|
-
"jest-regex-util": "^29.6.3",
|
|
9353
|
-
"jest-resolve": "^29.7.0",
|
|
9354
|
-
"jest-resolve-dependencies": "^29.7.0",
|
|
9355
|
-
"jest-runner": "^29.7.0",
|
|
9356
|
-
"jest-runtime": "^29.7.0",
|
|
9357
|
-
"jest-snapshot": "^29.7.0",
|
|
9358
|
-
"jest-util": "^29.7.0",
|
|
9359
|
-
"jest-validate": "^29.7.0",
|
|
9360
|
-
"jest-watcher": "^29.7.0",
|
|
9361
|
-
"micromatch": "^4.0.4",
|
|
9362
|
-
"pretty-format": "^29.7.0",
|
|
9363
|
-
"slash": "^3.0.0",
|
|
9364
|
-
"strip-ansi": "^6.0.0"
|
|
9365
|
-
},
|
|
9366
|
-
"engines": {
|
|
9367
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9368
|
-
},
|
|
9369
|
-
"peerDependencies": {
|
|
9370
|
-
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
9371
|
-
},
|
|
9372
|
-
"peerDependenciesMeta": {
|
|
9373
|
-
"node-notifier": {
|
|
9374
|
-
"optional": true
|
|
9375
|
-
}
|
|
9376
|
-
}
|
|
9377
|
-
},
|
|
9378
|
-
"node_modules/jest-cli/node_modules/@jest/environment": {
|
|
9379
|
-
"version": "29.7.0",
|
|
9380
|
-
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
|
|
9381
|
-
"integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
|
|
9382
|
-
"license": "MIT",
|
|
9383
|
-
"dependencies": {
|
|
9384
|
-
"@jest/fake-timers": "^29.7.0",
|
|
9385
|
-
"@jest/types": "^29.6.3",
|
|
9386
|
-
"@types/node": "*",
|
|
9387
|
-
"jest-mock": "^29.7.0"
|
|
9388
|
-
},
|
|
9389
|
-
"engines": {
|
|
9390
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9391
|
-
}
|
|
9392
|
-
},
|
|
9393
|
-
"node_modules/jest-cli/node_modules/@jest/expect": {
|
|
9394
|
-
"version": "29.7.0",
|
|
9395
|
-
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
|
|
9396
|
-
"integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
|
|
9397
|
-
"license": "MIT",
|
|
9398
|
-
"dependencies": {
|
|
9399
|
-
"expect": "^29.7.0",
|
|
9400
|
-
"jest-snapshot": "^29.7.0"
|
|
9401
|
-
},
|
|
9402
|
-
"engines": {
|
|
9403
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9404
|
-
}
|
|
9405
|
-
},
|
|
9406
|
-
"node_modules/jest-cli/node_modules/@jest/fake-timers": {
|
|
9407
|
-
"version": "29.7.0",
|
|
9408
|
-
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
|
|
9409
|
-
"integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
|
|
9410
|
-
"license": "MIT",
|
|
9411
|
-
"dependencies": {
|
|
9412
|
-
"@jest/types": "^29.6.3",
|
|
9413
|
-
"@sinonjs/fake-timers": "^10.0.2",
|
|
9414
|
-
"@types/node": "*",
|
|
9415
|
-
"jest-message-util": "^29.7.0",
|
|
9416
|
-
"jest-mock": "^29.7.0",
|
|
9417
|
-
"jest-util": "^29.7.0"
|
|
9418
|
-
},
|
|
9419
|
-
"engines": {
|
|
9420
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9421
|
-
}
|
|
9422
|
-
},
|
|
9423
|
-
"node_modules/jest-cli/node_modules/@jest/globals": {
|
|
9424
|
-
"version": "29.7.0",
|
|
9425
|
-
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
|
|
9426
|
-
"integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
|
|
9427
|
-
"license": "MIT",
|
|
9428
|
-
"dependencies": {
|
|
9429
|
-
"@jest/environment": "^29.7.0",
|
|
9430
|
-
"@jest/expect": "^29.7.0",
|
|
9431
|
-
"@jest/types": "^29.6.3",
|
|
9432
|
-
"jest-mock": "^29.7.0"
|
|
9433
|
-
},
|
|
9434
|
-
"engines": {
|
|
9435
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9436
|
-
}
|
|
9437
|
-
},
|
|
9438
|
-
"node_modules/jest-cli/node_modules/@jest/reporters": {
|
|
9439
|
-
"version": "29.7.0",
|
|
9440
|
-
"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
|
|
9441
|
-
"integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
|
|
9442
|
-
"license": "MIT",
|
|
9443
|
-
"dependencies": {
|
|
9444
|
-
"@bcoe/v8-coverage": "^0.2.3",
|
|
9445
|
-
"@jest/console": "^29.7.0",
|
|
9446
|
-
"@jest/test-result": "^29.7.0",
|
|
9447
|
-
"@jest/transform": "^29.7.0",
|
|
9448
|
-
"@jest/types": "^29.6.3",
|
|
9449
|
-
"@jridgewell/trace-mapping": "^0.3.18",
|
|
9450
|
-
"@types/node": "*",
|
|
9451
|
-
"chalk": "^4.0.0",
|
|
9452
|
-
"collect-v8-coverage": "^1.0.0",
|
|
9453
|
-
"exit": "^0.1.2",
|
|
9454
|
-
"glob": "^7.1.3",
|
|
9455
|
-
"graceful-fs": "^4.2.9",
|
|
9456
|
-
"istanbul-lib-coverage": "^3.0.0",
|
|
9457
|
-
"istanbul-lib-instrument": "^6.0.0",
|
|
9458
|
-
"istanbul-lib-report": "^3.0.0",
|
|
9459
|
-
"istanbul-lib-source-maps": "^4.0.0",
|
|
9460
|
-
"istanbul-reports": "^3.1.3",
|
|
9461
|
-
"jest-message-util": "^29.7.0",
|
|
9462
|
-
"jest-util": "^29.7.0",
|
|
9463
|
-
"jest-worker": "^29.7.0",
|
|
9464
|
-
"slash": "^3.0.0",
|
|
9465
|
-
"string-length": "^4.0.1",
|
|
9466
|
-
"strip-ansi": "^6.0.0",
|
|
9467
|
-
"v8-to-istanbul": "^9.0.1"
|
|
9468
|
-
},
|
|
9469
|
-
"engines": {
|
|
9470
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9471
|
-
},
|
|
9472
|
-
"peerDependencies": {
|
|
9473
|
-
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
9474
|
-
},
|
|
9475
|
-
"peerDependenciesMeta": {
|
|
9476
|
-
"node-notifier": {
|
|
9477
|
-
"optional": true
|
|
9478
|
-
}
|
|
9479
|
-
}
|
|
9480
|
-
},
|
|
9481
|
-
"node_modules/jest-cli/node_modules/@jest/schemas": {
|
|
9482
|
-
"version": "29.6.3",
|
|
9483
|
-
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
|
|
9484
|
-
"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
|
|
9485
|
-
"license": "MIT",
|
|
9486
|
-
"dependencies": {
|
|
9487
|
-
"@sinclair/typebox": "^0.27.8"
|
|
9488
|
-
},
|
|
9489
|
-
"engines": {
|
|
9490
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9491
|
-
}
|
|
9492
|
-
},
|
|
9493
|
-
"node_modules/jest-cli/node_modules/@jest/source-map": {
|
|
9494
|
-
"version": "29.6.3",
|
|
9495
|
-
"resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
|
|
9496
|
-
"integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
|
|
9497
|
-
"license": "MIT",
|
|
9498
|
-
"dependencies": {
|
|
9499
|
-
"@jridgewell/trace-mapping": "^0.3.18",
|
|
9500
|
-
"callsites": "^3.0.0",
|
|
9501
|
-
"graceful-fs": "^4.2.9"
|
|
9502
|
-
},
|
|
9503
|
-
"engines": {
|
|
9504
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9505
|
-
}
|
|
9506
|
-
},
|
|
9507
|
-
"node_modules/jest-cli/node_modules/@jest/test-result": {
|
|
9508
|
-
"version": "29.7.0",
|
|
9509
|
-
"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
|
|
9510
|
-
"integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
|
|
9511
|
-
"license": "MIT",
|
|
9512
|
-
"dependencies": {
|
|
9513
|
-
"@jest/console": "^29.7.0",
|
|
9514
|
-
"@jest/types": "^29.6.3",
|
|
9515
|
-
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
9516
|
-
"collect-v8-coverage": "^1.0.0"
|
|
9517
|
-
},
|
|
9518
|
-
"engines": {
|
|
9519
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9520
|
-
}
|
|
9521
|
-
},
|
|
9522
|
-
"node_modules/jest-cli/node_modules/@jest/test-sequencer": {
|
|
9523
|
-
"version": "29.7.0",
|
|
9524
|
-
"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
|
|
9525
|
-
"integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
|
|
9526
|
-
"license": "MIT",
|
|
9527
|
-
"dependencies": {
|
|
9528
|
-
"@jest/test-result": "^29.7.0",
|
|
9529
|
-
"graceful-fs": "^4.2.9",
|
|
9530
|
-
"jest-haste-map": "^29.7.0",
|
|
9531
|
-
"slash": "^3.0.0"
|
|
9532
|
-
},
|
|
9533
|
-
"engines": {
|
|
9534
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9535
|
-
}
|
|
9536
|
-
},
|
|
9537
|
-
"node_modules/jest-cli/node_modules/@sinclair/typebox": {
|
|
9538
|
-
"version": "0.27.10",
|
|
9539
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz",
|
|
9540
|
-
"integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
|
|
9541
|
-
"license": "MIT"
|
|
9542
|
-
},
|
|
9543
|
-
"node_modules/jest-cli/node_modules/@sinonjs/fake-timers": {
|
|
9544
|
-
"version": "10.3.0",
|
|
9545
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
|
|
9546
|
-
"integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
|
|
9547
|
-
"license": "BSD-3-Clause",
|
|
9548
|
-
"dependencies": {
|
|
9549
|
-
"@sinonjs/commons": "^3.0.0"
|
|
9550
|
-
}
|
|
9551
|
-
},
|
|
9552
|
-
"node_modules/jest-cli/node_modules/ansi-styles": {
|
|
9553
|
-
"version": "5.2.0",
|
|
9554
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
9555
|
-
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
9556
|
-
"license": "MIT",
|
|
9557
|
-
"engines": {
|
|
9558
|
-
"node": ">=10"
|
|
9559
|
-
},
|
|
9560
|
-
"funding": {
|
|
9561
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
9562
|
-
}
|
|
9563
|
-
},
|
|
9564
|
-
"node_modules/jest-cli/node_modules/camelcase": {
|
|
9565
|
-
"version": "6.3.0",
|
|
9566
|
-
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
|
|
9567
|
-
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
|
|
9568
|
-
"license": "MIT",
|
|
9569
|
-
"engines": {
|
|
9570
|
-
"node": ">=10"
|
|
9571
|
-
},
|
|
9572
|
-
"funding": {
|
|
9573
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9574
|
-
}
|
|
9575
|
-
},
|
|
9576
|
-
"node_modules/jest-cli/node_modules/ci-info": {
|
|
9577
|
-
"version": "3.9.0",
|
|
9578
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
9579
|
-
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
9580
|
-
"funding": [
|
|
9581
|
-
{
|
|
9582
|
-
"type": "github",
|
|
9583
|
-
"url": "https://github.com/sponsors/sibiraj-s"
|
|
9584
|
-
}
|
|
9585
|
-
],
|
|
9586
|
-
"license": "MIT",
|
|
9587
|
-
"engines": {
|
|
9588
|
-
"node": ">=8"
|
|
9589
|
-
}
|
|
9590
|
-
},
|
|
9591
|
-
"node_modules/jest-cli/node_modules/cjs-module-lexer": {
|
|
9592
|
-
"version": "1.4.3",
|
|
9593
|
-
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
|
|
9594
|
-
"integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
|
|
9595
|
-
"license": "MIT"
|
|
9596
|
-
},
|
|
9597
|
-
"node_modules/jest-cli/node_modules/istanbul-lib-source-maps": {
|
|
9598
|
-
"version": "4.0.1",
|
|
9599
|
-
"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
|
|
9600
|
-
"integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
|
|
9601
|
-
"license": "BSD-3-Clause",
|
|
9602
|
-
"dependencies": {
|
|
9603
|
-
"debug": "^4.1.1",
|
|
9604
|
-
"istanbul-lib-coverage": "^3.0.0",
|
|
9605
|
-
"source-map": "^0.6.1"
|
|
9606
|
-
},
|
|
9607
|
-
"engines": {
|
|
9608
|
-
"node": ">=10"
|
|
9609
|
-
}
|
|
9610
|
-
},
|
|
9611
|
-
"node_modules/jest-cli/node_modules/jest-changed-files": {
|
|
9612
|
-
"version": "29.7.0",
|
|
9613
|
-
"resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
|
|
9614
|
-
"integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
|
|
9615
|
-
"license": "MIT",
|
|
9616
|
-
"dependencies": {
|
|
9617
|
-
"execa": "^5.0.0",
|
|
9618
|
-
"jest-util": "^29.7.0",
|
|
9619
|
-
"p-limit": "^3.1.0"
|
|
9620
|
-
},
|
|
9621
|
-
"engines": {
|
|
9622
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9623
|
-
}
|
|
9624
|
-
},
|
|
9625
|
-
"node_modules/jest-cli/node_modules/jest-circus": {
|
|
9626
|
-
"version": "29.7.0",
|
|
9627
|
-
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
|
|
9628
|
-
"integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
|
|
9629
|
-
"license": "MIT",
|
|
9630
|
-
"dependencies": {
|
|
9631
|
-
"@jest/environment": "^29.7.0",
|
|
9632
|
-
"@jest/expect": "^29.7.0",
|
|
9633
|
-
"@jest/test-result": "^29.7.0",
|
|
9634
|
-
"@jest/types": "^29.6.3",
|
|
9635
|
-
"@types/node": "*",
|
|
9636
|
-
"chalk": "^4.0.0",
|
|
9637
|
-
"co": "^4.6.0",
|
|
9638
|
-
"dedent": "^1.0.0",
|
|
9639
|
-
"is-generator-fn": "^2.0.0",
|
|
9640
|
-
"jest-each": "^29.7.0",
|
|
9641
|
-
"jest-matcher-utils": "^29.7.0",
|
|
9642
|
-
"jest-message-util": "^29.7.0",
|
|
9643
|
-
"jest-runtime": "^29.7.0",
|
|
9644
|
-
"jest-snapshot": "^29.7.0",
|
|
9645
|
-
"jest-util": "^29.7.0",
|
|
9646
|
-
"p-limit": "^3.1.0",
|
|
9647
|
-
"pretty-format": "^29.7.0",
|
|
9648
|
-
"pure-rand": "^6.0.0",
|
|
9649
|
-
"slash": "^3.0.0",
|
|
9650
|
-
"stack-utils": "^2.0.3"
|
|
9651
|
-
},
|
|
9652
|
-
"engines": {
|
|
9653
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9654
|
-
}
|
|
9655
|
-
},
|
|
9656
|
-
"node_modules/jest-cli/node_modules/jest-config": {
|
|
9657
|
-
"version": "29.7.0",
|
|
9658
|
-
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
|
|
9659
|
-
"integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
|
|
9660
|
-
"license": "MIT",
|
|
9661
|
-
"dependencies": {
|
|
9662
|
-
"@babel/core": "^7.11.6",
|
|
9663
|
-
"@jest/test-sequencer": "^29.7.0",
|
|
9664
|
-
"@jest/types": "^29.6.3",
|
|
9665
|
-
"babel-jest": "^29.7.0",
|
|
9666
|
-
"chalk": "^4.0.0",
|
|
9667
|
-
"ci-info": "^3.2.0",
|
|
9668
|
-
"deepmerge": "^4.2.2",
|
|
9669
|
-
"glob": "^7.1.3",
|
|
9670
|
-
"graceful-fs": "^4.2.9",
|
|
9671
|
-
"jest-circus": "^29.7.0",
|
|
9672
|
-
"jest-environment-node": "^29.7.0",
|
|
9673
|
-
"jest-get-type": "^29.6.3",
|
|
9674
|
-
"jest-regex-util": "^29.6.3",
|
|
9675
|
-
"jest-resolve": "^29.7.0",
|
|
9676
|
-
"jest-runner": "^29.7.0",
|
|
9677
|
-
"jest-util": "^29.7.0",
|
|
9678
|
-
"jest-validate": "^29.7.0",
|
|
9679
|
-
"micromatch": "^4.0.4",
|
|
9680
|
-
"parse-json": "^5.2.0",
|
|
9681
|
-
"pretty-format": "^29.7.0",
|
|
9682
|
-
"slash": "^3.0.0",
|
|
9683
|
-
"strip-json-comments": "^3.1.1"
|
|
9684
|
-
},
|
|
9685
|
-
"engines": {
|
|
9686
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9687
|
-
},
|
|
9688
|
-
"peerDependencies": {
|
|
9689
|
-
"@types/node": "*",
|
|
9690
|
-
"ts-node": ">=9.0.0"
|
|
9691
|
-
},
|
|
9692
|
-
"peerDependenciesMeta": {
|
|
9693
|
-
"@types/node": {
|
|
9694
|
-
"optional": true
|
|
9695
|
-
},
|
|
9696
|
-
"ts-node": {
|
|
9697
|
-
"optional": true
|
|
9698
|
-
}
|
|
9699
|
-
}
|
|
9700
|
-
},
|
|
9701
|
-
"node_modules/jest-cli/node_modules/jest-docblock": {
|
|
9702
|
-
"version": "29.7.0",
|
|
9703
|
-
"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
|
|
9704
|
-
"integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
|
|
9705
|
-
"license": "MIT",
|
|
9706
|
-
"dependencies": {
|
|
9707
|
-
"detect-newline": "^3.0.0"
|
|
9708
|
-
},
|
|
9709
|
-
"engines": {
|
|
9710
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9711
|
-
}
|
|
9712
|
-
},
|
|
9713
|
-
"node_modules/jest-cli/node_modules/jest-each": {
|
|
9714
|
-
"version": "29.7.0",
|
|
9715
|
-
"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
|
|
9716
|
-
"integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
|
|
9717
|
-
"license": "MIT",
|
|
9718
|
-
"dependencies": {
|
|
9719
|
-
"@jest/types": "^29.6.3",
|
|
9720
|
-
"chalk": "^4.0.0",
|
|
9721
|
-
"jest-get-type": "^29.6.3",
|
|
9722
|
-
"jest-util": "^29.7.0",
|
|
9723
|
-
"pretty-format": "^29.7.0"
|
|
9724
|
-
},
|
|
9725
|
-
"engines": {
|
|
9726
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9727
|
-
}
|
|
9728
|
-
},
|
|
9729
|
-
"node_modules/jest-cli/node_modules/jest-environment-node": {
|
|
9730
|
-
"version": "29.7.0",
|
|
9731
|
-
"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
|
|
9732
|
-
"integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
|
|
9733
|
-
"license": "MIT",
|
|
9734
|
-
"dependencies": {
|
|
9735
|
-
"@jest/environment": "^29.7.0",
|
|
9736
|
-
"@jest/fake-timers": "^29.7.0",
|
|
9737
|
-
"@jest/types": "^29.6.3",
|
|
9738
|
-
"@types/node": "*",
|
|
9739
|
-
"jest-mock": "^29.7.0",
|
|
9740
|
-
"jest-util": "^29.7.0"
|
|
9741
|
-
},
|
|
9742
|
-
"engines": {
|
|
9743
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9744
|
-
}
|
|
9745
|
-
},
|
|
9746
|
-
"node_modules/jest-cli/node_modules/jest-haste-map": {
|
|
9747
|
-
"version": "29.7.0",
|
|
9748
|
-
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
|
|
9749
|
-
"integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
|
|
9750
|
-
"license": "MIT",
|
|
9751
|
-
"dependencies": {
|
|
9752
|
-
"@jest/types": "^29.6.3",
|
|
9753
|
-
"@types/graceful-fs": "^4.1.3",
|
|
9754
|
-
"@types/node": "*",
|
|
9755
|
-
"anymatch": "^3.0.3",
|
|
9756
|
-
"fb-watchman": "^2.0.0",
|
|
9757
|
-
"graceful-fs": "^4.2.9",
|
|
9758
|
-
"jest-regex-util": "^29.6.3",
|
|
9759
|
-
"jest-util": "^29.7.0",
|
|
9760
|
-
"jest-worker": "^29.7.0",
|
|
9761
|
-
"micromatch": "^4.0.4",
|
|
9762
|
-
"walker": "^1.0.8"
|
|
9763
|
-
},
|
|
9764
|
-
"engines": {
|
|
9765
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9766
|
-
},
|
|
9767
|
-
"optionalDependencies": {
|
|
9768
|
-
"fsevents": "^2.3.2"
|
|
9769
|
-
}
|
|
9770
|
-
},
|
|
9771
|
-
"node_modules/jest-cli/node_modules/jest-leak-detector": {
|
|
9772
|
-
"version": "29.7.0",
|
|
9773
|
-
"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
|
|
9774
|
-
"integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
|
|
9775
|
-
"license": "MIT",
|
|
9776
|
-
"dependencies": {
|
|
9777
|
-
"jest-get-type": "^29.6.3",
|
|
9778
|
-
"pretty-format": "^29.7.0"
|
|
9779
|
-
},
|
|
9780
|
-
"engines": {
|
|
9781
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9782
|
-
}
|
|
9783
|
-
},
|
|
9784
|
-
"node_modules/jest-cli/node_modules/jest-message-util": {
|
|
9785
|
-
"version": "29.7.0",
|
|
9786
|
-
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
|
|
9787
|
-
"integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
|
|
9788
|
-
"license": "MIT",
|
|
9789
|
-
"dependencies": {
|
|
9790
|
-
"@babel/code-frame": "^7.12.13",
|
|
9791
|
-
"@jest/types": "^29.6.3",
|
|
9792
|
-
"@types/stack-utils": "^2.0.0",
|
|
9793
|
-
"chalk": "^4.0.0",
|
|
9794
|
-
"graceful-fs": "^4.2.9",
|
|
9795
|
-
"micromatch": "^4.0.4",
|
|
9796
|
-
"pretty-format": "^29.7.0",
|
|
9797
|
-
"slash": "^3.0.0",
|
|
9798
|
-
"stack-utils": "^2.0.3"
|
|
9799
|
-
},
|
|
9800
|
-
"engines": {
|
|
9801
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9802
|
-
}
|
|
9803
|
-
},
|
|
9804
|
-
"node_modules/jest-cli/node_modules/jest-mock": {
|
|
9805
|
-
"version": "29.7.0",
|
|
9806
|
-
"resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
|
|
9807
|
-
"integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
|
|
9808
|
-
"license": "MIT",
|
|
9809
|
-
"dependencies": {
|
|
9810
|
-
"@jest/types": "^29.6.3",
|
|
9811
|
-
"@types/node": "*",
|
|
9812
|
-
"jest-util": "^29.7.0"
|
|
9813
|
-
},
|
|
9814
|
-
"engines": {
|
|
9815
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9816
|
-
}
|
|
9817
|
-
},
|
|
9818
|
-
"node_modules/jest-cli/node_modules/jest-regex-util": {
|
|
9819
|
-
"version": "29.6.3",
|
|
9820
|
-
"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
|
|
9821
|
-
"integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
|
|
9822
|
-
"license": "MIT",
|
|
9823
|
-
"engines": {
|
|
9824
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9825
|
-
}
|
|
9826
|
-
},
|
|
9827
|
-
"node_modules/jest-cli/node_modules/jest-resolve": {
|
|
9828
|
-
"version": "29.7.0",
|
|
9829
|
-
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
|
|
9830
|
-
"integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
|
|
9831
|
-
"license": "MIT",
|
|
9832
|
-
"dependencies": {
|
|
9833
|
-
"chalk": "^4.0.0",
|
|
9834
|
-
"graceful-fs": "^4.2.9",
|
|
9835
|
-
"jest-haste-map": "^29.7.0",
|
|
9836
|
-
"jest-pnp-resolver": "^1.2.2",
|
|
9837
|
-
"jest-util": "^29.7.0",
|
|
9838
|
-
"jest-validate": "^29.7.0",
|
|
9839
|
-
"resolve": "^1.20.0",
|
|
9840
|
-
"resolve.exports": "^2.0.0",
|
|
9841
|
-
"slash": "^3.0.0"
|
|
9842
|
-
},
|
|
9843
|
-
"engines": {
|
|
9844
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9845
|
-
}
|
|
9846
|
-
},
|
|
9847
|
-
"node_modules/jest-cli/node_modules/jest-resolve-dependencies": {
|
|
9848
|
-
"version": "29.7.0",
|
|
9849
|
-
"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
|
|
9850
|
-
"integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
|
|
9851
|
-
"license": "MIT",
|
|
9852
|
-
"dependencies": {
|
|
9853
|
-
"jest-regex-util": "^29.6.3",
|
|
9854
|
-
"jest-snapshot": "^29.7.0"
|
|
9855
|
-
},
|
|
9856
|
-
"engines": {
|
|
9857
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9858
|
-
}
|
|
9859
|
-
},
|
|
9860
|
-
"node_modules/jest-cli/node_modules/jest-runner": {
|
|
9861
|
-
"version": "29.7.0",
|
|
9862
|
-
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
|
|
9863
|
-
"integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
|
|
9864
|
-
"license": "MIT",
|
|
9865
|
-
"dependencies": {
|
|
9866
|
-
"@jest/console": "^29.7.0",
|
|
9867
|
-
"@jest/environment": "^29.7.0",
|
|
9868
|
-
"@jest/test-result": "^29.7.0",
|
|
9869
|
-
"@jest/transform": "^29.7.0",
|
|
9870
|
-
"@jest/types": "^29.6.3",
|
|
9871
|
-
"@types/node": "*",
|
|
9872
|
-
"chalk": "^4.0.0",
|
|
9873
|
-
"emittery": "^0.13.1",
|
|
9874
|
-
"graceful-fs": "^4.2.9",
|
|
9875
|
-
"jest-docblock": "^29.7.0",
|
|
9876
|
-
"jest-environment-node": "^29.7.0",
|
|
9877
|
-
"jest-haste-map": "^29.7.0",
|
|
9878
|
-
"jest-leak-detector": "^29.7.0",
|
|
9879
|
-
"jest-message-util": "^29.7.0",
|
|
9880
|
-
"jest-resolve": "^29.7.0",
|
|
9881
|
-
"jest-runtime": "^29.7.0",
|
|
9882
|
-
"jest-util": "^29.7.0",
|
|
9883
|
-
"jest-watcher": "^29.7.0",
|
|
9884
|
-
"jest-worker": "^29.7.0",
|
|
9885
|
-
"p-limit": "^3.1.0",
|
|
9886
|
-
"source-map-support": "0.5.13"
|
|
9887
|
-
},
|
|
9888
|
-
"engines": {
|
|
9889
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9890
|
-
}
|
|
9891
|
-
},
|
|
9892
|
-
"node_modules/jest-cli/node_modules/jest-runtime": {
|
|
9893
|
-
"version": "29.7.0",
|
|
9894
|
-
"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
|
|
9895
|
-
"integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
|
|
9896
|
-
"license": "MIT",
|
|
9897
|
-
"dependencies": {
|
|
9898
|
-
"@jest/environment": "^29.7.0",
|
|
9899
|
-
"@jest/fake-timers": "^29.7.0",
|
|
9900
|
-
"@jest/globals": "^29.7.0",
|
|
9901
|
-
"@jest/source-map": "^29.6.3",
|
|
9902
|
-
"@jest/test-result": "^29.7.0",
|
|
9903
|
-
"@jest/transform": "^29.7.0",
|
|
9904
|
-
"@jest/types": "^29.6.3",
|
|
9905
|
-
"@types/node": "*",
|
|
9906
|
-
"chalk": "^4.0.0",
|
|
9907
|
-
"cjs-module-lexer": "^1.0.0",
|
|
9908
|
-
"collect-v8-coverage": "^1.0.0",
|
|
9909
|
-
"glob": "^7.1.3",
|
|
9910
|
-
"graceful-fs": "^4.2.9",
|
|
9911
|
-
"jest-haste-map": "^29.7.0",
|
|
9912
|
-
"jest-message-util": "^29.7.0",
|
|
9913
|
-
"jest-mock": "^29.7.0",
|
|
9914
|
-
"jest-regex-util": "^29.6.3",
|
|
9915
|
-
"jest-resolve": "^29.7.0",
|
|
9916
|
-
"jest-snapshot": "^29.7.0",
|
|
9917
|
-
"jest-util": "^29.7.0",
|
|
9918
|
-
"slash": "^3.0.0",
|
|
9919
|
-
"strip-bom": "^4.0.0"
|
|
9920
|
-
},
|
|
9921
|
-
"engines": {
|
|
9922
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9923
|
-
}
|
|
9924
|
-
},
|
|
9925
|
-
"node_modules/jest-cli/node_modules/jest-snapshot": {
|
|
9926
|
-
"version": "29.7.0",
|
|
9927
|
-
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
|
|
9928
|
-
"integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
|
|
9929
|
-
"license": "MIT",
|
|
9930
|
-
"dependencies": {
|
|
9931
|
-
"@babel/core": "^7.11.6",
|
|
9932
|
-
"@babel/generator": "^7.7.2",
|
|
9933
|
-
"@babel/plugin-syntax-jsx": "^7.7.2",
|
|
9934
|
-
"@babel/plugin-syntax-typescript": "^7.7.2",
|
|
9935
|
-
"@babel/types": "^7.3.3",
|
|
9936
|
-
"@jest/expect-utils": "^29.7.0",
|
|
9937
|
-
"@jest/transform": "^29.7.0",
|
|
9938
|
-
"@jest/types": "^29.6.3",
|
|
9939
|
-
"babel-preset-current-node-syntax": "^1.0.0",
|
|
9940
|
-
"chalk": "^4.0.0",
|
|
9941
|
-
"expect": "^29.7.0",
|
|
9942
|
-
"graceful-fs": "^4.2.9",
|
|
9943
|
-
"jest-diff": "^29.7.0",
|
|
9944
|
-
"jest-get-type": "^29.6.3",
|
|
9945
|
-
"jest-matcher-utils": "^29.7.0",
|
|
9946
|
-
"jest-message-util": "^29.7.0",
|
|
9947
|
-
"jest-util": "^29.7.0",
|
|
9948
|
-
"natural-compare": "^1.4.0",
|
|
9949
|
-
"pretty-format": "^29.7.0",
|
|
9950
|
-
"semver": "^7.5.3"
|
|
9951
|
-
},
|
|
9952
|
-
"engines": {
|
|
9953
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9954
|
-
}
|
|
9955
|
-
},
|
|
9956
|
-
"node_modules/jest-cli/node_modules/jest-util": {
|
|
9957
|
-
"version": "29.7.0",
|
|
9958
|
-
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
|
|
9959
|
-
"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
|
|
9960
|
-
"license": "MIT",
|
|
9961
|
-
"dependencies": {
|
|
9962
|
-
"@jest/types": "^29.6.3",
|
|
9963
|
-
"@types/node": "*",
|
|
9964
|
-
"chalk": "^4.0.0",
|
|
9965
|
-
"ci-info": "^3.2.0",
|
|
9966
|
-
"graceful-fs": "^4.2.9",
|
|
9967
|
-
"picomatch": "^2.2.3"
|
|
9968
|
-
},
|
|
9969
|
-
"engines": {
|
|
9970
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9971
|
-
}
|
|
9972
|
-
},
|
|
9973
|
-
"node_modules/jest-cli/node_modules/jest-validate": {
|
|
9974
|
-
"version": "29.7.0",
|
|
9975
|
-
"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
|
|
9976
|
-
"integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
|
|
9977
|
-
"license": "MIT",
|
|
9978
|
-
"dependencies": {
|
|
9979
|
-
"@jest/types": "^29.6.3",
|
|
9980
|
-
"camelcase": "^6.2.0",
|
|
9981
|
-
"chalk": "^4.0.0",
|
|
9982
|
-
"jest-get-type": "^29.6.3",
|
|
9983
|
-
"leven": "^3.1.0",
|
|
9984
|
-
"pretty-format": "^29.7.0"
|
|
9985
|
-
},
|
|
9986
|
-
"engines": {
|
|
9987
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
9988
|
-
}
|
|
9989
|
-
},
|
|
9990
|
-
"node_modules/jest-cli/node_modules/jest-watcher": {
|
|
9991
|
-
"version": "29.7.0",
|
|
9992
|
-
"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
|
|
9993
|
-
"integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
|
|
9994
|
-
"license": "MIT",
|
|
9995
|
-
"dependencies": {
|
|
9996
|
-
"@jest/test-result": "^29.7.0",
|
|
9997
|
-
"@jest/types": "^29.6.3",
|
|
9998
|
-
"@types/node": "*",
|
|
9999
|
-
"ansi-escapes": "^4.2.1",
|
|
10000
|
-
"chalk": "^4.0.0",
|
|
10001
|
-
"emittery": "^0.13.1",
|
|
10002
|
-
"jest-util": "^29.7.0",
|
|
10003
|
-
"string-length": "^4.0.1"
|
|
10004
|
-
},
|
|
10005
|
-
"engines": {
|
|
10006
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
10007
|
-
}
|
|
10008
|
-
},
|
|
10009
|
-
"node_modules/jest-cli/node_modules/jest-worker": {
|
|
10010
|
-
"version": "29.7.0",
|
|
10011
|
-
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
|
|
10012
|
-
"integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
|
|
9289
|
+
"node_modules/jest-cli/node_modules/@jest/types": {
|
|
9290
|
+
"version": "30.2.0",
|
|
9291
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz",
|
|
9292
|
+
"integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==",
|
|
10013
9293
|
"license": "MIT",
|
|
10014
9294
|
"dependencies": {
|
|
9295
|
+
"@jest/pattern": "30.0.1",
|
|
9296
|
+
"@jest/schemas": "30.0.5",
|
|
9297
|
+
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
9298
|
+
"@types/istanbul-reports": "^3.0.4",
|
|
10015
9299
|
"@types/node": "*",
|
|
10016
|
-
"
|
|
10017
|
-
"
|
|
10018
|
-
"supports-color": "^8.0.0"
|
|
10019
|
-
},
|
|
10020
|
-
"engines": {
|
|
10021
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
10022
|
-
}
|
|
10023
|
-
},
|
|
10024
|
-
"node_modules/jest-cli/node_modules/pretty-format": {
|
|
10025
|
-
"version": "29.7.0",
|
|
10026
|
-
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
|
|
10027
|
-
"integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
|
|
10028
|
-
"license": "MIT",
|
|
10029
|
-
"dependencies": {
|
|
10030
|
-
"@jest/schemas": "^29.6.3",
|
|
10031
|
-
"ansi-styles": "^5.0.0",
|
|
10032
|
-
"react-is": "^18.0.0"
|
|
10033
|
-
},
|
|
10034
|
-
"engines": {
|
|
10035
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
10036
|
-
}
|
|
10037
|
-
},
|
|
10038
|
-
"node_modules/jest-cli/node_modules/pure-rand": {
|
|
10039
|
-
"version": "6.1.0",
|
|
10040
|
-
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
|
|
10041
|
-
"integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
|
|
10042
|
-
"funding": [
|
|
10043
|
-
{
|
|
10044
|
-
"type": "individual",
|
|
10045
|
-
"url": "https://github.com/sponsors/dubzzz"
|
|
10046
|
-
},
|
|
10047
|
-
{
|
|
10048
|
-
"type": "opencollective",
|
|
10049
|
-
"url": "https://opencollective.com/fast-check"
|
|
10050
|
-
}
|
|
10051
|
-
],
|
|
10052
|
-
"license": "MIT"
|
|
10053
|
-
},
|
|
10054
|
-
"node_modules/jest-cli/node_modules/react-is": {
|
|
10055
|
-
"version": "18.3.1",
|
|
10056
|
-
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
10057
|
-
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
10058
|
-
"license": "MIT"
|
|
10059
|
-
},
|
|
10060
|
-
"node_modules/jest-cli/node_modules/semver": {
|
|
10061
|
-
"version": "7.8.1",
|
|
10062
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
10063
|
-
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
10064
|
-
"license": "ISC",
|
|
10065
|
-
"bin": {
|
|
10066
|
-
"semver": "bin/semver.js"
|
|
10067
|
-
},
|
|
10068
|
-
"engines": {
|
|
10069
|
-
"node": ">=10"
|
|
10070
|
-
}
|
|
10071
|
-
},
|
|
10072
|
-
"node_modules/jest-cli/node_modules/slash": {
|
|
10073
|
-
"version": "3.0.0",
|
|
10074
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
10075
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
10076
|
-
"license": "MIT",
|
|
10077
|
-
"engines": {
|
|
10078
|
-
"node": ">=8"
|
|
10079
|
-
}
|
|
10080
|
-
},
|
|
10081
|
-
"node_modules/jest-cli/node_modules/source-map-support": {
|
|
10082
|
-
"version": "0.5.13",
|
|
10083
|
-
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
|
|
10084
|
-
"integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
|
|
10085
|
-
"license": "MIT",
|
|
10086
|
-
"dependencies": {
|
|
10087
|
-
"buffer-from": "^1.0.0",
|
|
10088
|
-
"source-map": "^0.6.0"
|
|
10089
|
-
}
|
|
10090
|
-
},
|
|
10091
|
-
"node_modules/jest-cli/node_modules/supports-color": {
|
|
10092
|
-
"version": "8.1.1",
|
|
10093
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
10094
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
10095
|
-
"license": "MIT",
|
|
10096
|
-
"dependencies": {
|
|
10097
|
-
"has-flag": "^4.0.0"
|
|
9300
|
+
"@types/yargs": "^17.0.33",
|
|
9301
|
+
"chalk": "^4.1.2"
|
|
10098
9302
|
},
|
|
10099
9303
|
"engines": {
|
|
10100
|
-
"node": ">=
|
|
10101
|
-
},
|
|
10102
|
-
"funding": {
|
|
10103
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
9304
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
10104
9305
|
}
|
|
10105
9306
|
},
|
|
10106
9307
|
"node_modules/jest-config": {
|
|
@@ -10266,9 +9467,9 @@
|
|
|
10266
9467
|
"license": "MIT"
|
|
10267
9468
|
},
|
|
10268
9469
|
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
10269
|
-
"version": "2.1.
|
|
10270
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
10271
|
-
"integrity": "sha512-
|
|
9470
|
+
"version": "2.1.1",
|
|
9471
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
9472
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
10272
9473
|
"license": "MIT",
|
|
10273
9474
|
"dependencies": {
|
|
10274
9475
|
"balanced-match": "^1.0.0"
|
|
@@ -11354,9 +10555,9 @@
|
|
|
11354
10555
|
"license": "MIT"
|
|
11355
10556
|
},
|
|
11356
10557
|
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
11357
|
-
"version": "2.1.
|
|
11358
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.
|
|
11359
|
-
"integrity": "sha512-
|
|
10558
|
+
"version": "2.1.1",
|
|
10559
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
10560
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
11360
10561
|
"license": "MIT",
|
|
11361
10562
|
"dependencies": {
|
|
11362
10563
|
"balanced-match": "^1.0.0"
|
|
@@ -11600,9 +10801,9 @@
|
|
|
11600
10801
|
"license": "MIT"
|
|
11601
10802
|
},
|
|
11602
10803
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
11603
|
-
"version": "7.8.
|
|
11604
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
11605
|
-
"integrity": "sha512-
|
|
10804
|
+
"version": "7.8.2",
|
|
10805
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
|
|
10806
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
11606
10807
|
"license": "ISC",
|
|
11607
10808
|
"bin": {
|
|
11608
10809
|
"semver": "bin/semver.js"
|
|
@@ -12187,6 +11388,39 @@
|
|
|
12187
11388
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
12188
11389
|
}
|
|
12189
11390
|
},
|
|
11391
|
+
"node_modules/jest/node_modules/jest-cli": {
|
|
11392
|
+
"version": "29.7.0",
|
|
11393
|
+
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
|
|
11394
|
+
"integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
|
|
11395
|
+
"license": "MIT",
|
|
11396
|
+
"dependencies": {
|
|
11397
|
+
"@jest/core": "^29.7.0",
|
|
11398
|
+
"@jest/test-result": "^29.7.0",
|
|
11399
|
+
"@jest/types": "^29.6.3",
|
|
11400
|
+
"chalk": "^4.0.0",
|
|
11401
|
+
"create-jest": "^29.7.0",
|
|
11402
|
+
"exit": "^0.1.2",
|
|
11403
|
+
"import-local": "^3.0.2",
|
|
11404
|
+
"jest-config": "^29.7.0",
|
|
11405
|
+
"jest-util": "^29.7.0",
|
|
11406
|
+
"jest-validate": "^29.7.0",
|
|
11407
|
+
"yargs": "^17.3.1"
|
|
11408
|
+
},
|
|
11409
|
+
"bin": {
|
|
11410
|
+
"jest": "bin/jest.js"
|
|
11411
|
+
},
|
|
11412
|
+
"engines": {
|
|
11413
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
11414
|
+
},
|
|
11415
|
+
"peerDependencies": {
|
|
11416
|
+
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
11417
|
+
},
|
|
11418
|
+
"peerDependenciesMeta": {
|
|
11419
|
+
"node-notifier": {
|
|
11420
|
+
"optional": true
|
|
11421
|
+
}
|
|
11422
|
+
}
|
|
11423
|
+
},
|
|
12190
11424
|
"node_modules/jest/node_modules/jest-config": {
|
|
12191
11425
|
"version": "29.7.0",
|
|
12192
11426
|
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
|
|
@@ -12592,9 +11826,9 @@
|
|
|
12592
11826
|
"license": "MIT"
|
|
12593
11827
|
},
|
|
12594
11828
|
"node_modules/jest/node_modules/semver": {
|
|
12595
|
-
"version": "7.8.
|
|
12596
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
12597
|
-
"integrity": "sha512-
|
|
11829
|
+
"version": "7.8.2",
|
|
11830
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
|
|
11831
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
12598
11832
|
"license": "ISC",
|
|
12599
11833
|
"bin": {
|
|
12600
11834
|
"semver": "bin/semver.js"
|
|
@@ -13107,21 +12341,21 @@
|
|
|
13107
12341
|
}
|
|
13108
12342
|
},
|
|
13109
12343
|
"node_modules/msw/node_modules/tldts": {
|
|
13110
|
-
"version": "7.
|
|
13111
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.
|
|
13112
|
-
"integrity": "sha512-
|
|
12344
|
+
"version": "7.4.2",
|
|
12345
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.2.tgz",
|
|
12346
|
+
"integrity": "sha512-kCwffuaH8ntKtygnWe1b4BJKWiCUH30n5KfoTr6IchcXOwR7chAOFJxFrH3vjANafUYrIA4a7SDL+nn7SiR4Sw==",
|
|
13113
12347
|
"license": "MIT",
|
|
13114
12348
|
"dependencies": {
|
|
13115
|
-
"tldts-core": "^7.
|
|
12349
|
+
"tldts-core": "^7.4.2"
|
|
13116
12350
|
},
|
|
13117
12351
|
"bin": {
|
|
13118
12352
|
"tldts": "bin/cli.js"
|
|
13119
12353
|
}
|
|
13120
12354
|
},
|
|
13121
12355
|
"node_modules/msw/node_modules/tldts-core": {
|
|
13122
|
-
"version": "7.
|
|
13123
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.
|
|
13124
|
-
"integrity": "sha512-
|
|
12356
|
+
"version": "7.4.2",
|
|
12357
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.2.tgz",
|
|
12358
|
+
"integrity": "sha512-nwEyF4vl4RSJjwSjBUmOSxc3BFPoIFdlRthJ6e+5v9P3bHNsoD06UjuqMUspqp7vsEZ1beaHi1km+optiE17yA==",
|
|
13125
12359
|
"license": "MIT"
|
|
13126
12360
|
},
|
|
13127
12361
|
"node_modules/msw/node_modules/tough-cookie": {
|
|
@@ -13206,9 +12440,9 @@
|
|
|
13206
12440
|
"license": "MIT"
|
|
13207
12441
|
},
|
|
13208
12442
|
"node_modules/node-releases": {
|
|
13209
|
-
"version": "2.0.
|
|
13210
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
13211
|
-
"integrity": "sha512-
|
|
12443
|
+
"version": "2.0.47",
|
|
12444
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.47.tgz",
|
|
12445
|
+
"integrity": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==",
|
|
13212
12446
|
"license": "MIT",
|
|
13213
12447
|
"engines": {
|
|
13214
12448
|
"node": ">=18"
|
|
@@ -13236,11 +12470,20 @@
|
|
|
13236
12470
|
}
|
|
13237
12471
|
},
|
|
13238
12472
|
"node_modules/nwsapi": {
|
|
13239
|
-
"version": "2.2.
|
|
13240
|
-
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.
|
|
13241
|
-
"integrity": "sha512-
|
|
12473
|
+
"version": "2.2.24",
|
|
12474
|
+
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.24.tgz",
|
|
12475
|
+
"integrity": "sha512-7YRhZ3jS45LwmSCT4b2sVFHt/WuovaktDU07QrtOBY2PXskss5a9jfmR9jptyumwXST+rFjrmppMY1KT/yn35A==",
|
|
13242
12476
|
"license": "MIT"
|
|
13243
12477
|
},
|
|
12478
|
+
"node_modules/object-assign": {
|
|
12479
|
+
"version": "4.1.1",
|
|
12480
|
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
12481
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
12482
|
+
"license": "MIT",
|
|
12483
|
+
"engines": {
|
|
12484
|
+
"node": ">=0.10.0"
|
|
12485
|
+
}
|
|
12486
|
+
},
|
|
13244
12487
|
"node_modules/object-inspect": {
|
|
13245
12488
|
"version": "1.13.4",
|
|
13246
12489
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
@@ -13710,15 +12953,6 @@
|
|
|
13710
12953
|
"@playwright/test": ">=1.44"
|
|
13711
12954
|
}
|
|
13712
12955
|
},
|
|
13713
|
-
"node_modules/playwright-bdd/node_modules/commander": {
|
|
13714
|
-
"version": "13.1.0",
|
|
13715
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
13716
|
-
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
13717
|
-
"license": "MIT",
|
|
13718
|
-
"engines": {
|
|
13719
|
-
"node": ">=18"
|
|
13720
|
-
}
|
|
13721
|
-
},
|
|
13722
12956
|
"node_modules/playwright-bdd/node_modules/mime-db": {
|
|
13723
12957
|
"version": "1.54.0",
|
|
13724
12958
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
@@ -13837,6 +13071,23 @@
|
|
|
13837
13071
|
"node": ">= 6"
|
|
13838
13072
|
}
|
|
13839
13073
|
},
|
|
13074
|
+
"node_modules/prop-types": {
|
|
13075
|
+
"version": "15.8.1",
|
|
13076
|
+
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
13077
|
+
"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
|
|
13078
|
+
"license": "MIT",
|
|
13079
|
+
"dependencies": {
|
|
13080
|
+
"loose-envify": "^1.4.0",
|
|
13081
|
+
"object-assign": "^4.1.1",
|
|
13082
|
+
"react-is": "^16.13.1"
|
|
13083
|
+
}
|
|
13084
|
+
},
|
|
13085
|
+
"node_modules/prop-types/node_modules/react-is": {
|
|
13086
|
+
"version": "16.13.1",
|
|
13087
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
13088
|
+
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
13089
|
+
"license": "MIT"
|
|
13090
|
+
},
|
|
13840
13091
|
"node_modules/properties-reader": {
|
|
13841
13092
|
"version": "2.3.0",
|
|
13842
13093
|
"resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-2.3.0.tgz",
|
|
@@ -13926,28 +13177,32 @@
|
|
|
13926
13177
|
"license": "MIT"
|
|
13927
13178
|
},
|
|
13928
13179
|
"node_modules/react": {
|
|
13929
|
-
"version": "
|
|
13930
|
-
"resolved": "https://registry.npmjs.org/react/-/react-
|
|
13931
|
-
"integrity": "sha512
|
|
13180
|
+
"version": "16.14.0",
|
|
13181
|
+
"resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
|
|
13182
|
+
"integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
|
|
13932
13183
|
"license": "MIT",
|
|
13933
13184
|
"dependencies": {
|
|
13934
|
-
"loose-envify": "^1.1.0"
|
|
13185
|
+
"loose-envify": "^1.1.0",
|
|
13186
|
+
"object-assign": "^4.1.1",
|
|
13187
|
+
"prop-types": "^15.6.2"
|
|
13935
13188
|
},
|
|
13936
13189
|
"engines": {
|
|
13937
13190
|
"node": ">=0.10.0"
|
|
13938
13191
|
}
|
|
13939
13192
|
},
|
|
13940
13193
|
"node_modules/react-dom": {
|
|
13941
|
-
"version": "
|
|
13942
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-
|
|
13943
|
-
"integrity": "sha512-
|
|
13194
|
+
"version": "16.14.0",
|
|
13195
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz",
|
|
13196
|
+
"integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==",
|
|
13944
13197
|
"license": "MIT",
|
|
13945
13198
|
"dependencies": {
|
|
13946
13199
|
"loose-envify": "^1.1.0",
|
|
13947
|
-
"
|
|
13200
|
+
"object-assign": "^4.1.1",
|
|
13201
|
+
"prop-types": "^15.6.2",
|
|
13202
|
+
"scheduler": "^0.19.1"
|
|
13948
13203
|
},
|
|
13949
13204
|
"peerDependencies": {
|
|
13950
|
-
"react": "^
|
|
13205
|
+
"react": "^16.14.0"
|
|
13951
13206
|
}
|
|
13952
13207
|
},
|
|
13953
13208
|
"node_modules/react-is": {
|
|
@@ -14294,12 +13549,13 @@
|
|
|
14294
13549
|
}
|
|
14295
13550
|
},
|
|
14296
13551
|
"node_modules/scheduler": {
|
|
14297
|
-
"version": "0.
|
|
14298
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.
|
|
14299
|
-
"integrity": "sha512-
|
|
13552
|
+
"version": "0.19.1",
|
|
13553
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz",
|
|
13554
|
+
"integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==",
|
|
14300
13555
|
"license": "MIT",
|
|
14301
13556
|
"dependencies": {
|
|
14302
|
-
"loose-envify": "^1.1.0"
|
|
13557
|
+
"loose-envify": "^1.1.0",
|
|
13558
|
+
"object-assign": "^4.1.1"
|
|
14303
13559
|
}
|
|
14304
13560
|
},
|
|
14305
13561
|
"node_modules/semver": {
|
|
@@ -14693,19 +13949,20 @@
|
|
|
14693
13949
|
}
|
|
14694
13950
|
},
|
|
14695
13951
|
"node_modules/string.prototype.trim": {
|
|
14696
|
-
"version": "1.2.
|
|
14697
|
-
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.
|
|
14698
|
-
"integrity": "sha512-
|
|
13952
|
+
"version": "1.2.11",
|
|
13953
|
+
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.11.tgz",
|
|
13954
|
+
"integrity": "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==",
|
|
14699
13955
|
"dev": true,
|
|
14700
13956
|
"license": "MIT",
|
|
14701
13957
|
"dependencies": {
|
|
14702
|
-
"call-bind": "^1.0.
|
|
14703
|
-
"call-bound": "^1.0.
|
|
13958
|
+
"call-bind": "^1.0.9",
|
|
13959
|
+
"call-bound": "^1.0.4",
|
|
14704
13960
|
"define-data-property": "^1.1.4",
|
|
14705
13961
|
"define-properties": "^1.2.1",
|
|
14706
|
-
"es-abstract": "^1.
|
|
14707
|
-
"es-object-atoms": "^1.
|
|
14708
|
-
"has-property-descriptors": "^1.0.2"
|
|
13962
|
+
"es-abstract": "^1.24.2",
|
|
13963
|
+
"es-object-atoms": "^1.1.2",
|
|
13964
|
+
"has-property-descriptors": "^1.0.2",
|
|
13965
|
+
"safe-regex-test": "^1.1.0"
|
|
14709
13966
|
},
|
|
14710
13967
|
"engines": {
|
|
14711
13968
|
"node": ">= 0.4"
|
|
@@ -14715,16 +13972,16 @@
|
|
|
14715
13972
|
}
|
|
14716
13973
|
},
|
|
14717
13974
|
"node_modules/string.prototype.trimend": {
|
|
14718
|
-
"version": "1.0.
|
|
14719
|
-
"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.
|
|
14720
|
-
"integrity": "sha512-
|
|
13975
|
+
"version": "1.0.10",
|
|
13976
|
+
"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.10.tgz",
|
|
13977
|
+
"integrity": "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==",
|
|
14721
13978
|
"dev": true,
|
|
14722
13979
|
"license": "MIT",
|
|
14723
13980
|
"dependencies": {
|
|
14724
|
-
"call-bind": "^1.0.
|
|
14725
|
-
"call-bound": "^1.0.
|
|
13981
|
+
"call-bind": "^1.0.9",
|
|
13982
|
+
"call-bound": "^1.0.4",
|
|
14726
13983
|
"define-properties": "^1.2.1",
|
|
14727
|
-
"es-object-atoms": "^1.
|
|
13984
|
+
"es-object-atoms": "^1.1.2"
|
|
14728
13985
|
},
|
|
14729
13986
|
"engines": {
|
|
14730
13987
|
"node": ">= 0.4"
|
|
@@ -14849,12 +14106,12 @@
|
|
|
14849
14106
|
"license": "MIT"
|
|
14850
14107
|
},
|
|
14851
14108
|
"node_modules/synckit": {
|
|
14852
|
-
"version": "0.11.
|
|
14853
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
14854
|
-
"integrity": "sha512-
|
|
14109
|
+
"version": "0.11.13",
|
|
14110
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.13.tgz",
|
|
14111
|
+
"integrity": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==",
|
|
14855
14112
|
"license": "MIT",
|
|
14856
14113
|
"dependencies": {
|
|
14857
|
-
"@pkgr/core": "^0.
|
|
14114
|
+
"@pkgr/core": "^0.3.6"
|
|
14858
14115
|
},
|
|
14859
14116
|
"engines": {
|
|
14860
14117
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -14884,9 +14141,9 @@
|
|
|
14884
14141
|
"license": "MIT"
|
|
14885
14142
|
},
|
|
14886
14143
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
14887
|
-
"version": "1.1.
|
|
14888
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
14889
|
-
"integrity": "sha512-
|
|
14144
|
+
"version": "1.1.15",
|
|
14145
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
14146
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
14890
14147
|
"license": "MIT",
|
|
14891
14148
|
"dependencies": {
|
|
14892
14149
|
"balanced-match": "^1.0.0",
|
|
@@ -15053,9 +14310,9 @@
|
|
|
15053
14310
|
}
|
|
15054
14311
|
},
|
|
15055
14312
|
"node_modules/ts-jest/node_modules/semver": {
|
|
15056
|
-
"version": "7.8.
|
|
15057
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
15058
|
-
"integrity": "sha512-
|
|
14313
|
+
"version": "7.8.2",
|
|
14314
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
|
|
14315
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
15059
14316
|
"dev": true,
|
|
15060
14317
|
"license": "ISC",
|
|
15061
14318
|
"bin": {
|
|
@@ -15177,18 +14434,18 @@
|
|
|
15177
14434
|
}
|
|
15178
14435
|
},
|
|
15179
14436
|
"node_modules/typed-array-length": {
|
|
15180
|
-
"version": "1.0.
|
|
15181
|
-
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.
|
|
15182
|
-
"integrity": "sha512-
|
|
14437
|
+
"version": "1.0.8",
|
|
14438
|
+
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.8.tgz",
|
|
14439
|
+
"integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
|
|
15183
14440
|
"dev": true,
|
|
15184
14441
|
"license": "MIT",
|
|
15185
14442
|
"dependencies": {
|
|
15186
|
-
"call-bind": "^1.0.
|
|
15187
|
-
"for-each": "^0.3.
|
|
15188
|
-
"gopd": "^1.0
|
|
15189
|
-
"is-typed-array": "^1.1.
|
|
15190
|
-
"possible-typed-array-names": "^1.
|
|
15191
|
-
"reflect.getprototypeof": "^1.0.
|
|
14443
|
+
"call-bind": "^1.0.9",
|
|
14444
|
+
"for-each": "^0.3.5",
|
|
14445
|
+
"gopd": "^1.2.0",
|
|
14446
|
+
"is-typed-array": "^1.1.15",
|
|
14447
|
+
"possible-typed-array-names": "^1.1.0",
|
|
14448
|
+
"reflect.getprototypeof": "^1.0.10"
|
|
15192
14449
|
},
|
|
15193
14450
|
"engines": {
|
|
15194
14451
|
"node": ">= 0.4"
|
|
@@ -15580,13 +14837,13 @@
|
|
|
15580
14837
|
}
|
|
15581
14838
|
},
|
|
15582
14839
|
"node_modules/which-typed-array": {
|
|
15583
|
-
"version": "1.1.
|
|
15584
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
15585
|
-
"integrity": "sha512-
|
|
14840
|
+
"version": "1.1.22",
|
|
14841
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz",
|
|
14842
|
+
"integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
|
|
15586
14843
|
"license": "MIT",
|
|
15587
14844
|
"dependencies": {
|
|
15588
14845
|
"available-typed-arrays": "^1.0.7",
|
|
15589
|
-
"call-bind": "^1.0.
|
|
14846
|
+
"call-bind": "^1.0.9",
|
|
15590
14847
|
"call-bound": "^1.0.4",
|
|
15591
14848
|
"for-each": "^0.3.5",
|
|
15592
14849
|
"get-proto": "^1.0.1",
|
|
@@ -15661,9 +14918,9 @@
|
|
|
15661
14918
|
}
|
|
15662
14919
|
},
|
|
15663
14920
|
"node_modules/ws": {
|
|
15664
|
-
"version": "8.
|
|
15665
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
15666
|
-
"integrity": "sha512-
|
|
14921
|
+
"version": "8.21.0",
|
|
14922
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
14923
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
15667
14924
|
"license": "MIT",
|
|
15668
14925
|
"engines": {
|
|
15669
14926
|
"node": ">=10.0.0"
|