@regulaforensics/document-reader 9.6.845-nightly → 9.6.851-beta
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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/app.plugin.js +1 -0
- package/examples/capacitor/ios/App/Podfile +2 -1
- package/examples/capacitor/package-lock.json +224 -218
- package/examples/capacitor/package.json +4 -1
- package/examples/ionic/package-lock.json +1908 -2031
- package/examples/ionic/package.json +15 -12
- package/examples/react_native/app.config.ts +1 -0
- package/examples/react_native/package-lock.json +225 -180
- package/examples/react_native/package.json +3 -2
- package/expoPlugin.js +39 -0
- package/ios/RGLWConfig.m +3 -0
- package/package.json +4 -1
- package/plugin.xml +3 -3
- package/test/json.tsx +1 -0
- package/test/package-lock.json +5 -2
- package/www/capacitor/index.js +2 -2
- package/www/capacitor/params/customization/Customization.js +13 -0
- package/www/capacitor/results/visual_results/FieldType.js +1 -0
- package/www/capacitor/rfid/RFIDErrorCodes.js +1 -1
- package/www/cordova.js +17 -1
- package/www/react-native/index.js +2 -2
- package/www/react-native/params/customization/Customization.js +13 -0
- package/www/react-native/results/visual_results/FieldType.js +1 -0
- package/www/react-native/rfid/RFIDErrorCodes.js +1 -1
- package/www/types/index.d.ts +2 -2
- package/www/types/params/customization/Customization.d.ts +19 -7
- package/www/types/results/visual_results/FieldType.d.ts +1 -0
- package/www/types/rfid/RFIDErrorCodes.d.ts +1 -1
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@babel/code-frame": {
|
|
41
|
-
"version": "7.29.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "7.29.7",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
43
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/helper-validator-identifier": "^7.
|
|
46
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
47
47
|
"js-tokens": "^4.0.0",
|
|
48
48
|
"picocolors": "^1.1.1"
|
|
49
49
|
},
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"node_modules/@babel/compat-data": {
|
|
55
|
-
"version": "7.
|
|
56
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
57
|
-
"integrity": "sha512-
|
|
55
|
+
"version": "7.29.7",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
57
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=6.9.0"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"node_modules/@babel/core": {
|
|
64
|
-
"version": "7.
|
|
65
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
66
|
-
"integrity": "sha512-
|
|
67
|
-
"license": "MIT",
|
|
68
|
-
"dependencies": {
|
|
69
|
-
"@babel/code-frame": "^7.
|
|
70
|
-
"@babel/generator": "^7.
|
|
71
|
-
"@babel/helper-compilation-targets": "^7.
|
|
72
|
-
"@babel/helper-module-transforms": "^7.
|
|
73
|
-
"@babel/helpers": "^7.
|
|
74
|
-
"@babel/parser": "^7.
|
|
75
|
-
"@babel/template": "^7.
|
|
76
|
-
"@babel/traverse": "^7.
|
|
77
|
-
"@babel/types": "^7.
|
|
64
|
+
"version": "7.29.7",
|
|
65
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
66
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
67
|
+
"license": "MIT",
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"@babel/code-frame": "^7.29.7",
|
|
70
|
+
"@babel/generator": "^7.29.7",
|
|
71
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
72
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
73
|
+
"@babel/helpers": "^7.29.7",
|
|
74
|
+
"@babel/parser": "^7.29.7",
|
|
75
|
+
"@babel/template": "^7.29.7",
|
|
76
|
+
"@babel/traverse": "^7.29.7",
|
|
77
|
+
"@babel/types": "^7.29.7",
|
|
78
78
|
"@jridgewell/remapping": "^2.3.5",
|
|
79
79
|
"convert-source-map": "^2.0.0",
|
|
80
80
|
"debug": "^4.1.0",
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"node_modules/@babel/generator": {
|
|
94
|
-
"version": "7.29.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
96
|
-
"integrity": "sha512-
|
|
94
|
+
"version": "7.29.7",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
96
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
97
97
|
"license": "MIT",
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@babel/parser": "^7.29.
|
|
100
|
-
"@babel/types": "^7.29.
|
|
99
|
+
"@babel/parser": "^7.29.7",
|
|
100
|
+
"@babel/types": "^7.29.7",
|
|
101
101
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
102
102
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
103
103
|
"jsesc": "^3.0.2"
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@babel/helper-compilation-targets": {
|
|
122
|
-
"version": "7.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
124
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "7.29.7",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
124
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
125
125
|
"license": "MIT",
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@babel/compat-data": "^7.
|
|
128
|
-
"@babel/helper-validator-option": "^7.
|
|
127
|
+
"@babel/compat-data": "^7.29.7",
|
|
128
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
129
129
|
"browserslist": "^4.24.0",
|
|
130
130
|
"lru-cache": "^5.1.1",
|
|
131
131
|
"semver": "^6.3.1"
|
|
@@ -189,9 +189,9 @@
|
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"node_modules/@babel/helper-globals": {
|
|
192
|
-
"version": "7.
|
|
193
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.
|
|
194
|
-
"integrity": "sha512
|
|
192
|
+
"version": "7.29.7",
|
|
193
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
194
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
195
195
|
"license": "MIT",
|
|
196
196
|
"engines": {
|
|
197
197
|
"node": ">=6.9.0"
|
|
@@ -211,27 +211,27 @@
|
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
"node_modules/@babel/helper-module-imports": {
|
|
214
|
-
"version": "7.
|
|
215
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
216
|
-
"integrity": "sha512-
|
|
214
|
+
"version": "7.29.7",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
216
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
217
217
|
"license": "MIT",
|
|
218
218
|
"dependencies": {
|
|
219
|
-
"@babel/traverse": "^7.
|
|
220
|
-
"@babel/types": "^7.
|
|
219
|
+
"@babel/traverse": "^7.29.7",
|
|
220
|
+
"@babel/types": "^7.29.7"
|
|
221
221
|
},
|
|
222
222
|
"engines": {
|
|
223
223
|
"node": ">=6.9.0"
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
"node_modules/@babel/helper-module-transforms": {
|
|
227
|
-
"version": "7.
|
|
228
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
229
|
-
"integrity": "sha512-
|
|
227
|
+
"version": "7.29.7",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
229
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
230
230
|
"license": "MIT",
|
|
231
231
|
"dependencies": {
|
|
232
|
-
"@babel/helper-module-imports": "^7.
|
|
233
|
-
"@babel/helper-validator-identifier": "^7.
|
|
234
|
-
"@babel/traverse": "^7.
|
|
232
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
233
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
234
|
+
"@babel/traverse": "^7.29.7"
|
|
235
235
|
},
|
|
236
236
|
"engines": {
|
|
237
237
|
"node": ">=6.9.0"
|
|
@@ -309,27 +309,27 @@
|
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
311
|
"node_modules/@babel/helper-string-parser": {
|
|
312
|
-
"version": "7.
|
|
313
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
314
|
-
"integrity": "sha512-
|
|
312
|
+
"version": "7.29.7",
|
|
313
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
314
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
315
315
|
"license": "MIT",
|
|
316
316
|
"engines": {
|
|
317
317
|
"node": ">=6.9.0"
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"node_modules/@babel/helper-validator-identifier": {
|
|
321
|
-
"version": "7.
|
|
322
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
323
|
-
"integrity": "sha512-
|
|
321
|
+
"version": "7.29.7",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
323
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
324
324
|
"license": "MIT",
|
|
325
325
|
"engines": {
|
|
326
326
|
"node": ">=6.9.0"
|
|
327
327
|
}
|
|
328
328
|
},
|
|
329
329
|
"node_modules/@babel/helper-validator-option": {
|
|
330
|
-
"version": "7.
|
|
331
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
332
|
-
"integrity": "sha512-
|
|
330
|
+
"version": "7.29.7",
|
|
331
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
332
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
333
333
|
"license": "MIT",
|
|
334
334
|
"engines": {
|
|
335
335
|
"node": ">=6.9.0"
|
|
@@ -350,13 +350,13 @@
|
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
352
|
"node_modules/@babel/helpers": {
|
|
353
|
-
"version": "7.
|
|
354
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
355
|
-
"integrity": "sha512-
|
|
353
|
+
"version": "7.29.7",
|
|
354
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
355
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
356
356
|
"license": "MIT",
|
|
357
357
|
"dependencies": {
|
|
358
|
-
"@babel/template": "^7.
|
|
359
|
-
"@babel/types": "^7.
|
|
358
|
+
"@babel/template": "^7.29.7",
|
|
359
|
+
"@babel/types": "^7.29.7"
|
|
360
360
|
},
|
|
361
361
|
"engines": {
|
|
362
362
|
"node": ">=6.9.0"
|
|
@@ -449,12 +449,12 @@
|
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
"node_modules/@babel/parser": {
|
|
452
|
-
"version": "7.29.
|
|
453
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
454
|
-
"integrity": "sha512-
|
|
452
|
+
"version": "7.29.7",
|
|
453
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
454
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
455
455
|
"license": "MIT",
|
|
456
456
|
"dependencies": {
|
|
457
|
-
"@babel/types": "^7.29.
|
|
457
|
+
"@babel/types": "^7.29.7"
|
|
458
458
|
},
|
|
459
459
|
"bin": {
|
|
460
460
|
"parser": "bin/babel-parser.js"
|
|
@@ -1436,31 +1436,31 @@
|
|
|
1436
1436
|
}
|
|
1437
1437
|
},
|
|
1438
1438
|
"node_modules/@babel/template": {
|
|
1439
|
-
"version": "7.
|
|
1440
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1441
|
-
"integrity": "sha512-
|
|
1439
|
+
"version": "7.29.7",
|
|
1440
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
1441
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
1442
1442
|
"license": "MIT",
|
|
1443
1443
|
"dependencies": {
|
|
1444
|
-
"@babel/code-frame": "^7.
|
|
1445
|
-
"@babel/parser": "^7.
|
|
1446
|
-
"@babel/types": "^7.
|
|
1444
|
+
"@babel/code-frame": "^7.29.7",
|
|
1445
|
+
"@babel/parser": "^7.29.7",
|
|
1446
|
+
"@babel/types": "^7.29.7"
|
|
1447
1447
|
},
|
|
1448
1448
|
"engines": {
|
|
1449
1449
|
"node": ">=6.9.0"
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
"node_modules/@babel/traverse": {
|
|
1453
|
-
"version": "7.29.
|
|
1454
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
1455
|
-
"integrity": "sha512-
|
|
1453
|
+
"version": "7.29.7",
|
|
1454
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
1455
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
1456
1456
|
"license": "MIT",
|
|
1457
1457
|
"dependencies": {
|
|
1458
|
-
"@babel/code-frame": "^7.29.
|
|
1459
|
-
"@babel/generator": "^7.29.
|
|
1460
|
-
"@babel/helper-globals": "^7.
|
|
1461
|
-
"@babel/parser": "^7.29.
|
|
1462
|
-
"@babel/template": "^7.
|
|
1463
|
-
"@babel/types": "^7.29.
|
|
1458
|
+
"@babel/code-frame": "^7.29.7",
|
|
1459
|
+
"@babel/generator": "^7.29.7",
|
|
1460
|
+
"@babel/helper-globals": "^7.29.7",
|
|
1461
|
+
"@babel/parser": "^7.29.7",
|
|
1462
|
+
"@babel/template": "^7.29.7",
|
|
1463
|
+
"@babel/types": "^7.29.7",
|
|
1464
1464
|
"debug": "^4.3.1"
|
|
1465
1465
|
},
|
|
1466
1466
|
"engines": {
|
|
@@ -1487,13 +1487,13 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
1489
1489
|
"node_modules/@babel/types": {
|
|
1490
|
-
"version": "7.29.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
1492
|
-
"integrity": "sha512-
|
|
1490
|
+
"version": "7.29.7",
|
|
1491
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
1492
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
1493
1493
|
"license": "MIT",
|
|
1494
1494
|
"dependencies": {
|
|
1495
|
-
"@babel/helper-string-parser": "^7.
|
|
1496
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1495
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
1496
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
1497
1497
|
},
|
|
1498
1498
|
"engines": {
|
|
1499
1499
|
"node": ">=6.9.0"
|
|
@@ -2324,15 +2324,6 @@
|
|
|
2324
2324
|
"node": ">=8"
|
|
2325
2325
|
}
|
|
2326
2326
|
},
|
|
2327
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
2328
|
-
"version": "1.0.10",
|
|
2329
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2330
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2331
|
-
"license": "MIT",
|
|
2332
|
-
"dependencies": {
|
|
2333
|
-
"sprintf-js": "~1.0.2"
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2336
2327
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
|
|
2337
2328
|
"version": "5.3.1",
|
|
2338
2329
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
@@ -2355,19 +2346,6 @@
|
|
|
2355
2346
|
"node": ">=8"
|
|
2356
2347
|
}
|
|
2357
2348
|
},
|
|
2358
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2359
|
-
"version": "3.14.2",
|
|
2360
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
2361
|
-
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
2362
|
-
"license": "MIT",
|
|
2363
|
-
"dependencies": {
|
|
2364
|
-
"argparse": "^1.0.7",
|
|
2365
|
-
"esprima": "^4.0.0"
|
|
2366
|
-
},
|
|
2367
|
-
"bin": {
|
|
2368
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
2349
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
2372
2350
|
"version": "5.0.0",
|
|
2373
2351
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -2571,9 +2549,9 @@
|
|
|
2571
2549
|
}
|
|
2572
2550
|
},
|
|
2573
2551
|
"node_modules/@react-native/assets-registry": {
|
|
2574
|
-
"version": "0.81.
|
|
2575
|
-
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.
|
|
2576
|
-
"integrity": "sha512-
|
|
2552
|
+
"version": "0.81.6",
|
|
2553
|
+
"resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.6.tgz",
|
|
2554
|
+
"integrity": "sha512-nNlJ7mdXFoq/7LMG3eJIncqjgXkpDJak3xO8Lb4yQmFI3XVI1nupPRjlYRY0ham1gLE0F/AWvKFChsKUfF5lOQ==",
|
|
2577
2555
|
"license": "MIT",
|
|
2578
2556
|
"engines": {
|
|
2579
2557
|
"node": ">= 20.19.4"
|
|
@@ -2673,12 +2651,12 @@
|
|
|
2673
2651
|
}
|
|
2674
2652
|
},
|
|
2675
2653
|
"node_modules/@react-native/community-cli-plugin": {
|
|
2676
|
-
"version": "0.81.
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.
|
|
2678
|
-
"integrity": "sha512-
|
|
2654
|
+
"version": "0.81.6",
|
|
2655
|
+
"resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.6.tgz",
|
|
2656
|
+
"integrity": "sha512-oTwIheF4TU7NkfoHxwSQAKtIDx4SQEs2xufgM3gguY7WkpnhGa/BYA/A+hdHXfqEKJFKlHcXQu4BrV/7Sv1fhw==",
|
|
2679
2657
|
"license": "MIT",
|
|
2680
2658
|
"dependencies": {
|
|
2681
|
-
"@react-native/dev-middleware": "0.81.
|
|
2659
|
+
"@react-native/dev-middleware": "0.81.6",
|
|
2682
2660
|
"debug": "^4.4.0",
|
|
2683
2661
|
"invariant": "^2.2.4",
|
|
2684
2662
|
"metro": "^0.83.1",
|
|
@@ -2702,10 +2680,41 @@
|
|
|
2702
2680
|
}
|
|
2703
2681
|
}
|
|
2704
2682
|
},
|
|
2683
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/debugger-frontend": {
|
|
2684
|
+
"version": "0.81.6",
|
|
2685
|
+
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.6.tgz",
|
|
2686
|
+
"integrity": "sha512-aGw28yzbtm25GQuuxNeVAT72tLuGoH0yh79uYOIZkvjI+5x1NjZyPrgiLZ2LlZi5dJdxfbz30p1zUcHvcAzEZw==",
|
|
2687
|
+
"license": "BSD-3-Clause",
|
|
2688
|
+
"engines": {
|
|
2689
|
+
"node": ">= 20.19.4"
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2692
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/@react-native/dev-middleware": {
|
|
2693
|
+
"version": "0.81.6",
|
|
2694
|
+
"resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.6.tgz",
|
|
2695
|
+
"integrity": "sha512-mK2M3gJ25LtgtqxS1ZXe1vHrz8APOA79Ot/MpbLeovFgLu6YJki0kbO5MRpJagTd+HbesVYSZb/BhAsGN7QAXA==",
|
|
2696
|
+
"license": "MIT",
|
|
2697
|
+
"dependencies": {
|
|
2698
|
+
"@isaacs/ttlcache": "^1.4.1",
|
|
2699
|
+
"@react-native/debugger-frontend": "0.81.6",
|
|
2700
|
+
"chrome-launcher": "^0.15.2",
|
|
2701
|
+
"chromium-edge-launcher": "^0.2.0",
|
|
2702
|
+
"connect": "^3.6.5",
|
|
2703
|
+
"debug": "^4.4.0",
|
|
2704
|
+
"invariant": "^2.2.4",
|
|
2705
|
+
"nullthrows": "^1.1.1",
|
|
2706
|
+
"open": "^7.0.3",
|
|
2707
|
+
"serve-static": "^1.16.2",
|
|
2708
|
+
"ws": "^6.2.3"
|
|
2709
|
+
},
|
|
2710
|
+
"engines": {
|
|
2711
|
+
"node": ">= 20.19.4"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2705
2714
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
2706
|
-
"version": "7.
|
|
2707
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
2708
|
-
"integrity": "sha512-
|
|
2715
|
+
"version": "7.8.5",
|
|
2716
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
2717
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2709
2718
|
"license": "ISC",
|
|
2710
2719
|
"bin": {
|
|
2711
2720
|
"semver": "bin/semver.js"
|
|
@@ -2714,6 +2723,15 @@
|
|
|
2714
2723
|
"node": ">=10"
|
|
2715
2724
|
}
|
|
2716
2725
|
},
|
|
2726
|
+
"node_modules/@react-native/community-cli-plugin/node_modules/ws": {
|
|
2727
|
+
"version": "6.2.4",
|
|
2728
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
2729
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
2730
|
+
"license": "MIT",
|
|
2731
|
+
"dependencies": {
|
|
2732
|
+
"async-limiter": "~1.0.0"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2717
2735
|
"node_modules/@react-native/debugger-frontend": {
|
|
2718
2736
|
"version": "0.81.5",
|
|
2719
2737
|
"resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.5.tgz",
|
|
@@ -2746,18 +2764,18 @@
|
|
|
2746
2764
|
}
|
|
2747
2765
|
},
|
|
2748
2766
|
"node_modules/@react-native/dev-middleware/node_modules/ws": {
|
|
2749
|
-
"version": "6.2.
|
|
2750
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.
|
|
2751
|
-
"integrity": "sha512-
|
|
2767
|
+
"version": "6.2.4",
|
|
2768
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
2769
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
2752
2770
|
"license": "MIT",
|
|
2753
2771
|
"dependencies": {
|
|
2754
2772
|
"async-limiter": "~1.0.0"
|
|
2755
2773
|
}
|
|
2756
2774
|
},
|
|
2757
2775
|
"node_modules/@react-native/gradle-plugin": {
|
|
2758
|
-
"version": "0.81.
|
|
2759
|
-
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.
|
|
2760
|
-
"integrity": "sha512-
|
|
2776
|
+
"version": "0.81.6",
|
|
2777
|
+
"resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.6.tgz",
|
|
2778
|
+
"integrity": "sha512-atUItC5MZ6yaNaI0sbsoDwUdF+KMNZcMKBIrNhXlUyIj3x1AQ6Cf8CHHv6Qokn8ZFw+uU6GWmQSiOWYUbmi8Ag==",
|
|
2761
2779
|
"license": "MIT",
|
|
2762
2780
|
"engines": {
|
|
2763
2781
|
"node": ">= 20.19.4"
|
|
@@ -2812,9 +2830,9 @@
|
|
|
2812
2830
|
"license": "MIT"
|
|
2813
2831
|
},
|
|
2814
2832
|
"node_modules/@react-native/virtualized-lists": {
|
|
2815
|
-
"version": "0.81.
|
|
2816
|
-
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.
|
|
2817
|
-
"integrity": "sha512-
|
|
2833
|
+
"version": "0.81.6",
|
|
2834
|
+
"resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.6.tgz",
|
|
2835
|
+
"integrity": "sha512-1RrZl3a7iCoAS2SGaRLjJPIn8bg/GLNXzqkIB2lufXcJsftu1umNLRIi17ZoDRejAWSd2pUfUtQBASo4R2mw4Q==",
|
|
2818
2836
|
"license": "MIT",
|
|
2819
2837
|
"dependencies": {
|
|
2820
2838
|
"invariant": "^2.2.4",
|
|
@@ -2824,7 +2842,7 @@
|
|
|
2824
2842
|
"node": ">= 20.19.4"
|
|
2825
2843
|
},
|
|
2826
2844
|
"peerDependencies": {
|
|
2827
|
-
"@types/react": "^19.1.
|
|
2845
|
+
"@types/react": "^19.1.4",
|
|
2828
2846
|
"react": "*",
|
|
2829
2847
|
"react-native": "*"
|
|
2830
2848
|
},
|
|
@@ -4113,19 +4131,6 @@
|
|
|
4113
4131
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4114
4132
|
}
|
|
4115
4133
|
},
|
|
4116
|
-
"node_modules/esprima": {
|
|
4117
|
-
"version": "4.0.1",
|
|
4118
|
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
4119
|
-
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
4120
|
-
"license": "BSD-2-Clause",
|
|
4121
|
-
"bin": {
|
|
4122
|
-
"esparse": "bin/esparse.js",
|
|
4123
|
-
"esvalidate": "bin/esvalidate.js"
|
|
4124
|
-
},
|
|
4125
|
-
"engines": {
|
|
4126
|
-
"node": ">=4"
|
|
4127
|
-
}
|
|
4128
|
-
},
|
|
4129
4134
|
"node_modules/etag": {
|
|
4130
4135
|
"version": "1.8.1",
|
|
4131
4136
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
@@ -5127,9 +5132,19 @@
|
|
|
5127
5132
|
"license": "MIT"
|
|
5128
5133
|
},
|
|
5129
5134
|
"node_modules/js-yaml": {
|
|
5130
|
-
"version": "4.
|
|
5131
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.
|
|
5132
|
-
"integrity": "sha512-
|
|
5135
|
+
"version": "4.2.0",
|
|
5136
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
5137
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
5138
|
+
"funding": [
|
|
5139
|
+
{
|
|
5140
|
+
"type": "github",
|
|
5141
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"type": "github",
|
|
5145
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
5133
5148
|
"license": "MIT",
|
|
5134
5149
|
"dependencies": {
|
|
5135
5150
|
"argparse": "^2.0.1"
|
|
@@ -5942,9 +5957,9 @@
|
|
|
5942
5957
|
}
|
|
5943
5958
|
},
|
|
5944
5959
|
"node_modules/metro/node_modules/ws": {
|
|
5945
|
-
"version": "7.5.
|
|
5946
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
5947
|
-
"integrity": "sha512
|
|
5960
|
+
"version": "7.5.11",
|
|
5961
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz",
|
|
5962
|
+
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
5948
5963
|
"license": "MIT",
|
|
5949
5964
|
"engines": {
|
|
5950
5965
|
"node": ">=8.3.0"
|
|
@@ -6704,9 +6719,9 @@
|
|
|
6704
6719
|
}
|
|
6705
6720
|
},
|
|
6706
6721
|
"node_modules/react-devtools-core/node_modules/ws": {
|
|
6707
|
-
"version": "7.5.
|
|
6708
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
6709
|
-
"integrity": "sha512
|
|
6722
|
+
"version": "7.5.11",
|
|
6723
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz",
|
|
6724
|
+
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
6710
6725
|
"license": "MIT",
|
|
6711
6726
|
"engines": {
|
|
6712
6727
|
"node": ">=8.3.0"
|
|
@@ -6731,19 +6746,19 @@
|
|
|
6731
6746
|
"license": "MIT"
|
|
6732
6747
|
},
|
|
6733
6748
|
"node_modules/react-native": {
|
|
6734
|
-
"version": "0.81.
|
|
6735
|
-
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.
|
|
6736
|
-
"integrity": "sha512-
|
|
6749
|
+
"version": "0.81.6",
|
|
6750
|
+
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.6.tgz",
|
|
6751
|
+
"integrity": "sha512-X/tI8GqfzVaa+zfbE4+lySNN5UzwBIAVRHVZPKymOny9Acc5GYYcjAcEVfG3AM4h920YALWoSl8favnDmQEWIg==",
|
|
6737
6752
|
"license": "MIT",
|
|
6738
6753
|
"dependencies": {
|
|
6739
6754
|
"@jest/create-cache-key-function": "^29.7.0",
|
|
6740
|
-
"@react-native/assets-registry": "0.81.
|
|
6741
|
-
"@react-native/codegen": "0.81.
|
|
6742
|
-
"@react-native/community-cli-plugin": "0.81.
|
|
6743
|
-
"@react-native/gradle-plugin": "0.81.
|
|
6744
|
-
"@react-native/js-polyfills": "0.81.
|
|
6745
|
-
"@react-native/normalize-colors": "0.81.
|
|
6746
|
-
"@react-native/virtualized-lists": "0.81.
|
|
6755
|
+
"@react-native/assets-registry": "0.81.6",
|
|
6756
|
+
"@react-native/codegen": "0.81.6",
|
|
6757
|
+
"@react-native/community-cli-plugin": "0.81.6",
|
|
6758
|
+
"@react-native/gradle-plugin": "0.81.6",
|
|
6759
|
+
"@react-native/js-polyfills": "0.81.6",
|
|
6760
|
+
"@react-native/normalize-colors": "0.81.6",
|
|
6761
|
+
"@react-native/virtualized-lists": "0.81.6",
|
|
6747
6762
|
"abort-controller": "^3.0.0",
|
|
6748
6763
|
"anser": "^1.4.9",
|
|
6749
6764
|
"ansi-regex": "^5.0.0",
|
|
@@ -6778,8 +6793,8 @@
|
|
|
6778
6793
|
"node": ">= 20.19.4"
|
|
6779
6794
|
},
|
|
6780
6795
|
"peerDependencies": {
|
|
6781
|
-
"@types/react": "^19.1.
|
|
6782
|
-
"react": "^19.1.
|
|
6796
|
+
"@types/react": "^19.1.4",
|
|
6797
|
+
"react": "^19.1.4"
|
|
6783
6798
|
},
|
|
6784
6799
|
"peerDependenciesMeta": {
|
|
6785
6800
|
"@types/react": {
|
|
@@ -6830,6 +6845,42 @@
|
|
|
6830
6845
|
"react-native": "*"
|
|
6831
6846
|
}
|
|
6832
6847
|
},
|
|
6848
|
+
"node_modules/react-native/node_modules/@react-native/codegen": {
|
|
6849
|
+
"version": "0.81.6",
|
|
6850
|
+
"resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.6.tgz",
|
|
6851
|
+
"integrity": "sha512-9KoYRep/KDnELLLmIYTtIIEOClVUJ88pxWObb/0sjkacA7uL4SgfbAg7rWLURAQJWI85L1YS67IhdEqNNk1I7w==",
|
|
6852
|
+
"license": "MIT",
|
|
6853
|
+
"dependencies": {
|
|
6854
|
+
"@babel/core": "^7.25.2",
|
|
6855
|
+
"@babel/parser": "^7.25.3",
|
|
6856
|
+
"glob": "^7.1.1",
|
|
6857
|
+
"hermes-parser": "0.29.1",
|
|
6858
|
+
"invariant": "^2.2.4",
|
|
6859
|
+
"nullthrows": "^1.1.1",
|
|
6860
|
+
"yargs": "^17.6.2"
|
|
6861
|
+
},
|
|
6862
|
+
"engines": {
|
|
6863
|
+
"node": ">= 20.19.4"
|
|
6864
|
+
},
|
|
6865
|
+
"peerDependencies": {
|
|
6866
|
+
"@babel/core": "*"
|
|
6867
|
+
}
|
|
6868
|
+
},
|
|
6869
|
+
"node_modules/react-native/node_modules/@react-native/js-polyfills": {
|
|
6870
|
+
"version": "0.81.6",
|
|
6871
|
+
"resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.6.tgz",
|
|
6872
|
+
"integrity": "sha512-P5MWH/9vM24XkJ1TasCq42DMLoCUjZVSppTn6VWv/cI65NDjuYEy7bUSaXbYxGTnqiKyPG5Y+ADymqlIkdSAcw==",
|
|
6873
|
+
"license": "MIT",
|
|
6874
|
+
"engines": {
|
|
6875
|
+
"node": ">= 20.19.4"
|
|
6876
|
+
}
|
|
6877
|
+
},
|
|
6878
|
+
"node_modules/react-native/node_modules/@react-native/normalize-colors": {
|
|
6879
|
+
"version": "0.81.6",
|
|
6880
|
+
"resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.6.tgz",
|
|
6881
|
+
"integrity": "sha512-/OCgUysHIFhfmZxbJAydVc58l2SGIZbWpbQXBrYEYch8YElBbDFQ8IUtyogB7YJJQ8ewHZFj93rQGaECgkvvcw==",
|
|
6882
|
+
"license": "MIT"
|
|
6883
|
+
},
|
|
6833
6884
|
"node_modules/react-native/node_modules/commander": {
|
|
6834
6885
|
"version": "12.1.0",
|
|
6835
6886
|
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
|
|
@@ -6852,9 +6903,9 @@
|
|
|
6852
6903
|
}
|
|
6853
6904
|
},
|
|
6854
6905
|
"node_modules/react-native/node_modules/ws": {
|
|
6855
|
-
"version": "6.2.
|
|
6856
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.
|
|
6857
|
-
"integrity": "sha512-
|
|
6906
|
+
"version": "6.2.4",
|
|
6907
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
6908
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
6858
6909
|
"license": "MIT",
|
|
6859
6910
|
"dependencies": {
|
|
6860
6911
|
"async-limiter": "~1.0.0"
|
|
@@ -7304,9 +7355,9 @@
|
|
|
7304
7355
|
}
|
|
7305
7356
|
},
|
|
7306
7357
|
"node_modules/shell-quote": {
|
|
7307
|
-
"version": "1.8.
|
|
7308
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
7309
|
-
"integrity": "sha512-
|
|
7358
|
+
"version": "1.8.4",
|
|
7359
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
|
|
7360
|
+
"integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==",
|
|
7310
7361
|
"license": "MIT",
|
|
7311
7362
|
"engines": {
|
|
7312
7363
|
"node": ">= 0.4"
|
|
@@ -7405,12 +7456,6 @@
|
|
|
7405
7456
|
"node": ">=0.10.0"
|
|
7406
7457
|
}
|
|
7407
7458
|
},
|
|
7408
|
-
"node_modules/sprintf-js": {
|
|
7409
|
-
"version": "1.0.3",
|
|
7410
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
7411
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
7412
|
-
"license": "BSD-3-Clause"
|
|
7413
|
-
},
|
|
7414
7459
|
"node_modules/stack-utils": {
|
|
7415
7460
|
"version": "2.0.6",
|
|
7416
7461
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
@@ -7599,9 +7644,9 @@
|
|
|
7599
7644
|
}
|
|
7600
7645
|
},
|
|
7601
7646
|
"node_modules/tar": {
|
|
7602
|
-
"version": "7.5.
|
|
7603
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
7604
|
-
"integrity": "sha512-
|
|
7647
|
+
"version": "7.5.16",
|
|
7648
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz",
|
|
7649
|
+
"integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==",
|
|
7605
7650
|
"license": "BlueOak-1.0.0",
|
|
7606
7651
|
"dependencies": {
|
|
7607
7652
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -7819,9 +7864,9 @@
|
|
|
7819
7864
|
}
|
|
7820
7865
|
},
|
|
7821
7866
|
"node_modules/undici": {
|
|
7822
|
-
"version": "6.
|
|
7823
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
7824
|
-
"integrity": "sha512-
|
|
7867
|
+
"version": "6.27.0",
|
|
7868
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
|
|
7869
|
+
"integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
|
|
7825
7870
|
"license": "MIT",
|
|
7826
7871
|
"engines": {
|
|
7827
7872
|
"node": ">=18.17"
|
|
@@ -8090,9 +8135,9 @@
|
|
|
8090
8135
|
}
|
|
8091
8136
|
},
|
|
8092
8137
|
"node_modules/ws": {
|
|
8093
|
-
"version": "8.
|
|
8094
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
8095
|
-
"integrity": "sha512-
|
|
8138
|
+
"version": "8.21.0",
|
|
8139
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
8140
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
8096
8141
|
"license": "MIT",
|
|
8097
8142
|
"engines": {
|
|
8098
8143
|
"node": ">=10.0.0"
|