@regulaforensics/react-native-document-reader-api 9.3.483-beta → 9.3.485-rc

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.
@@ -45,12 +45,12 @@
45
45
  }
46
46
  },
47
47
  "node_modules/@babel/code-frame": {
48
- "version": "7.27.1",
49
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
50
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
48
+ "version": "7.29.0",
49
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
50
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
51
51
  "license": "MIT",
52
52
  "dependencies": {
53
- "@babel/helper-validator-identifier": "^7.27.1",
53
+ "@babel/helper-validator-identifier": "^7.28.5",
54
54
  "js-tokens": "^4.0.0",
55
55
  "picocolors": "^1.1.1"
56
56
  },
@@ -59,29 +59,29 @@
59
59
  }
60
60
  },
61
61
  "node_modules/@babel/compat-data": {
62
- "version": "7.28.5",
63
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
64
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
62
+ "version": "7.29.0",
63
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
64
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
65
65
  "license": "MIT",
66
66
  "engines": {
67
67
  "node": ">=6.9.0"
68
68
  }
69
69
  },
70
70
  "node_modules/@babel/core": {
71
- "version": "7.28.5",
72
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
73
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
74
- "license": "MIT",
75
- "dependencies": {
76
- "@babel/code-frame": "^7.27.1",
77
- "@babel/generator": "^7.28.5",
78
- "@babel/helper-compilation-targets": "^7.27.2",
79
- "@babel/helper-module-transforms": "^7.28.3",
80
- "@babel/helpers": "^7.28.4",
81
- "@babel/parser": "^7.28.5",
82
- "@babel/template": "^7.27.2",
83
- "@babel/traverse": "^7.28.5",
84
- "@babel/types": "^7.28.5",
71
+ "version": "7.29.0",
72
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
73
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
74
+ "license": "MIT",
75
+ "dependencies": {
76
+ "@babel/code-frame": "^7.29.0",
77
+ "@babel/generator": "^7.29.0",
78
+ "@babel/helper-compilation-targets": "^7.28.6",
79
+ "@babel/helper-module-transforms": "^7.28.6",
80
+ "@babel/helpers": "^7.28.6",
81
+ "@babel/parser": "^7.29.0",
82
+ "@babel/template": "^7.28.6",
83
+ "@babel/traverse": "^7.29.0",
84
+ "@babel/types": "^7.29.0",
85
85
  "@jridgewell/remapping": "^2.3.5",
86
86
  "convert-source-map": "^2.0.0",
87
87
  "debug": "^4.1.0",
@@ -117,13 +117,13 @@
117
117
  }
118
118
  },
119
119
  "node_modules/@babel/generator": {
120
- "version": "7.28.5",
121
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
122
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
120
+ "version": "7.29.1",
121
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
122
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
123
123
  "license": "MIT",
124
124
  "dependencies": {
125
- "@babel/parser": "^7.28.5",
126
- "@babel/types": "^7.28.5",
125
+ "@babel/parser": "^7.29.0",
126
+ "@babel/types": "^7.29.0",
127
127
  "@jridgewell/gen-mapping": "^0.3.12",
128
128
  "@jridgewell/trace-mapping": "^0.3.28",
129
129
  "jsesc": "^3.0.2"
@@ -146,12 +146,12 @@
146
146
  }
147
147
  },
148
148
  "node_modules/@babel/helper-compilation-targets": {
149
- "version": "7.27.2",
150
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
151
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
149
+ "version": "7.28.6",
150
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
151
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
152
152
  "license": "MIT",
153
153
  "dependencies": {
154
- "@babel/compat-data": "^7.27.2",
154
+ "@babel/compat-data": "^7.28.6",
155
155
  "@babel/helper-validator-option": "^7.27.1",
156
156
  "browserslist": "^4.24.0",
157
157
  "lru-cache": "^5.1.1",
@@ -162,18 +162,18 @@
162
162
  }
163
163
  },
164
164
  "node_modules/@babel/helper-create-class-features-plugin": {
165
- "version": "7.28.5",
166
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
167
- "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
165
+ "version": "7.28.6",
166
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
167
+ "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
168
168
  "dev": true,
169
169
  "license": "MIT",
170
170
  "dependencies": {
171
171
  "@babel/helper-annotate-as-pure": "^7.27.3",
172
172
  "@babel/helper-member-expression-to-functions": "^7.28.5",
173
173
  "@babel/helper-optimise-call-expression": "^7.27.1",
174
- "@babel/helper-replace-supers": "^7.27.1",
174
+ "@babel/helper-replace-supers": "^7.28.6",
175
175
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
176
- "@babel/traverse": "^7.28.5",
176
+ "@babel/traverse": "^7.28.6",
177
177
  "semver": "^6.3.1"
178
178
  },
179
179
  "engines": {
@@ -202,17 +202,17 @@
202
202
  }
203
203
  },
204
204
  "node_modules/@babel/helper-define-polyfill-provider": {
205
- "version": "0.6.5",
206
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
207
- "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
205
+ "version": "0.6.8",
206
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.8.tgz",
207
+ "integrity": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==",
208
208
  "dev": true,
209
209
  "license": "MIT",
210
210
  "dependencies": {
211
- "@babel/helper-compilation-targets": "^7.27.2",
212
- "@babel/helper-plugin-utils": "^7.27.1",
213
- "debug": "^4.4.1",
211
+ "@babel/helper-compilation-targets": "^7.28.6",
212
+ "@babel/helper-plugin-utils": "^7.28.6",
213
+ "debug": "^4.4.3",
214
214
  "lodash.debounce": "^4.0.8",
215
- "resolve": "^1.22.10"
215
+ "resolve": "^1.22.11"
216
216
  },
217
217
  "peerDependencies": {
218
218
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -242,27 +242,27 @@
242
242
  }
243
243
  },
244
244
  "node_modules/@babel/helper-module-imports": {
245
- "version": "7.27.1",
246
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
247
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
245
+ "version": "7.28.6",
246
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
247
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
248
248
  "license": "MIT",
249
249
  "dependencies": {
250
- "@babel/traverse": "^7.27.1",
251
- "@babel/types": "^7.27.1"
250
+ "@babel/traverse": "^7.28.6",
251
+ "@babel/types": "^7.28.6"
252
252
  },
253
253
  "engines": {
254
254
  "node": ">=6.9.0"
255
255
  }
256
256
  },
257
257
  "node_modules/@babel/helper-module-transforms": {
258
- "version": "7.28.3",
259
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
260
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
258
+ "version": "7.28.6",
259
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
260
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
261
261
  "license": "MIT",
262
262
  "dependencies": {
263
- "@babel/helper-module-imports": "^7.27.1",
264
- "@babel/helper-validator-identifier": "^7.27.1",
265
- "@babel/traverse": "^7.28.3"
263
+ "@babel/helper-module-imports": "^7.28.6",
264
+ "@babel/helper-validator-identifier": "^7.28.5",
265
+ "@babel/traverse": "^7.28.6"
266
266
  },
267
267
  "engines": {
268
268
  "node": ">=6.9.0"
@@ -285,9 +285,9 @@
285
285
  }
286
286
  },
287
287
  "node_modules/@babel/helper-plugin-utils": {
288
- "version": "7.27.1",
289
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
290
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
288
+ "version": "7.28.6",
289
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
290
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
291
291
  "license": "MIT",
292
292
  "engines": {
293
293
  "node": ">=6.9.0"
@@ -312,15 +312,15 @@
312
312
  }
313
313
  },
314
314
  "node_modules/@babel/helper-replace-supers": {
315
- "version": "7.27.1",
316
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
317
- "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
315
+ "version": "7.28.6",
316
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
317
+ "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
318
318
  "dev": true,
319
319
  "license": "MIT",
320
320
  "dependencies": {
321
- "@babel/helper-member-expression-to-functions": "^7.27.1",
321
+ "@babel/helper-member-expression-to-functions": "^7.28.5",
322
322
  "@babel/helper-optimise-call-expression": "^7.27.1",
323
- "@babel/traverse": "^7.27.1"
323
+ "@babel/traverse": "^7.28.6"
324
324
  },
325
325
  "engines": {
326
326
  "node": ">=6.9.0"
@@ -371,40 +371,40 @@
371
371
  }
372
372
  },
373
373
  "node_modules/@babel/helper-wrap-function": {
374
- "version": "7.28.3",
375
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
376
- "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
374
+ "version": "7.28.6",
375
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz",
376
+ "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==",
377
377
  "dev": true,
378
378
  "license": "MIT",
379
379
  "dependencies": {
380
- "@babel/template": "^7.27.2",
381
- "@babel/traverse": "^7.28.3",
382
- "@babel/types": "^7.28.2"
380
+ "@babel/template": "^7.28.6",
381
+ "@babel/traverse": "^7.28.6",
382
+ "@babel/types": "^7.28.6"
383
383
  },
384
384
  "engines": {
385
385
  "node": ">=6.9.0"
386
386
  }
387
387
  },
388
388
  "node_modules/@babel/helpers": {
389
- "version": "7.28.4",
390
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
391
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
389
+ "version": "7.29.2",
390
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
391
+ "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
392
392
  "license": "MIT",
393
393
  "dependencies": {
394
- "@babel/template": "^7.27.2",
395
- "@babel/types": "^7.28.4"
394
+ "@babel/template": "^7.28.6",
395
+ "@babel/types": "^7.29.0"
396
396
  },
397
397
  "engines": {
398
398
  "node": ">=6.9.0"
399
399
  }
400
400
  },
401
401
  "node_modules/@babel/parser": {
402
- "version": "7.28.5",
403
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
404
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
402
+ "version": "7.29.2",
403
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
404
+ "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
405
405
  "license": "MIT",
406
406
  "dependencies": {
407
- "@babel/types": "^7.28.5"
407
+ "@babel/types": "^7.29.0"
408
408
  },
409
409
  "bin": {
410
410
  "parser": "bin/babel-parser.js"
@@ -481,14 +481,14 @@
481
481
  }
482
482
  },
483
483
  "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
484
- "version": "7.28.3",
485
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz",
486
- "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==",
484
+ "version": "7.28.6",
485
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6.tgz",
486
+ "integrity": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==",
487
487
  "dev": true,
488
488
  "license": "MIT",
489
489
  "dependencies": {
490
- "@babel/helper-plugin-utils": "^7.27.1",
491
- "@babel/traverse": "^7.28.3"
490
+ "@babel/helper-plugin-utils": "^7.28.6",
491
+ "@babel/traverse": "^7.28.6"
492
492
  },
493
493
  "engines": {
494
494
  "node": ">=6.9.0"
@@ -591,13 +591,13 @@
591
591
  }
592
592
  },
593
593
  "node_modules/@babel/plugin-syntax-export-default-from": {
594
- "version": "7.27.1",
595
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.27.1.tgz",
596
- "integrity": "sha512-eBC/3KSekshx19+N40MzjWqJd7KTEdOoLesAfa4IDFI8eRz5a47i5Oszus6zG/cwIXN63YhgLOMSSNJx49sENg==",
594
+ "version": "7.28.6",
595
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.28.6.tgz",
596
+ "integrity": "sha512-Svlx1fjJFnNz0LZeUaybRukSxZI3KkpApUmIRzEdXC5k8ErTOz0OD0kNrICi5Vc3GlpP5ZCeRyRO+mfWTSz+iQ==",
597
597
  "dev": true,
598
598
  "license": "MIT",
599
599
  "dependencies": {
600
- "@babel/helper-plugin-utils": "^7.27.1"
600
+ "@babel/helper-plugin-utils": "^7.28.6"
601
601
  },
602
602
  "engines": {
603
603
  "node": ">=6.9.0"
@@ -607,13 +607,13 @@
607
607
  }
608
608
  },
609
609
  "node_modules/@babel/plugin-syntax-flow": {
610
- "version": "7.27.1",
611
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz",
612
- "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==",
610
+ "version": "7.28.6",
611
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz",
612
+ "integrity": "sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==",
613
613
  "dev": true,
614
614
  "license": "MIT",
615
615
  "dependencies": {
616
- "@babel/helper-plugin-utils": "^7.27.1"
616
+ "@babel/helper-plugin-utils": "^7.28.6"
617
617
  },
618
618
  "engines": {
619
619
  "node": ">=6.9.0"
@@ -623,13 +623,13 @@
623
623
  }
624
624
  },
625
625
  "node_modules/@babel/plugin-syntax-import-assertions": {
626
- "version": "7.27.1",
627
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
628
- "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
626
+ "version": "7.28.6",
627
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz",
628
+ "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==",
629
629
  "dev": true,
630
630
  "license": "MIT",
631
631
  "dependencies": {
632
- "@babel/helper-plugin-utils": "^7.27.1"
632
+ "@babel/helper-plugin-utils": "^7.28.6"
633
633
  },
634
634
  "engines": {
635
635
  "node": ">=6.9.0"
@@ -639,12 +639,12 @@
639
639
  }
640
640
  },
641
641
  "node_modules/@babel/plugin-syntax-import-attributes": {
642
- "version": "7.27.1",
643
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
644
- "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
642
+ "version": "7.28.6",
643
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz",
644
+ "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
645
645
  "license": "MIT",
646
646
  "dependencies": {
647
- "@babel/helper-plugin-utils": "^7.27.1"
647
+ "@babel/helper-plugin-utils": "^7.28.6"
648
648
  },
649
649
  "engines": {
650
650
  "node": ">=6.9.0"
@@ -678,13 +678,13 @@
678
678
  }
679
679
  },
680
680
  "node_modules/@babel/plugin-syntax-jsx": {
681
- "version": "7.27.1",
682
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
683
- "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
681
+ "version": "7.28.6",
682
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
683
+ "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
684
684
  "dev": true,
685
685
  "license": "MIT",
686
686
  "dependencies": {
687
- "@babel/helper-plugin-utils": "^7.27.1"
687
+ "@babel/helper-plugin-utils": "^7.28.6"
688
688
  },
689
689
  "engines": {
690
690
  "node": ">=6.9.0"
@@ -796,13 +796,13 @@
796
796
  }
797
797
  },
798
798
  "node_modules/@babel/plugin-syntax-typescript": {
799
- "version": "7.27.1",
800
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
801
- "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
799
+ "version": "7.28.6",
800
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
801
+ "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
802
802
  "dev": true,
803
803
  "license": "MIT",
804
804
  "dependencies": {
805
- "@babel/helper-plugin-utils": "^7.27.1"
805
+ "@babel/helper-plugin-utils": "^7.28.6"
806
806
  },
807
807
  "engines": {
808
808
  "node": ">=6.9.0"
@@ -845,15 +845,15 @@
845
845
  }
846
846
  },
847
847
  "node_modules/@babel/plugin-transform-async-generator-functions": {
848
- "version": "7.28.0",
849
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
850
- "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
848
+ "version": "7.29.0",
849
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz",
850
+ "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
851
851
  "dev": true,
852
852
  "license": "MIT",
853
853
  "dependencies": {
854
- "@babel/helper-plugin-utils": "^7.27.1",
854
+ "@babel/helper-plugin-utils": "^7.28.6",
855
855
  "@babel/helper-remap-async-to-generator": "^7.27.1",
856
- "@babel/traverse": "^7.28.0"
856
+ "@babel/traverse": "^7.29.0"
857
857
  },
858
858
  "engines": {
859
859
  "node": ">=6.9.0"
@@ -863,14 +863,14 @@
863
863
  }
864
864
  },
865
865
  "node_modules/@babel/plugin-transform-async-to-generator": {
866
- "version": "7.27.1",
867
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
868
- "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
866
+ "version": "7.28.6",
867
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz",
868
+ "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
869
869
  "dev": true,
870
870
  "license": "MIT",
871
871
  "dependencies": {
872
- "@babel/helper-module-imports": "^7.27.1",
873
- "@babel/helper-plugin-utils": "^7.27.1",
872
+ "@babel/helper-module-imports": "^7.28.6",
873
+ "@babel/helper-plugin-utils": "^7.28.6",
874
874
  "@babel/helper-remap-async-to-generator": "^7.27.1"
875
875
  },
876
876
  "engines": {
@@ -897,13 +897,13 @@
897
897
  }
898
898
  },
899
899
  "node_modules/@babel/plugin-transform-block-scoping": {
900
- "version": "7.28.5",
901
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
902
- "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
900
+ "version": "7.28.6",
901
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz",
902
+ "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==",
903
903
  "dev": true,
904
904
  "license": "MIT",
905
905
  "dependencies": {
906
- "@babel/helper-plugin-utils": "^7.27.1"
906
+ "@babel/helper-plugin-utils": "^7.28.6"
907
907
  },
908
908
  "engines": {
909
909
  "node": ">=6.9.0"
@@ -913,14 +913,14 @@
913
913
  }
914
914
  },
915
915
  "node_modules/@babel/plugin-transform-class-properties": {
916
- "version": "7.27.1",
917
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
918
- "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
916
+ "version": "7.28.6",
917
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz",
918
+ "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
919
919
  "dev": true,
920
920
  "license": "MIT",
921
921
  "dependencies": {
922
- "@babel/helper-create-class-features-plugin": "^7.27.1",
923
- "@babel/helper-plugin-utils": "^7.27.1"
922
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
923
+ "@babel/helper-plugin-utils": "^7.28.6"
924
924
  },
925
925
  "engines": {
926
926
  "node": ">=6.9.0"
@@ -930,14 +930,14 @@
930
930
  }
931
931
  },
932
932
  "node_modules/@babel/plugin-transform-class-static-block": {
933
- "version": "7.28.3",
934
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz",
935
- "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==",
933
+ "version": "7.28.6",
934
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz",
935
+ "integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
936
936
  "dev": true,
937
937
  "license": "MIT",
938
938
  "dependencies": {
939
- "@babel/helper-create-class-features-plugin": "^7.28.3",
940
- "@babel/helper-plugin-utils": "^7.27.1"
939
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
940
+ "@babel/helper-plugin-utils": "^7.28.6"
941
941
  },
942
942
  "engines": {
943
943
  "node": ">=6.9.0"
@@ -947,18 +947,18 @@
947
947
  }
948
948
  },
949
949
  "node_modules/@babel/plugin-transform-classes": {
950
- "version": "7.28.4",
951
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
952
- "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
950
+ "version": "7.28.6",
951
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz",
952
+ "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==",
953
953
  "dev": true,
954
954
  "license": "MIT",
955
955
  "dependencies": {
956
956
  "@babel/helper-annotate-as-pure": "^7.27.3",
957
- "@babel/helper-compilation-targets": "^7.27.2",
957
+ "@babel/helper-compilation-targets": "^7.28.6",
958
958
  "@babel/helper-globals": "^7.28.0",
959
- "@babel/helper-plugin-utils": "^7.27.1",
960
- "@babel/helper-replace-supers": "^7.27.1",
961
- "@babel/traverse": "^7.28.4"
959
+ "@babel/helper-plugin-utils": "^7.28.6",
960
+ "@babel/helper-replace-supers": "^7.28.6",
961
+ "@babel/traverse": "^7.28.6"
962
962
  },
963
963
  "engines": {
964
964
  "node": ">=6.9.0"
@@ -968,14 +968,14 @@
968
968
  }
969
969
  },
970
970
  "node_modules/@babel/plugin-transform-computed-properties": {
971
- "version": "7.27.1",
972
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
973
- "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
971
+ "version": "7.28.6",
972
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz",
973
+ "integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==",
974
974
  "dev": true,
975
975
  "license": "MIT",
976
976
  "dependencies": {
977
- "@babel/helper-plugin-utils": "^7.27.1",
978
- "@babel/template": "^7.27.1"
977
+ "@babel/helper-plugin-utils": "^7.28.6",
978
+ "@babel/template": "^7.28.6"
979
979
  },
980
980
  "engines": {
981
981
  "node": ">=6.9.0"
@@ -1002,14 +1002,14 @@
1002
1002
  }
1003
1003
  },
1004
1004
  "node_modules/@babel/plugin-transform-dotall-regex": {
1005
- "version": "7.27.1",
1006
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
1007
- "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
1005
+ "version": "7.28.6",
1006
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz",
1007
+ "integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==",
1008
1008
  "dev": true,
1009
1009
  "license": "MIT",
1010
1010
  "dependencies": {
1011
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1012
- "@babel/helper-plugin-utils": "^7.27.1"
1011
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1012
+ "@babel/helper-plugin-utils": "^7.28.6"
1013
1013
  },
1014
1014
  "engines": {
1015
1015
  "node": ">=6.9.0"
@@ -1035,14 +1035,14 @@
1035
1035
  }
1036
1036
  },
1037
1037
  "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
1038
- "version": "7.27.1",
1039
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
1040
- "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
1038
+ "version": "7.29.0",
1039
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz",
1040
+ "integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==",
1041
1041
  "dev": true,
1042
1042
  "license": "MIT",
1043
1043
  "dependencies": {
1044
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1045
- "@babel/helper-plugin-utils": "^7.27.1"
1044
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1045
+ "@babel/helper-plugin-utils": "^7.28.6"
1046
1046
  },
1047
1047
  "engines": {
1048
1048
  "node": ">=6.9.0"
@@ -1068,14 +1068,14 @@
1068
1068
  }
1069
1069
  },
1070
1070
  "node_modules/@babel/plugin-transform-explicit-resource-management": {
1071
- "version": "7.28.0",
1072
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
1073
- "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
1071
+ "version": "7.28.6",
1072
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.6.tgz",
1073
+ "integrity": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==",
1074
1074
  "dev": true,
1075
1075
  "license": "MIT",
1076
1076
  "dependencies": {
1077
- "@babel/helper-plugin-utils": "^7.27.1",
1078
- "@babel/plugin-transform-destructuring": "^7.28.0"
1077
+ "@babel/helper-plugin-utils": "^7.28.6",
1078
+ "@babel/plugin-transform-destructuring": "^7.28.5"
1079
1079
  },
1080
1080
  "engines": {
1081
1081
  "node": ">=6.9.0"
@@ -1085,13 +1085,13 @@
1085
1085
  }
1086
1086
  },
1087
1087
  "node_modules/@babel/plugin-transform-exponentiation-operator": {
1088
- "version": "7.28.5",
1089
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
1090
- "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
1088
+ "version": "7.28.6",
1089
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.6.tgz",
1090
+ "integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==",
1091
1091
  "dev": true,
1092
1092
  "license": "MIT",
1093
1093
  "dependencies": {
1094
- "@babel/helper-plugin-utils": "^7.27.1"
1094
+ "@babel/helper-plugin-utils": "^7.28.6"
1095
1095
  },
1096
1096
  "engines": {
1097
1097
  "node": ">=6.9.0"
@@ -1169,13 +1169,13 @@
1169
1169
  }
1170
1170
  },
1171
1171
  "node_modules/@babel/plugin-transform-json-strings": {
1172
- "version": "7.27.1",
1173
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
1174
- "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
1172
+ "version": "7.28.6",
1173
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.28.6.tgz",
1174
+ "integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==",
1175
1175
  "dev": true,
1176
1176
  "license": "MIT",
1177
1177
  "dependencies": {
1178
- "@babel/helper-plugin-utils": "^7.27.1"
1178
+ "@babel/helper-plugin-utils": "^7.28.6"
1179
1179
  },
1180
1180
  "engines": {
1181
1181
  "node": ">=6.9.0"
@@ -1201,13 +1201,13 @@
1201
1201
  }
1202
1202
  },
1203
1203
  "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1204
- "version": "7.28.5",
1205
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
1206
- "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
1204
+ "version": "7.28.6",
1205
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz",
1206
+ "integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==",
1207
1207
  "dev": true,
1208
1208
  "license": "MIT",
1209
1209
  "dependencies": {
1210
- "@babel/helper-plugin-utils": "^7.27.1"
1210
+ "@babel/helper-plugin-utils": "^7.28.6"
1211
1211
  },
1212
1212
  "engines": {
1213
1213
  "node": ">=6.9.0"
@@ -1250,14 +1250,14 @@
1250
1250
  }
1251
1251
  },
1252
1252
  "node_modules/@babel/plugin-transform-modules-commonjs": {
1253
- "version": "7.27.1",
1254
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
1255
- "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
1253
+ "version": "7.28.6",
1254
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz",
1255
+ "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
1256
1256
  "dev": true,
1257
1257
  "license": "MIT",
1258
1258
  "dependencies": {
1259
- "@babel/helper-module-transforms": "^7.27.1",
1260
- "@babel/helper-plugin-utils": "^7.27.1"
1259
+ "@babel/helper-module-transforms": "^7.28.6",
1260
+ "@babel/helper-plugin-utils": "^7.28.6"
1261
1261
  },
1262
1262
  "engines": {
1263
1263
  "node": ">=6.9.0"
@@ -1267,16 +1267,16 @@
1267
1267
  }
1268
1268
  },
1269
1269
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1270
- "version": "7.28.5",
1271
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
1272
- "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
1270
+ "version": "7.29.0",
1271
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz",
1272
+ "integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
1273
1273
  "dev": true,
1274
1274
  "license": "MIT",
1275
1275
  "dependencies": {
1276
- "@babel/helper-module-transforms": "^7.28.3",
1277
- "@babel/helper-plugin-utils": "^7.27.1",
1276
+ "@babel/helper-module-transforms": "^7.28.6",
1277
+ "@babel/helper-plugin-utils": "^7.28.6",
1278
1278
  "@babel/helper-validator-identifier": "^7.28.5",
1279
- "@babel/traverse": "^7.28.5"
1279
+ "@babel/traverse": "^7.29.0"
1280
1280
  },
1281
1281
  "engines": {
1282
1282
  "node": ">=6.9.0"
@@ -1303,14 +1303,14 @@
1303
1303
  }
1304
1304
  },
1305
1305
  "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1306
- "version": "7.27.1",
1307
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
1308
- "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
1306
+ "version": "7.29.0",
1307
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz",
1308
+ "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
1309
1309
  "dev": true,
1310
1310
  "license": "MIT",
1311
1311
  "dependencies": {
1312
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1313
- "@babel/helper-plugin-utils": "^7.27.1"
1312
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1313
+ "@babel/helper-plugin-utils": "^7.28.6"
1314
1314
  },
1315
1315
  "engines": {
1316
1316
  "node": ">=6.9.0"
@@ -1336,13 +1336,13 @@
1336
1336
  }
1337
1337
  },
1338
1338
  "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1339
- "version": "7.27.1",
1340
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
1341
- "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
1339
+ "version": "7.28.6",
1340
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz",
1341
+ "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==",
1342
1342
  "dev": true,
1343
1343
  "license": "MIT",
1344
1344
  "dependencies": {
1345
- "@babel/helper-plugin-utils": "^7.27.1"
1345
+ "@babel/helper-plugin-utils": "^7.28.6"
1346
1346
  },
1347
1347
  "engines": {
1348
1348
  "node": ">=6.9.0"
@@ -1352,13 +1352,13 @@
1352
1352
  }
1353
1353
  },
1354
1354
  "node_modules/@babel/plugin-transform-numeric-separator": {
1355
- "version": "7.27.1",
1356
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
1357
- "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
1355
+ "version": "7.28.6",
1356
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz",
1357
+ "integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==",
1358
1358
  "dev": true,
1359
1359
  "license": "MIT",
1360
1360
  "dependencies": {
1361
- "@babel/helper-plugin-utils": "^7.27.1"
1361
+ "@babel/helper-plugin-utils": "^7.28.6"
1362
1362
  },
1363
1363
  "engines": {
1364
1364
  "node": ">=6.9.0"
@@ -1368,17 +1368,17 @@
1368
1368
  }
1369
1369
  },
1370
1370
  "node_modules/@babel/plugin-transform-object-rest-spread": {
1371
- "version": "7.28.4",
1372
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
1373
- "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
1371
+ "version": "7.28.6",
1372
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz",
1373
+ "integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==",
1374
1374
  "dev": true,
1375
1375
  "license": "MIT",
1376
1376
  "dependencies": {
1377
- "@babel/helper-compilation-targets": "^7.27.2",
1378
- "@babel/helper-plugin-utils": "^7.27.1",
1379
- "@babel/plugin-transform-destructuring": "^7.28.0",
1377
+ "@babel/helper-compilation-targets": "^7.28.6",
1378
+ "@babel/helper-plugin-utils": "^7.28.6",
1379
+ "@babel/plugin-transform-destructuring": "^7.28.5",
1380
1380
  "@babel/plugin-transform-parameters": "^7.27.7",
1381
- "@babel/traverse": "^7.28.4"
1381
+ "@babel/traverse": "^7.28.6"
1382
1382
  },
1383
1383
  "engines": {
1384
1384
  "node": ">=6.9.0"
@@ -1405,13 +1405,13 @@
1405
1405
  }
1406
1406
  },
1407
1407
  "node_modules/@babel/plugin-transform-optional-catch-binding": {
1408
- "version": "7.27.1",
1409
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
1410
- "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
1408
+ "version": "7.28.6",
1409
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz",
1410
+ "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==",
1411
1411
  "dev": true,
1412
1412
  "license": "MIT",
1413
1413
  "dependencies": {
1414
- "@babel/helper-plugin-utils": "^7.27.1"
1414
+ "@babel/helper-plugin-utils": "^7.28.6"
1415
1415
  },
1416
1416
  "engines": {
1417
1417
  "node": ">=6.9.0"
@@ -1421,13 +1421,13 @@
1421
1421
  }
1422
1422
  },
1423
1423
  "node_modules/@babel/plugin-transform-optional-chaining": {
1424
- "version": "7.28.5",
1425
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
1426
- "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
1424
+ "version": "7.28.6",
1425
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz",
1426
+ "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
1427
1427
  "dev": true,
1428
1428
  "license": "MIT",
1429
1429
  "dependencies": {
1430
- "@babel/helper-plugin-utils": "^7.27.1",
1430
+ "@babel/helper-plugin-utils": "^7.28.6",
1431
1431
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1432
1432
  },
1433
1433
  "engines": {
@@ -1454,14 +1454,14 @@
1454
1454
  }
1455
1455
  },
1456
1456
  "node_modules/@babel/plugin-transform-private-methods": {
1457
- "version": "7.27.1",
1458
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
1459
- "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
1457
+ "version": "7.28.6",
1458
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz",
1459
+ "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==",
1460
1460
  "dev": true,
1461
1461
  "license": "MIT",
1462
1462
  "dependencies": {
1463
- "@babel/helper-create-class-features-plugin": "^7.27.1",
1464
- "@babel/helper-plugin-utils": "^7.27.1"
1463
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
1464
+ "@babel/helper-plugin-utils": "^7.28.6"
1465
1465
  },
1466
1466
  "engines": {
1467
1467
  "node": ">=6.9.0"
@@ -1471,15 +1471,15 @@
1471
1471
  }
1472
1472
  },
1473
1473
  "node_modules/@babel/plugin-transform-private-property-in-object": {
1474
- "version": "7.27.1",
1475
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
1476
- "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
1474
+ "version": "7.28.6",
1475
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz",
1476
+ "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==",
1477
1477
  "dev": true,
1478
1478
  "license": "MIT",
1479
1479
  "dependencies": {
1480
- "@babel/helper-annotate-as-pure": "^7.27.1",
1481
- "@babel/helper-create-class-features-plugin": "^7.27.1",
1482
- "@babel/helper-plugin-utils": "^7.27.1"
1480
+ "@babel/helper-annotate-as-pure": "^7.27.3",
1481
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
1482
+ "@babel/helper-plugin-utils": "^7.28.6"
1483
1483
  },
1484
1484
  "engines": {
1485
1485
  "node": ">=6.9.0"
@@ -1521,17 +1521,17 @@
1521
1521
  }
1522
1522
  },
1523
1523
  "node_modules/@babel/plugin-transform-react-jsx": {
1524
- "version": "7.27.1",
1525
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
1526
- "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
1524
+ "version": "7.28.6",
1525
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz",
1526
+ "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==",
1527
1527
  "dev": true,
1528
1528
  "license": "MIT",
1529
1529
  "dependencies": {
1530
- "@babel/helper-annotate-as-pure": "^7.27.1",
1531
- "@babel/helper-module-imports": "^7.27.1",
1532
- "@babel/helper-plugin-utils": "^7.27.1",
1533
- "@babel/plugin-syntax-jsx": "^7.27.1",
1534
- "@babel/types": "^7.27.1"
1530
+ "@babel/helper-annotate-as-pure": "^7.27.3",
1531
+ "@babel/helper-module-imports": "^7.28.6",
1532
+ "@babel/helper-plugin-utils": "^7.28.6",
1533
+ "@babel/plugin-syntax-jsx": "^7.28.6",
1534
+ "@babel/types": "^7.28.6"
1535
1535
  },
1536
1536
  "engines": {
1537
1537
  "node": ">=6.9.0"
@@ -1573,13 +1573,13 @@
1573
1573
  }
1574
1574
  },
1575
1575
  "node_modules/@babel/plugin-transform-regenerator": {
1576
- "version": "7.28.4",
1577
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz",
1578
- "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
1576
+ "version": "7.29.0",
1577
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz",
1578
+ "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
1579
1579
  "dev": true,
1580
1580
  "license": "MIT",
1581
1581
  "dependencies": {
1582
- "@babel/helper-plugin-utils": "^7.27.1"
1582
+ "@babel/helper-plugin-utils": "^7.28.6"
1583
1583
  },
1584
1584
  "engines": {
1585
1585
  "node": ">=6.9.0"
@@ -1589,14 +1589,14 @@
1589
1589
  }
1590
1590
  },
1591
1591
  "node_modules/@babel/plugin-transform-regexp-modifiers": {
1592
- "version": "7.27.1",
1593
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
1594
- "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
1592
+ "version": "7.28.6",
1593
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.28.6.tgz",
1594
+ "integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==",
1595
1595
  "dev": true,
1596
1596
  "license": "MIT",
1597
1597
  "dependencies": {
1598
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1599
- "@babel/helper-plugin-utils": "^7.27.1"
1598
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1599
+ "@babel/helper-plugin-utils": "^7.28.6"
1600
1600
  },
1601
1601
  "engines": {
1602
1602
  "node": ">=6.9.0"
@@ -1622,14 +1622,14 @@
1622
1622
  }
1623
1623
  },
1624
1624
  "node_modules/@babel/plugin-transform-runtime": {
1625
- "version": "7.28.5",
1626
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz",
1627
- "integrity": "sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==",
1625
+ "version": "7.29.0",
1626
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz",
1627
+ "integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==",
1628
1628
  "dev": true,
1629
1629
  "license": "MIT",
1630
1630
  "dependencies": {
1631
- "@babel/helper-module-imports": "^7.27.1",
1632
- "@babel/helper-plugin-utils": "^7.27.1",
1631
+ "@babel/helper-module-imports": "^7.28.6",
1632
+ "@babel/helper-plugin-utils": "^7.28.6",
1633
1633
  "babel-plugin-polyfill-corejs2": "^0.4.14",
1634
1634
  "babel-plugin-polyfill-corejs3": "^0.13.0",
1635
1635
  "babel-plugin-polyfill-regenerator": "^0.6.5",
@@ -1642,6 +1642,20 @@
1642
1642
  "@babel/core": "^7.0.0-0"
1643
1643
  }
1644
1644
  },
1645
+ "node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": {
1646
+ "version": "0.13.0",
1647
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
1648
+ "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
1649
+ "dev": true,
1650
+ "license": "MIT",
1651
+ "dependencies": {
1652
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
1653
+ "core-js-compat": "^3.43.0"
1654
+ },
1655
+ "peerDependencies": {
1656
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1657
+ }
1658
+ },
1645
1659
  "node_modules/@babel/plugin-transform-shorthand-properties": {
1646
1660
  "version": "7.27.1",
1647
1661
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
@@ -1659,13 +1673,13 @@
1659
1673
  }
1660
1674
  },
1661
1675
  "node_modules/@babel/plugin-transform-spread": {
1662
- "version": "7.27.1",
1663
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
1664
- "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
1676
+ "version": "7.28.6",
1677
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz",
1678
+ "integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==",
1665
1679
  "dev": true,
1666
1680
  "license": "MIT",
1667
1681
  "dependencies": {
1668
- "@babel/helper-plugin-utils": "^7.27.1",
1682
+ "@babel/helper-plugin-utils": "^7.28.6",
1669
1683
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1670
1684
  },
1671
1685
  "engines": {
@@ -1724,17 +1738,17 @@
1724
1738
  }
1725
1739
  },
1726
1740
  "node_modules/@babel/plugin-transform-typescript": {
1727
- "version": "7.28.5",
1728
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
1729
- "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
1741
+ "version": "7.28.6",
1742
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
1743
+ "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
1730
1744
  "dev": true,
1731
1745
  "license": "MIT",
1732
1746
  "dependencies": {
1733
1747
  "@babel/helper-annotate-as-pure": "^7.27.3",
1734
- "@babel/helper-create-class-features-plugin": "^7.28.5",
1735
- "@babel/helper-plugin-utils": "^7.27.1",
1748
+ "@babel/helper-create-class-features-plugin": "^7.28.6",
1749
+ "@babel/helper-plugin-utils": "^7.28.6",
1736
1750
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
1737
- "@babel/plugin-syntax-typescript": "^7.27.1"
1751
+ "@babel/plugin-syntax-typescript": "^7.28.6"
1738
1752
  },
1739
1753
  "engines": {
1740
1754
  "node": ">=6.9.0"
@@ -1760,14 +1774,14 @@
1760
1774
  }
1761
1775
  },
1762
1776
  "node_modules/@babel/plugin-transform-unicode-property-regex": {
1763
- "version": "7.27.1",
1764
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
1765
- "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
1777
+ "version": "7.28.6",
1778
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.28.6.tgz",
1779
+ "integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==",
1766
1780
  "dev": true,
1767
1781
  "license": "MIT",
1768
1782
  "dependencies": {
1769
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1770
- "@babel/helper-plugin-utils": "^7.27.1"
1783
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1784
+ "@babel/helper-plugin-utils": "^7.28.6"
1771
1785
  },
1772
1786
  "engines": {
1773
1787
  "node": ">=6.9.0"
@@ -1794,14 +1808,14 @@
1794
1808
  }
1795
1809
  },
1796
1810
  "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1797
- "version": "7.27.1",
1798
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
1799
- "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
1811
+ "version": "7.28.6",
1812
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.28.6.tgz",
1813
+ "integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==",
1800
1814
  "dev": true,
1801
1815
  "license": "MIT",
1802
1816
  "dependencies": {
1803
- "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1804
- "@babel/helper-plugin-utils": "^7.27.1"
1817
+ "@babel/helper-create-regexp-features-plugin": "^7.28.5",
1818
+ "@babel/helper-plugin-utils": "^7.28.6"
1805
1819
  },
1806
1820
  "engines": {
1807
1821
  "node": ">=6.9.0"
@@ -1811,81 +1825,81 @@
1811
1825
  }
1812
1826
  },
1813
1827
  "node_modules/@babel/preset-env": {
1814
- "version": "7.28.5",
1815
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz",
1816
- "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==",
1828
+ "version": "7.29.2",
1829
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.2.tgz",
1830
+ "integrity": "sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==",
1817
1831
  "dev": true,
1818
1832
  "license": "MIT",
1819
1833
  "dependencies": {
1820
- "@babel/compat-data": "^7.28.5",
1821
- "@babel/helper-compilation-targets": "^7.27.2",
1822
- "@babel/helper-plugin-utils": "^7.27.1",
1834
+ "@babel/compat-data": "^7.29.0",
1835
+ "@babel/helper-compilation-targets": "^7.28.6",
1836
+ "@babel/helper-plugin-utils": "^7.28.6",
1823
1837
  "@babel/helper-validator-option": "^7.27.1",
1824
1838
  "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
1825
1839
  "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
1826
1840
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
1827
1841
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
1828
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3",
1842
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6",
1829
1843
  "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1830
- "@babel/plugin-syntax-import-assertions": "^7.27.1",
1831
- "@babel/plugin-syntax-import-attributes": "^7.27.1",
1844
+ "@babel/plugin-syntax-import-assertions": "^7.28.6",
1845
+ "@babel/plugin-syntax-import-attributes": "^7.28.6",
1832
1846
  "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1833
1847
  "@babel/plugin-transform-arrow-functions": "^7.27.1",
1834
- "@babel/plugin-transform-async-generator-functions": "^7.28.0",
1835
- "@babel/plugin-transform-async-to-generator": "^7.27.1",
1848
+ "@babel/plugin-transform-async-generator-functions": "^7.29.0",
1849
+ "@babel/plugin-transform-async-to-generator": "^7.28.6",
1836
1850
  "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
1837
- "@babel/plugin-transform-block-scoping": "^7.28.5",
1838
- "@babel/plugin-transform-class-properties": "^7.27.1",
1839
- "@babel/plugin-transform-class-static-block": "^7.28.3",
1840
- "@babel/plugin-transform-classes": "^7.28.4",
1841
- "@babel/plugin-transform-computed-properties": "^7.27.1",
1851
+ "@babel/plugin-transform-block-scoping": "^7.28.6",
1852
+ "@babel/plugin-transform-class-properties": "^7.28.6",
1853
+ "@babel/plugin-transform-class-static-block": "^7.28.6",
1854
+ "@babel/plugin-transform-classes": "^7.28.6",
1855
+ "@babel/plugin-transform-computed-properties": "^7.28.6",
1842
1856
  "@babel/plugin-transform-destructuring": "^7.28.5",
1843
- "@babel/plugin-transform-dotall-regex": "^7.27.1",
1857
+ "@babel/plugin-transform-dotall-regex": "^7.28.6",
1844
1858
  "@babel/plugin-transform-duplicate-keys": "^7.27.1",
1845
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
1859
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0",
1846
1860
  "@babel/plugin-transform-dynamic-import": "^7.27.1",
1847
- "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
1848
- "@babel/plugin-transform-exponentiation-operator": "^7.28.5",
1861
+ "@babel/plugin-transform-explicit-resource-management": "^7.28.6",
1862
+ "@babel/plugin-transform-exponentiation-operator": "^7.28.6",
1849
1863
  "@babel/plugin-transform-export-namespace-from": "^7.27.1",
1850
1864
  "@babel/plugin-transform-for-of": "^7.27.1",
1851
1865
  "@babel/plugin-transform-function-name": "^7.27.1",
1852
- "@babel/plugin-transform-json-strings": "^7.27.1",
1866
+ "@babel/plugin-transform-json-strings": "^7.28.6",
1853
1867
  "@babel/plugin-transform-literals": "^7.27.1",
1854
- "@babel/plugin-transform-logical-assignment-operators": "^7.28.5",
1868
+ "@babel/plugin-transform-logical-assignment-operators": "^7.28.6",
1855
1869
  "@babel/plugin-transform-member-expression-literals": "^7.27.1",
1856
1870
  "@babel/plugin-transform-modules-amd": "^7.27.1",
1857
- "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1858
- "@babel/plugin-transform-modules-systemjs": "^7.28.5",
1871
+ "@babel/plugin-transform-modules-commonjs": "^7.28.6",
1872
+ "@babel/plugin-transform-modules-systemjs": "^7.29.0",
1859
1873
  "@babel/plugin-transform-modules-umd": "^7.27.1",
1860
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
1874
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
1861
1875
  "@babel/plugin-transform-new-target": "^7.27.1",
1862
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
1863
- "@babel/plugin-transform-numeric-separator": "^7.27.1",
1864
- "@babel/plugin-transform-object-rest-spread": "^7.28.4",
1876
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
1877
+ "@babel/plugin-transform-numeric-separator": "^7.28.6",
1878
+ "@babel/plugin-transform-object-rest-spread": "^7.28.6",
1865
1879
  "@babel/plugin-transform-object-super": "^7.27.1",
1866
- "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
1867
- "@babel/plugin-transform-optional-chaining": "^7.28.5",
1880
+ "@babel/plugin-transform-optional-catch-binding": "^7.28.6",
1881
+ "@babel/plugin-transform-optional-chaining": "^7.28.6",
1868
1882
  "@babel/plugin-transform-parameters": "^7.27.7",
1869
- "@babel/plugin-transform-private-methods": "^7.27.1",
1870
- "@babel/plugin-transform-private-property-in-object": "^7.27.1",
1883
+ "@babel/plugin-transform-private-methods": "^7.28.6",
1884
+ "@babel/plugin-transform-private-property-in-object": "^7.28.6",
1871
1885
  "@babel/plugin-transform-property-literals": "^7.27.1",
1872
- "@babel/plugin-transform-regenerator": "^7.28.4",
1873
- "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
1886
+ "@babel/plugin-transform-regenerator": "^7.29.0",
1887
+ "@babel/plugin-transform-regexp-modifiers": "^7.28.6",
1874
1888
  "@babel/plugin-transform-reserved-words": "^7.27.1",
1875
1889
  "@babel/plugin-transform-shorthand-properties": "^7.27.1",
1876
- "@babel/plugin-transform-spread": "^7.27.1",
1890
+ "@babel/plugin-transform-spread": "^7.28.6",
1877
1891
  "@babel/plugin-transform-sticky-regex": "^7.27.1",
1878
1892
  "@babel/plugin-transform-template-literals": "^7.27.1",
1879
1893
  "@babel/plugin-transform-typeof-symbol": "^7.27.1",
1880
1894
  "@babel/plugin-transform-unicode-escapes": "^7.27.1",
1881
- "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
1895
+ "@babel/plugin-transform-unicode-property-regex": "^7.28.6",
1882
1896
  "@babel/plugin-transform-unicode-regex": "^7.27.1",
1883
- "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
1897
+ "@babel/plugin-transform-unicode-sets-regex": "^7.28.6",
1884
1898
  "@babel/preset-modules": "0.1.6-no-external-plugins",
1885
- "babel-plugin-polyfill-corejs2": "^0.4.14",
1886
- "babel-plugin-polyfill-corejs3": "^0.13.0",
1887
- "babel-plugin-polyfill-regenerator": "^0.6.5",
1888
- "core-js-compat": "^3.43.0",
1899
+ "babel-plugin-polyfill-corejs2": "^0.4.15",
1900
+ "babel-plugin-polyfill-corejs3": "^0.14.0",
1901
+ "babel-plugin-polyfill-regenerator": "^0.6.6",
1902
+ "core-js-compat": "^3.48.0",
1889
1903
  "semver": "^6.3.1"
1890
1904
  },
1891
1905
  "engines": {
@@ -1911,40 +1925,40 @@
1911
1925
  }
1912
1926
  },
1913
1927
  "node_modules/@babel/runtime": {
1914
- "version": "7.28.4",
1915
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
1916
- "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
1928
+ "version": "7.29.2",
1929
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
1930
+ "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
1917
1931
  "license": "MIT",
1918
1932
  "engines": {
1919
1933
  "node": ">=6.9.0"
1920
1934
  }
1921
1935
  },
1922
1936
  "node_modules/@babel/template": {
1923
- "version": "7.27.2",
1924
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
1925
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
1937
+ "version": "7.28.6",
1938
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
1939
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
1926
1940
  "license": "MIT",
1927
1941
  "dependencies": {
1928
- "@babel/code-frame": "^7.27.1",
1929
- "@babel/parser": "^7.27.2",
1930
- "@babel/types": "^7.27.1"
1942
+ "@babel/code-frame": "^7.28.6",
1943
+ "@babel/parser": "^7.28.6",
1944
+ "@babel/types": "^7.28.6"
1931
1945
  },
1932
1946
  "engines": {
1933
1947
  "node": ">=6.9.0"
1934
1948
  }
1935
1949
  },
1936
1950
  "node_modules/@babel/traverse": {
1937
- "version": "7.28.5",
1938
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
1939
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1951
+ "version": "7.29.0",
1952
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
1953
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
1940
1954
  "license": "MIT",
1941
1955
  "dependencies": {
1942
- "@babel/code-frame": "^7.27.1",
1943
- "@babel/generator": "^7.28.5",
1956
+ "@babel/code-frame": "^7.29.0",
1957
+ "@babel/generator": "^7.29.0",
1944
1958
  "@babel/helper-globals": "^7.28.0",
1945
- "@babel/parser": "^7.28.5",
1946
- "@babel/template": "^7.27.2",
1947
- "@babel/types": "^7.28.5",
1959
+ "@babel/parser": "^7.29.0",
1960
+ "@babel/template": "^7.28.6",
1961
+ "@babel/types": "^7.29.0",
1948
1962
  "debug": "^4.3.1"
1949
1963
  },
1950
1964
  "engines": {
@@ -1953,17 +1967,17 @@
1953
1967
  },
1954
1968
  "node_modules/@babel/traverse--for-generate-function-map": {
1955
1969
  "name": "@babel/traverse",
1956
- "version": "7.28.5",
1957
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
1958
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1970
+ "version": "7.29.0",
1971
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
1972
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
1959
1973
  "license": "MIT",
1960
1974
  "dependencies": {
1961
- "@babel/code-frame": "^7.27.1",
1962
- "@babel/generator": "^7.28.5",
1975
+ "@babel/code-frame": "^7.29.0",
1976
+ "@babel/generator": "^7.29.0",
1963
1977
  "@babel/helper-globals": "^7.28.0",
1964
- "@babel/parser": "^7.28.5",
1965
- "@babel/template": "^7.27.2",
1966
- "@babel/types": "^7.28.5",
1978
+ "@babel/parser": "^7.29.0",
1979
+ "@babel/template": "^7.28.6",
1980
+ "@babel/types": "^7.29.0",
1967
1981
  "debug": "^4.3.1"
1968
1982
  },
1969
1983
  "engines": {
@@ -1971,9 +1985,9 @@
1971
1985
  }
1972
1986
  },
1973
1987
  "node_modules/@babel/types": {
1974
- "version": "7.28.5",
1975
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
1976
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
1988
+ "version": "7.29.0",
1989
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
1990
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
1977
1991
  "license": "MIT",
1978
1992
  "dependencies": {
1979
1993
  "@babel/helper-string-parser": "^7.27.1",
@@ -2525,9 +2539,9 @@
2525
2539
  }
2526
2540
  },
2527
2541
  "node_modules/@jest/reporters/node_modules/semver": {
2528
- "version": "7.7.3",
2529
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2530
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2542
+ "version": "7.7.4",
2543
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2544
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2531
2545
  "dev": true,
2532
2546
  "license": "ISC",
2533
2547
  "bin": {
@@ -2851,9 +2865,9 @@
2851
2865
  }
2852
2866
  },
2853
2867
  "node_modules/@react-native-community/cli-doctor/node_modules/semver": {
2854
- "version": "7.7.3",
2855
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2856
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2868
+ "version": "7.7.4",
2869
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2870
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2857
2871
  "devOptional": true,
2858
2872
  "license": "ISC",
2859
2873
  "bin": {
@@ -2940,9 +2954,9 @@
2940
2954
  }
2941
2955
  },
2942
2956
  "node_modules/@react-native-community/cli-tools/node_modules/semver": {
2943
- "version": "7.7.3",
2944
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2945
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2957
+ "version": "7.7.4",
2958
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2959
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2946
2960
  "devOptional": true,
2947
2961
  "license": "ISC",
2948
2962
  "bin": {
@@ -2963,9 +2977,9 @@
2963
2977
  }
2964
2978
  },
2965
2979
  "node_modules/@react-native-community/cli/node_modules/semver": {
2966
- "version": "7.7.3",
2967
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2968
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2980
+ "version": "7.7.4",
2981
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2982
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2969
2983
  "devOptional": true,
2970
2984
  "license": "ISC",
2971
2985
  "bin": {
@@ -3120,9 +3134,9 @@
3120
3134
  "license": "MIT"
3121
3135
  },
3122
3136
  "node_modules/@react-native/community-cli-plugin/node_modules/semver": {
3123
- "version": "7.7.3",
3124
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3125
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3137
+ "version": "7.7.4",
3138
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
3139
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3126
3140
  "license": "ISC",
3127
3141
  "bin": {
3128
3142
  "semver": "bin/semver.js"
@@ -3381,9 +3395,9 @@
3381
3395
  "license": "BSD-3-Clause"
3382
3396
  },
3383
3397
  "node_modules/@sinclair/typebox": {
3384
- "version": "0.27.8",
3385
- "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
3386
- "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
3398
+ "version": "0.27.10",
3399
+ "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz",
3400
+ "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==",
3387
3401
  "license": "MIT"
3388
3402
  },
3389
3403
  "node_modules/@sinonjs/commons": {
@@ -3486,21 +3500,21 @@
3486
3500
  "license": "MIT"
3487
3501
  },
3488
3502
  "node_modules/@types/node": {
3489
- "version": "24.10.0",
3490
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz",
3491
- "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
3503
+ "version": "25.5.0",
3504
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
3505
+ "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
3492
3506
  "license": "MIT",
3493
3507
  "dependencies": {
3494
- "undici-types": "~7.16.0"
3508
+ "undici-types": "~7.18.0"
3495
3509
  }
3496
3510
  },
3497
3511
  "node_modules/@types/react": {
3498
- "version": "19.2.2",
3499
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz",
3500
- "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==",
3512
+ "version": "19.2.14",
3513
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
3514
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
3501
3515
  "license": "MIT",
3502
3516
  "dependencies": {
3503
- "csstype": "^3.0.2"
3517
+ "csstype": "^3.2.2"
3504
3518
  }
3505
3519
  },
3506
3520
  "node_modules/@types/react-native": {
@@ -3546,9 +3560,9 @@
3546
3560
  "license": "MIT"
3547
3561
  },
3548
3562
  "node_modules/@types/yargs": {
3549
- "version": "17.0.34",
3550
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz",
3551
- "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==",
3563
+ "version": "17.0.35",
3564
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz",
3565
+ "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==",
3552
3566
  "license": "MIT",
3553
3567
  "dependencies": {
3554
3568
  "@types/yargs-parser": "*"
@@ -3713,9 +3727,9 @@
3713
3727
  }
3714
3728
  },
3715
3729
  "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
3716
- "version": "7.7.3",
3717
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3718
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3730
+ "version": "7.7.4",
3731
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
3732
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3719
3733
  "dev": true,
3720
3734
  "license": "ISC",
3721
3735
  "bin": {
@@ -3787,9 +3801,9 @@
3787
3801
  "license": "ISC"
3788
3802
  },
3789
3803
  "node_modules/@vscode/sudo-prompt": {
3790
- "version": "9.3.1",
3791
- "resolved": "https://registry.npmjs.org/@vscode/sudo-prompt/-/sudo-prompt-9.3.1.tgz",
3792
- "integrity": "sha512-9ORTwwS74VaTn38tNbQhsA5U44zkJfcb0BdTSyyG6frP4e8KMtHuTXYmwefe5dpL8XB1aGSIVTaLjD3BbWb5iA==",
3804
+ "version": "9.3.2",
3805
+ "resolved": "https://registry.npmjs.org/@vscode/sudo-prompt/-/sudo-prompt-9.3.2.tgz",
3806
+ "integrity": "sha512-gcXoCN00METUNFeQOFJ+C9xUI0DKB+0EGMVg7wbVYRHBw2Eq3fKisDZOkRdOz3kqXRKOENMfShPOmypw1/8nOw==",
3793
3807
  "devOptional": true,
3794
3808
  "license": "MIT"
3795
3809
  },
@@ -3828,9 +3842,9 @@
3828
3842
  }
3829
3843
  },
3830
3844
  "node_modules/acorn": {
3831
- "version": "8.15.0",
3832
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
3833
- "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
3845
+ "version": "8.16.0",
3846
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
3847
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
3834
3848
  "license": "MIT",
3835
3849
  "bin": {
3836
3850
  "acorn": "bin/acorn"
@@ -4247,14 +4261,14 @@
4247
4261
  }
4248
4262
  },
4249
4263
  "node_modules/babel-plugin-polyfill-corejs2": {
4250
- "version": "0.4.14",
4251
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
4252
- "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
4264
+ "version": "0.4.17",
4265
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.17.tgz",
4266
+ "integrity": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==",
4253
4267
  "dev": true,
4254
4268
  "license": "MIT",
4255
4269
  "dependencies": {
4256
- "@babel/compat-data": "^7.27.7",
4257
- "@babel/helper-define-polyfill-provider": "^0.6.5",
4270
+ "@babel/compat-data": "^7.28.6",
4271
+ "@babel/helper-define-polyfill-provider": "^0.6.8",
4258
4272
  "semver": "^6.3.1"
4259
4273
  },
4260
4274
  "peerDependencies": {
@@ -4262,27 +4276,27 @@
4262
4276
  }
4263
4277
  },
4264
4278
  "node_modules/babel-plugin-polyfill-corejs3": {
4265
- "version": "0.13.0",
4266
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
4267
- "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
4279
+ "version": "0.14.2",
4280
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.2.tgz",
4281
+ "integrity": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==",
4268
4282
  "dev": true,
4269
4283
  "license": "MIT",
4270
4284
  "dependencies": {
4271
- "@babel/helper-define-polyfill-provider": "^0.6.5",
4272
- "core-js-compat": "^3.43.0"
4285
+ "@babel/helper-define-polyfill-provider": "^0.6.8",
4286
+ "core-js-compat": "^3.48.0"
4273
4287
  },
4274
4288
  "peerDependencies": {
4275
4289
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
4276
4290
  }
4277
4291
  },
4278
4292
  "node_modules/babel-plugin-polyfill-regenerator": {
4279
- "version": "0.6.5",
4280
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
4281
- "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
4293
+ "version": "0.6.8",
4294
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.8.tgz",
4295
+ "integrity": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==",
4282
4296
  "dev": true,
4283
4297
  "license": "MIT",
4284
4298
  "dependencies": {
4285
- "@babel/helper-define-polyfill-provider": "^0.6.5"
4299
+ "@babel/helper-define-polyfill-provider": "^0.6.8"
4286
4300
  },
4287
4301
  "peerDependencies": {
4288
4302
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -4381,12 +4395,15 @@
4381
4395
  "license": "MIT"
4382
4396
  },
4383
4397
  "node_modules/baseline-browser-mapping": {
4384
- "version": "2.8.25",
4385
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.25.tgz",
4386
- "integrity": "sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==",
4398
+ "version": "2.10.9",
4399
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.9.tgz",
4400
+ "integrity": "sha512-OZd0e2mU11ClX8+IdXe3r0dbqMEznRiT4TfbhYIbcRPZkqJ7Qwer8ij3GZAmLsRKa+II9V1v5czCkvmHH3XZBg==",
4387
4401
  "license": "Apache-2.0",
4388
4402
  "bin": {
4389
- "baseline-browser-mapping": "dist/cli.js"
4403
+ "baseline-browser-mapping": "dist/cli.cjs"
4404
+ },
4405
+ "engines": {
4406
+ "node": ">=6.0.0"
4390
4407
  }
4391
4408
  },
4392
4409
  "node_modules/bl": {
@@ -4436,27 +4453,6 @@
4436
4453
  "ms": "2.0.0"
4437
4454
  }
4438
4455
  },
4439
- "node_modules/body-parser/node_modules/http-errors": {
4440
- "version": "2.0.1",
4441
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
4442
- "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
4443
- "devOptional": true,
4444
- "license": "MIT",
4445
- "dependencies": {
4446
- "depd": "~2.0.0",
4447
- "inherits": "~2.0.4",
4448
- "setprototypeof": "~1.2.0",
4449
- "statuses": "~2.0.2",
4450
- "toidentifier": "~1.0.1"
4451
- },
4452
- "engines": {
4453
- "node": ">= 0.8"
4454
- },
4455
- "funding": {
4456
- "type": "opencollective",
4457
- "url": "https://opencollective.com/express"
4458
- }
4459
- },
4460
4456
  "node_modules/body-parser/node_modules/ms": {
4461
4457
  "version": "2.0.0",
4462
4458
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
@@ -4464,16 +4460,6 @@
4464
4460
  "devOptional": true,
4465
4461
  "license": "MIT"
4466
4462
  },
4467
- "node_modules/body-parser/node_modules/statuses": {
4468
- "version": "2.0.2",
4469
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
4470
- "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
4471
- "devOptional": true,
4472
- "license": "MIT",
4473
- "engines": {
4474
- "node": ">= 0.8"
4475
- }
4476
- },
4477
4463
  "node_modules/boolbase": {
4478
4464
  "version": "1.0.0",
4479
4465
  "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
@@ -4504,9 +4490,9 @@
4504
4490
  }
4505
4491
  },
4506
4492
  "node_modules/browserslist": {
4507
- "version": "4.27.0",
4508
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
4509
- "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
4493
+ "version": "4.28.1",
4494
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
4495
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
4510
4496
  "funding": [
4511
4497
  {
4512
4498
  "type": "opencollective",
@@ -4523,11 +4509,11 @@
4523
4509
  ],
4524
4510
  "license": "MIT",
4525
4511
  "dependencies": {
4526
- "baseline-browser-mapping": "^2.8.19",
4527
- "caniuse-lite": "^1.0.30001751",
4528
- "electron-to-chromium": "^1.5.238",
4529
- "node-releases": "^2.0.26",
4530
- "update-browserslist-db": "^1.1.4"
4512
+ "baseline-browser-mapping": "^2.9.0",
4513
+ "caniuse-lite": "^1.0.30001759",
4514
+ "electron-to-chromium": "^1.5.263",
4515
+ "node-releases": "^2.0.27",
4516
+ "update-browserslist-db": "^1.2.0"
4531
4517
  },
4532
4518
  "bin": {
4533
4519
  "browserslist": "cli.js"
@@ -4689,9 +4675,9 @@
4689
4675
  }
4690
4676
  },
4691
4677
  "node_modules/caniuse-lite": {
4692
- "version": "1.0.30001754",
4693
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
4694
- "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
4678
+ "version": "1.0.30001780",
4679
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001780.tgz",
4680
+ "integrity": "sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==",
4695
4681
  "funding": [
4696
4682
  {
4697
4683
  "type": "opencollective",
@@ -5059,13 +5045,13 @@
5059
5045
  "license": "MIT"
5060
5046
  },
5061
5047
  "node_modules/core-js-compat": {
5062
- "version": "3.46.0",
5063
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz",
5064
- "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==",
5048
+ "version": "3.49.0",
5049
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.49.0.tgz",
5050
+ "integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==",
5065
5051
  "dev": true,
5066
5052
  "license": "MIT",
5067
5053
  "dependencies": {
5068
- "browserslist": "^4.26.3"
5054
+ "browserslist": "^4.28.1"
5069
5055
  },
5070
5056
  "funding": {
5071
5057
  "type": "opencollective",
@@ -5073,9 +5059,9 @@
5073
5059
  }
5074
5060
  },
5075
5061
  "node_modules/cosmiconfig": {
5076
- "version": "9.0.0",
5077
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
5078
- "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
5062
+ "version": "9.0.1",
5063
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz",
5064
+ "integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
5079
5065
  "devOptional": true,
5080
5066
  "license": "MIT",
5081
5067
  "dependencies": {
@@ -5201,9 +5187,9 @@
5201
5187
  }
5202
5188
  },
5203
5189
  "node_modules/csstype": {
5204
- "version": "3.1.3",
5205
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
5206
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
5190
+ "version": "3.2.3",
5191
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
5192
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
5207
5193
  "license": "MIT"
5208
5194
  },
5209
5195
  "node_modules/data-view-buffer": {
@@ -5261,9 +5247,9 @@
5261
5247
  }
5262
5248
  },
5263
5249
  "node_modules/dayjs": {
5264
- "version": "1.11.19",
5265
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
5266
- "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
5250
+ "version": "1.11.20",
5251
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
5252
+ "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
5267
5253
  "devOptional": true,
5268
5254
  "license": "MIT"
5269
5255
  },
@@ -5295,9 +5281,9 @@
5295
5281
  }
5296
5282
  },
5297
5283
  "node_modules/dedent": {
5298
- "version": "1.7.0",
5299
- "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.0.tgz",
5300
- "integrity": "sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==",
5284
+ "version": "1.7.2",
5285
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz",
5286
+ "integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
5301
5287
  "dev": true,
5302
5288
  "license": "MIT",
5303
5289
  "peerDependencies": {
@@ -5520,9 +5506,9 @@
5520
5506
  "license": "MIT"
5521
5507
  },
5522
5508
  "node_modules/electron-to-chromium": {
5523
- "version": "1.5.249",
5524
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.249.tgz",
5525
- "integrity": "sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==",
5509
+ "version": "1.5.321",
5510
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.321.tgz",
5511
+ "integrity": "sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==",
5526
5512
  "license": "ISC"
5527
5513
  },
5528
5514
  "node_modules/emittery": {
@@ -5577,9 +5563,9 @@
5577
5563
  }
5578
5564
  },
5579
5565
  "node_modules/envinfo": {
5580
- "version": "7.20.0",
5581
- "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.20.0.tgz",
5582
- "integrity": "sha512-+zUomDcLXsVkQ37vUqWBvQwLaLlj8eZPSi61llaEFAVBY5mhcXdaSw1pSJVl4yTYD5g/gEfpNl28YYk4IPvrrg==",
5566
+ "version": "7.21.0",
5567
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.21.0.tgz",
5568
+ "integrity": "sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow==",
5583
5569
  "devOptional": true,
5584
5570
  "license": "MIT",
5585
5571
  "bin": {
@@ -5608,23 +5594,27 @@
5608
5594
  }
5609
5595
  },
5610
5596
  "node_modules/errorhandler": {
5611
- "version": "1.5.1",
5612
- "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
5613
- "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
5597
+ "version": "1.5.2",
5598
+ "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.2.tgz",
5599
+ "integrity": "sha512-kNAL7hESndBCrWwS72QyV3IVOTrVmj9D062FV5BQswNL5zEdeRmz/WJFyh6Aj/plvvSOrzddkxW57HgkZcR9Fw==",
5614
5600
  "devOptional": true,
5615
5601
  "license": "MIT",
5616
5602
  "dependencies": {
5617
- "accepts": "~1.3.7",
5603
+ "accepts": "~1.3.8",
5618
5604
  "escape-html": "~1.0.3"
5619
5605
  },
5620
5606
  "engines": {
5621
5607
  "node": ">= 0.8"
5608
+ },
5609
+ "funding": {
5610
+ "type": "opencollective",
5611
+ "url": "https://opencollective.com/express"
5622
5612
  }
5623
5613
  },
5624
5614
  "node_modules/es-abstract": {
5625
- "version": "1.24.0",
5626
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0.tgz",
5627
- "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
5615
+ "version": "1.24.1",
5616
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
5617
+ "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
5628
5618
  "dev": true,
5629
5619
  "license": "MIT",
5630
5620
  "dependencies": {
@@ -5711,27 +5701,28 @@
5711
5701
  }
5712
5702
  },
5713
5703
  "node_modules/es-iterator-helpers": {
5714
- "version": "1.2.1",
5715
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
5716
- "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
5704
+ "version": "1.3.1",
5705
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.1.tgz",
5706
+ "integrity": "sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==",
5717
5707
  "dev": true,
5718
5708
  "license": "MIT",
5719
5709
  "dependencies": {
5720
5710
  "call-bind": "^1.0.8",
5721
- "call-bound": "^1.0.3",
5711
+ "call-bound": "^1.0.4",
5722
5712
  "define-properties": "^1.2.1",
5723
- "es-abstract": "^1.23.6",
5713
+ "es-abstract": "^1.24.1",
5724
5714
  "es-errors": "^1.3.0",
5725
- "es-set-tostringtag": "^2.0.3",
5715
+ "es-set-tostringtag": "^2.1.0",
5726
5716
  "function-bind": "^1.1.2",
5727
- "get-intrinsic": "^1.2.6",
5717
+ "get-intrinsic": "^1.3.0",
5728
5718
  "globalthis": "^1.0.4",
5729
5719
  "gopd": "^1.2.0",
5730
5720
  "has-property-descriptors": "^1.0.2",
5731
5721
  "has-proto": "^1.2.0",
5732
5722
  "has-symbols": "^1.1.0",
5733
5723
  "internal-slot": "^1.1.0",
5734
- "iterator.prototype": "^1.1.4",
5724
+ "iterator.prototype": "^1.1.5",
5725
+ "math-intrinsics": "^1.1.0",
5735
5726
  "safe-array-concat": "^1.1.3"
5736
5727
  },
5737
5728
  "engines": {
@@ -6088,9 +6079,9 @@
6088
6079
  }
6089
6080
  },
6090
6081
  "node_modules/eslint-plugin-jest/node_modules/semver": {
6091
- "version": "7.7.3",
6092
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
6093
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
6082
+ "version": "7.7.4",
6083
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
6084
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
6094
6085
  "dev": true,
6095
6086
  "license": "ISC",
6096
6087
  "bin": {
@@ -6204,19 +6195,25 @@
6204
6195
  }
6205
6196
  },
6206
6197
  "node_modules/eslint-plugin-react/node_modules/resolve": {
6207
- "version": "2.0.0-next.5",
6208
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
6209
- "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
6198
+ "version": "2.0.0-next.6",
6199
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
6200
+ "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
6210
6201
  "dev": true,
6211
6202
  "license": "MIT",
6212
6203
  "dependencies": {
6213
- "is-core-module": "^2.13.0",
6204
+ "es-errors": "^1.3.0",
6205
+ "is-core-module": "^2.16.1",
6206
+ "node-exports-info": "^1.6.0",
6207
+ "object-keys": "^1.1.1",
6214
6208
  "path-parse": "^1.0.7",
6215
6209
  "supports-preserve-symlinks-flag": "^1.0.0"
6216
6210
  },
6217
6211
  "bin": {
6218
6212
  "resolve": "bin/resolve"
6219
6213
  },
6214
+ "engines": {
6215
+ "node": ">= 0.4"
6216
+ },
6220
6217
  "funding": {
6221
6218
  "url": "https://github.com/sponsors/ljharb"
6222
6219
  }
@@ -6374,9 +6371,9 @@
6374
6371
  }
6375
6372
  },
6376
6373
  "node_modules/esquery": {
6377
- "version": "1.6.0",
6378
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
6379
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
6374
+ "version": "1.7.0",
6375
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
6376
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
6380
6377
  "dev": true,
6381
6378
  "license": "BSD-3-Clause",
6382
6379
  "dependencies": {
@@ -6543,10 +6540,26 @@
6543
6540
  "dev": true,
6544
6541
  "license": "MIT"
6545
6542
  },
6543
+ "node_modules/fast-xml-builder": {
6544
+ "version": "1.1.4",
6545
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
6546
+ "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
6547
+ "devOptional": true,
6548
+ "funding": [
6549
+ {
6550
+ "type": "github",
6551
+ "url": "https://github.com/sponsors/NaturalIntelligence"
6552
+ }
6553
+ ],
6554
+ "license": "MIT",
6555
+ "dependencies": {
6556
+ "path-expression-matcher": "^1.1.3"
6557
+ }
6558
+ },
6546
6559
  "node_modules/fast-xml-parser": {
6547
- "version": "4.5.4",
6548
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz",
6549
- "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==",
6560
+ "version": "5.5.8",
6561
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz",
6562
+ "integrity": "sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==",
6550
6563
  "devOptional": true,
6551
6564
  "funding": [
6552
6565
  {
@@ -6556,16 +6569,18 @@
6556
6569
  ],
6557
6570
  "license": "MIT",
6558
6571
  "dependencies": {
6559
- "strnum": "^1.0.5"
6572
+ "fast-xml-builder": "^1.1.4",
6573
+ "path-expression-matcher": "^1.2.0",
6574
+ "strnum": "^2.2.0"
6560
6575
  },
6561
6576
  "bin": {
6562
6577
  "fxparser": "src/cli/cli.js"
6563
6578
  }
6564
6579
  },
6565
6580
  "node_modules/fastq": {
6566
- "version": "1.19.1",
6567
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
6568
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
6581
+ "version": "1.20.1",
6582
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
6583
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
6569
6584
  "devOptional": true,
6570
6585
  "license": "ISC",
6571
6586
  "dependencies": {
@@ -6908,7 +6923,7 @@
6908
6923
  "version": "7.2.3",
6909
6924
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
6910
6925
  "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
6911
- "deprecated": "Glob versions prior to v9 are no longer supported",
6926
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
6912
6927
  "license": "ISC",
6913
6928
  "dependencies": {
6914
6929
  "fs.realpath": "^1.0.0",
@@ -7165,25 +7180,29 @@
7165
7180
  "license": "MIT"
7166
7181
  },
7167
7182
  "node_modules/http-errors": {
7168
- "version": "2.0.0",
7169
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
7170
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
7183
+ "version": "2.0.1",
7184
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
7185
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
7171
7186
  "license": "MIT",
7172
7187
  "dependencies": {
7173
- "depd": "2.0.0",
7174
- "inherits": "2.0.4",
7175
- "setprototypeof": "1.2.0",
7176
- "statuses": "2.0.1",
7177
- "toidentifier": "1.0.1"
7188
+ "depd": "~2.0.0",
7189
+ "inherits": "~2.0.4",
7190
+ "setprototypeof": "~1.2.0",
7191
+ "statuses": "~2.0.2",
7192
+ "toidentifier": "~1.0.1"
7178
7193
  },
7179
7194
  "engines": {
7180
7195
  "node": ">= 0.8"
7196
+ },
7197
+ "funding": {
7198
+ "type": "opencollective",
7199
+ "url": "https://opencollective.com/express"
7181
7200
  }
7182
7201
  },
7183
7202
  "node_modules/http-errors/node_modules/statuses": {
7184
- "version": "2.0.1",
7185
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
7186
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
7203
+ "version": "2.0.2",
7204
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
7205
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
7187
7206
  "license": "MIT",
7188
7207
  "engines": {
7189
7208
  "node": ">= 0.8"
@@ -8720,9 +8739,9 @@
8720
8739
  "license": "MIT"
8721
8740
  },
8722
8741
  "node_modules/jest-snapshot/node_modules/semver": {
8723
- "version": "7.7.3",
8724
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
8725
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
8742
+ "version": "7.7.4",
8743
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
8744
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
8726
8745
  "dev": true,
8727
8746
  "license": "ISC",
8728
8747
  "bin": {
@@ -9004,9 +9023,9 @@
9004
9023
  }
9005
9024
  },
9006
9025
  "node_modules/launch-editor": {
9007
- "version": "2.12.0",
9008
- "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.12.0.tgz",
9009
- "integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
9026
+ "version": "2.13.1",
9027
+ "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.1.tgz",
9028
+ "integrity": "sha512-lPSddlAAluRKJ7/cjRFoXUFzaX7q/YKI7yPHuEvSJVqoXvFnJov1/Ud87Aa4zULIbA9Nja4mSPK8l0z/7eV2wA==",
9010
9029
  "devOptional": true,
9011
9030
  "license": "MIT",
9012
9031
  "dependencies": {
@@ -9308,9 +9327,9 @@
9308
9327
  }
9309
9328
  },
9310
9329
  "node_modules/make-dir/node_modules/semver": {
9311
- "version": "7.7.3",
9312
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
9313
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
9330
+ "version": "7.7.4",
9331
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
9332
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
9314
9333
  "dev": true,
9315
9334
  "license": "ISC",
9316
9335
  "bin": {
@@ -9915,6 +9934,25 @@
9915
9934
  "node": ">=12.0.0"
9916
9935
  }
9917
9936
  },
9937
+ "node_modules/node-exports-info": {
9938
+ "version": "1.6.0",
9939
+ "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
9940
+ "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
9941
+ "dev": true,
9942
+ "license": "MIT",
9943
+ "dependencies": {
9944
+ "array.prototype.flatmap": "^1.3.3",
9945
+ "es-errors": "^1.3.0",
9946
+ "object.entries": "^1.1.9",
9947
+ "semver": "^6.3.1"
9948
+ },
9949
+ "engines": {
9950
+ "node": ">= 0.4"
9951
+ },
9952
+ "funding": {
9953
+ "url": "https://github.com/sponsors/ljharb"
9954
+ }
9955
+ },
9918
9956
  "node_modules/node-int64": {
9919
9957
  "version": "0.4.0",
9920
9958
  "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
@@ -9922,9 +9960,9 @@
9922
9960
  "license": "MIT"
9923
9961
  },
9924
9962
  "node_modules/node-releases": {
9925
- "version": "2.0.27",
9926
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
9927
- "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
9963
+ "version": "2.0.36",
9964
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz",
9965
+ "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
9928
9966
  "license": "MIT"
9929
9967
  },
9930
9968
  "node_modules/node-stream-zip": {
@@ -10312,6 +10350,22 @@
10312
10350
  "node": ">=8"
10313
10351
  }
10314
10352
  },
10353
+ "node_modules/path-expression-matcher": {
10354
+ "version": "1.2.0",
10355
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
10356
+ "integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
10357
+ "devOptional": true,
10358
+ "funding": [
10359
+ {
10360
+ "type": "github",
10361
+ "url": "https://github.com/sponsors/NaturalIntelligence"
10362
+ }
10363
+ ],
10364
+ "license": "MIT",
10365
+ "engines": {
10366
+ "node": ">=14.0.0"
10367
+ }
10368
+ },
10315
10369
  "node_modules/path-is-absolute": {
10316
10370
  "version": "1.0.1",
10317
10371
  "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -10514,9 +10568,9 @@
10514
10568
  }
10515
10569
  },
10516
10570
  "node_modules/pretty-format/node_modules/@types/yargs": {
10517
- "version": "15.0.19",
10518
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz",
10519
- "integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==",
10571
+ "version": "15.0.20",
10572
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.20.tgz",
10573
+ "integrity": "sha512-KIkX+/GgfFitlASYCGoSF+T4XRXhOubJLhkLVtSfsRTe9jWMmuM2g28zQ41BtPTG7TRBb2xHW+LCNVE9QR/vsg==",
10520
10574
  "devOptional": true,
10521
10575
  "license": "MIT",
10522
10576
  "dependencies": {
@@ -10662,37 +10716,6 @@
10662
10716
  "node": ">= 0.8"
10663
10717
  }
10664
10718
  },
10665
- "node_modules/raw-body/node_modules/http-errors": {
10666
- "version": "2.0.1",
10667
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
10668
- "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
10669
- "devOptional": true,
10670
- "license": "MIT",
10671
- "dependencies": {
10672
- "depd": "~2.0.0",
10673
- "inherits": "~2.0.4",
10674
- "setprototypeof": "~1.2.0",
10675
- "statuses": "~2.0.2",
10676
- "toidentifier": "~1.0.1"
10677
- },
10678
- "engines": {
10679
- "node": ">= 0.8"
10680
- },
10681
- "funding": {
10682
- "type": "opencollective",
10683
- "url": "https://opencollective.com/express"
10684
- }
10685
- },
10686
- "node_modules/raw-body/node_modules/statuses": {
10687
- "version": "2.0.2",
10688
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
10689
- "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
10690
- "devOptional": true,
10691
- "license": "MIT",
10692
- "engines": {
10693
- "node": ">= 0.8"
10694
- }
10695
- },
10696
10719
  "node_modules/react": {
10697
10720
  "version": "19.0.0",
10698
10721
  "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz",
@@ -10879,9 +10902,9 @@
10879
10902
  }
10880
10903
  },
10881
10904
  "node_modules/react-native-svg": {
10882
- "version": "15.14.0",
10883
- "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.14.0.tgz",
10884
- "integrity": "sha512-B3gYc7WztcOT4N54AtUutbe0Nuqqh/nkresY0fAXzUHYLsWuIu/yGiCCD3DKfAs6GLv5LFtWTu7N333Q+e3bkg==",
10905
+ "version": "15.15.4",
10906
+ "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.4.tgz",
10907
+ "integrity": "sha512-boT/vIRgj6zZKBpfTPJJiYWMbZE9duBMOwPK6kCSTgxsS947IFMOq9OgIFkpWZTB7t229H24pDRkh3W9ZK/J1A==",
10885
10908
  "license": "MIT",
10886
10909
  "peer": true,
10887
10910
  "dependencies": {
@@ -11014,9 +11037,9 @@
11014
11037
  "license": "MIT"
11015
11038
  },
11016
11039
  "node_modules/react-native/node_modules/semver": {
11017
- "version": "7.7.3",
11018
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
11019
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
11040
+ "version": "7.7.4",
11041
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
11042
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
11020
11043
  "license": "ISC",
11021
11044
  "bin": {
11022
11045
  "semver": "bin/semver.js"
@@ -11049,9 +11072,9 @@
11049
11072
  }
11050
11073
  },
11051
11074
  "node_modules/react-test-renderer/node_modules/react-is": {
11052
- "version": "19.2.0",
11053
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz",
11054
- "integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==",
11075
+ "version": "19.2.4",
11076
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.4.tgz",
11077
+ "integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==",
11055
11078
  "dev": true,
11056
11079
  "license": "MIT"
11057
11080
  },
@@ -11411,24 +11434,24 @@
11411
11434
  }
11412
11435
  },
11413
11436
  "node_modules/send": {
11414
- "version": "0.19.0",
11415
- "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
11416
- "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
11437
+ "version": "0.19.2",
11438
+ "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
11439
+ "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
11417
11440
  "license": "MIT",
11418
11441
  "dependencies": {
11419
11442
  "debug": "2.6.9",
11420
11443
  "depd": "2.0.0",
11421
11444
  "destroy": "1.2.0",
11422
- "encodeurl": "~1.0.2",
11445
+ "encodeurl": "~2.0.0",
11423
11446
  "escape-html": "~1.0.3",
11424
11447
  "etag": "~1.8.1",
11425
- "fresh": "0.5.2",
11426
- "http-errors": "2.0.0",
11448
+ "fresh": "~0.5.2",
11449
+ "http-errors": "~2.0.1",
11427
11450
  "mime": "1.6.0",
11428
11451
  "ms": "2.1.3",
11429
- "on-finished": "2.4.1",
11452
+ "on-finished": "~2.4.1",
11430
11453
  "range-parser": "~1.2.1",
11431
- "statuses": "2.0.1"
11454
+ "statuses": "~2.0.2"
11432
11455
  },
11433
11456
  "engines": {
11434
11457
  "node": ">= 0.8.0"
@@ -11449,6 +11472,15 @@
11449
11472
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
11450
11473
  "license": "MIT"
11451
11474
  },
11475
+ "node_modules/send/node_modules/encodeurl": {
11476
+ "version": "2.0.0",
11477
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
11478
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
11479
+ "license": "MIT",
11480
+ "engines": {
11481
+ "node": ">= 0.8"
11482
+ }
11483
+ },
11452
11484
  "node_modules/send/node_modules/mime": {
11453
11485
  "version": "1.6.0",
11454
11486
  "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
@@ -11462,9 +11494,9 @@
11462
11494
  }
11463
11495
  },
11464
11496
  "node_modules/send/node_modules/statuses": {
11465
- "version": "2.0.1",
11466
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
11467
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
11497
+ "version": "2.0.2",
11498
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
11499
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
11468
11500
  "license": "MIT",
11469
11501
  "engines": {
11470
11502
  "node": ">= 0.8"
@@ -11480,15 +11512,15 @@
11480
11512
  }
11481
11513
  },
11482
11514
  "node_modules/serve-static": {
11483
- "version": "1.16.2",
11484
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
11485
- "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
11515
+ "version": "1.16.3",
11516
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
11517
+ "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
11486
11518
  "license": "MIT",
11487
11519
  "dependencies": {
11488
11520
  "encodeurl": "~2.0.0",
11489
11521
  "escape-html": "~1.0.3",
11490
11522
  "parseurl": "~1.3.3",
11491
- "send": "0.19.0"
11523
+ "send": "~0.19.1"
11492
11524
  },
11493
11525
  "engines": {
11494
11526
  "node": ">= 0.8.0"
@@ -12053,9 +12085,9 @@
12053
12085
  }
12054
12086
  },
12055
12087
  "node_modules/strnum": {
12056
- "version": "1.1.2",
12057
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
12058
- "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
12088
+ "version": "2.2.1",
12089
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz",
12090
+ "integrity": "sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==",
12059
12091
  "devOptional": true,
12060
12092
  "funding": [
12061
12093
  {
@@ -12091,9 +12123,9 @@
12091
12123
  }
12092
12124
  },
12093
12125
  "node_modules/terser": {
12094
- "version": "5.44.1",
12095
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz",
12096
- "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
12126
+ "version": "5.46.1",
12127
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
12128
+ "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
12097
12129
  "license": "BSD-2-Clause",
12098
12130
  "dependencies": {
12099
12131
  "@jridgewell/source-map": "^0.3.3",
@@ -12397,9 +12429,9 @@
12397
12429
  }
12398
12430
  },
12399
12431
  "node_modules/undici-types": {
12400
- "version": "7.16.0",
12401
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
12402
- "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
12432
+ "version": "7.18.2",
12433
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
12434
+ "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
12403
12435
  "license": "MIT"
12404
12436
  },
12405
12437
  "node_modules/unicode-canonical-property-names-ecmascript": {
@@ -12466,9 +12498,9 @@
12466
12498
  }
12467
12499
  },
12468
12500
  "node_modules/update-browserslist-db": {
12469
- "version": "1.1.4",
12470
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
12471
- "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
12501
+ "version": "1.2.3",
12502
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
12503
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
12472
12504
  "funding": [
12473
12505
  {
12474
12506
  "type": "opencollective",
@@ -12681,9 +12713,9 @@
12681
12713
  "license": "ISC"
12682
12714
  },
12683
12715
  "node_modules/which-typed-array": {
12684
- "version": "1.1.19",
12685
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
12686
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
12716
+ "version": "1.1.20",
12717
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
12718
+ "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
12687
12719
  "dev": true,
12688
12720
  "license": "MIT",
12689
12721
  "dependencies": {
@@ -12773,9 +12805,9 @@
12773
12805
  "license": "ISC"
12774
12806
  },
12775
12807
  "node_modules/yaml": {
12776
- "version": "2.8.1",
12777
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
12778
- "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
12808
+ "version": "2.8.2",
12809
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
12810
+ "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
12779
12811
  "devOptional": true,
12780
12812
  "license": "ISC",
12781
12813
  "bin": {
@@ -12783,6 +12815,9 @@
12783
12815
  },
12784
12816
  "engines": {
12785
12817
  "node": ">= 14.6"
12818
+ },
12819
+ "funding": {
12820
+ "url": "https://github.com/sponsors/eemeli"
12786
12821
  }
12787
12822
  },
12788
12823
  "node_modules/yargs": {