@zohodesk/testinglibrary 3.2.12 → 3.2.14

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "3.2.12",
3
+ "version": "3.2.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "3.2.12",
9
+ "version": "3.2.14",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -18,13 +18,11 @@
18
18
  "@testing-library/jest-dom": "5.11.9",
19
19
  "@testing-library/react": "11.2.7",
20
20
  "@testing-library/react-hooks": "7.0.2",
21
- "@zohodesk/testinglibrary": "file:zohodesk-testinglibrary-0.4.94-n18-experimental.tgz",
22
21
  "babel-jest": "29.6.2",
23
22
  "babel-plugin-transform-dynamic-import": "2.1.0",
24
23
  "fast-glob": "3.3.1",
25
24
  "jest": "29.6.2",
26
25
  "jest-environment-jsdom": "29.6.2",
27
- "jsonpath": "1.1.1",
28
26
  "msw": "1.2.3",
29
27
  "playwright": "1.53.2",
30
28
  "playwright-bdd": "8.3.1",
@@ -118,9 +116,9 @@
118
116
  }
119
117
  },
120
118
  "node_modules/@babel/compat-data": {
121
- "version": "7.28.4",
122
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz",
123
- "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==",
119
+ "version": "7.28.5",
120
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
121
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
124
122
  "license": "MIT",
125
123
  "engines": {
126
124
  "node": ">=6.9.0"
@@ -157,13 +155,13 @@
157
155
  }
158
156
  },
159
157
  "node_modules/@babel/generator": {
160
- "version": "7.28.3",
161
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
162
- "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
158
+ "version": "7.28.5",
159
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
160
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
163
161
  "license": "MIT",
164
162
  "dependencies": {
165
- "@babel/parser": "^7.28.3",
166
- "@babel/types": "^7.28.2",
163
+ "@babel/parser": "^7.28.5",
164
+ "@babel/types": "^7.28.5",
167
165
  "@jridgewell/gen-mapping": "^0.3.12",
168
166
  "@jridgewell/trace-mapping": "^0.3.28",
169
167
  "jsesc": "^3.0.2"
@@ -201,18 +199,18 @@
201
199
  }
202
200
  },
203
201
  "node_modules/@babel/helper-create-class-features-plugin": {
204
- "version": "7.28.3",
205
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz",
206
- "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==",
202
+ "version": "7.28.5",
203
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
204
+ "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
207
205
  "dev": true,
208
206
  "license": "MIT",
209
207
  "dependencies": {
210
208
  "@babel/helper-annotate-as-pure": "^7.27.3",
211
- "@babel/helper-member-expression-to-functions": "^7.27.1",
209
+ "@babel/helper-member-expression-to-functions": "^7.28.5",
212
210
  "@babel/helper-optimise-call-expression": "^7.27.1",
213
211
  "@babel/helper-replace-supers": "^7.27.1",
214
212
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
215
- "@babel/traverse": "^7.28.3",
213
+ "@babel/traverse": "^7.28.5",
216
214
  "semver": "^6.3.1"
217
215
  },
218
216
  "engines": {
@@ -223,14 +221,14 @@
223
221
  }
224
222
  },
225
223
  "node_modules/@babel/helper-create-regexp-features-plugin": {
226
- "version": "7.27.1",
227
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
228
- "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
224
+ "version": "7.28.5",
225
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
226
+ "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
229
227
  "dev": true,
230
228
  "license": "MIT",
231
229
  "dependencies": {
232
- "@babel/helper-annotate-as-pure": "^7.27.1",
233
- "regexpu-core": "^6.2.0",
230
+ "@babel/helper-annotate-as-pure": "^7.27.3",
231
+ "regexpu-core": "^6.3.1",
234
232
  "semver": "^6.3.1"
235
233
  },
236
234
  "engines": {
@@ -267,14 +265,14 @@
267
265
  }
268
266
  },
269
267
  "node_modules/@babel/helper-member-expression-to-functions": {
270
- "version": "7.27.1",
271
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
272
- "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
268
+ "version": "7.28.5",
269
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
270
+ "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
273
271
  "dev": true,
274
272
  "license": "MIT",
275
273
  "dependencies": {
276
- "@babel/traverse": "^7.27.1",
277
- "@babel/types": "^7.27.1"
274
+ "@babel/traverse": "^7.28.5",
275
+ "@babel/types": "^7.28.5"
278
276
  },
279
277
  "engines": {
280
278
  "node": ">=6.9.0"
@@ -392,9 +390,9 @@
392
390
  }
393
391
  },
394
392
  "node_modules/@babel/helper-validator-identifier": {
395
- "version": "7.27.1",
396
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
397
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
393
+ "version": "7.28.5",
394
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
395
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
398
396
  "license": "MIT",
399
397
  "engines": {
400
398
  "node": ">=6.9.0"
@@ -472,12 +470,12 @@
472
470
  }
473
471
  },
474
472
  "node_modules/@babel/parser": {
475
- "version": "7.28.4",
476
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
477
- "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
473
+ "version": "7.28.5",
474
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
475
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
478
476
  "license": "MIT",
479
477
  "dependencies": {
480
- "@babel/types": "^7.28.4"
478
+ "@babel/types": "^7.28.5"
481
479
  },
482
480
  "bin": {
483
481
  "parser": "bin/babel-parser.js"
@@ -882,9 +880,9 @@
882
880
  }
883
881
  },
884
882
  "node_modules/@babel/plugin-transform-block-scoping": {
885
- "version": "7.28.4",
886
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz",
887
- "integrity": "sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==",
883
+ "version": "7.28.5",
884
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
885
+ "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
888
886
  "dev": true,
889
887
  "license": "MIT",
890
888
  "dependencies": {
@@ -970,14 +968,14 @@
970
968
  }
971
969
  },
972
970
  "node_modules/@babel/plugin-transform-destructuring": {
973
- "version": "7.28.0",
974
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
975
- "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
971
+ "version": "7.28.5",
972
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
973
+ "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
976
974
  "dev": true,
977
975
  "license": "MIT",
978
976
  "dependencies": {
979
977
  "@babel/helper-plugin-utils": "^7.27.1",
980
- "@babel/traverse": "^7.28.0"
978
+ "@babel/traverse": "^7.28.5"
981
979
  },
982
980
  "engines": {
983
981
  "node": ">=6.9.0"
@@ -1036,9 +1034,9 @@
1036
1034
  }
1037
1035
  },
1038
1036
  "node_modules/@babel/plugin-transform-exponentiation-operator": {
1039
- "version": "7.27.1",
1040
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
1041
- "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
1037
+ "version": "7.28.5",
1038
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
1039
+ "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
1042
1040
  "dev": true,
1043
1041
  "license": "MIT",
1044
1042
  "dependencies": {
@@ -1135,9 +1133,9 @@
1135
1133
  }
1136
1134
  },
1137
1135
  "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1138
- "version": "7.27.1",
1139
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
1140
- "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
1136
+ "version": "7.28.5",
1137
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
1138
+ "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
1141
1139
  "dev": true,
1142
1140
  "license": "MIT",
1143
1141
  "dependencies": {
@@ -1201,16 +1199,16 @@
1201
1199
  }
1202
1200
  },
1203
1201
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1204
- "version": "7.27.1",
1205
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
1206
- "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
1202
+ "version": "7.28.5",
1203
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
1204
+ "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
1207
1205
  "dev": true,
1208
1206
  "license": "MIT",
1209
1207
  "dependencies": {
1210
- "@babel/helper-module-transforms": "^7.27.1",
1208
+ "@babel/helper-module-transforms": "^7.28.3",
1211
1209
  "@babel/helper-plugin-utils": "^7.27.1",
1212
- "@babel/helper-validator-identifier": "^7.27.1",
1213
- "@babel/traverse": "^7.27.1"
1210
+ "@babel/helper-validator-identifier": "^7.28.5",
1211
+ "@babel/traverse": "^7.28.5"
1214
1212
  },
1215
1213
  "engines": {
1216
1214
  "node": ">=6.9.0"
@@ -1355,9 +1353,9 @@
1355
1353
  }
1356
1354
  },
1357
1355
  "node_modules/@babel/plugin-transform-optional-chaining": {
1358
- "version": "7.27.1",
1359
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
1360
- "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
1356
+ "version": "7.28.5",
1357
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
1358
+ "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
1361
1359
  "dev": true,
1362
1360
  "license": "MIT",
1363
1361
  "dependencies": {
@@ -1921,17 +1919,17 @@
1921
1919
  }
1922
1920
  },
1923
1921
  "node_modules/@babel/traverse": {
1924
- "version": "7.28.4",
1925
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
1926
- "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
1922
+ "version": "7.28.5",
1923
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
1924
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1927
1925
  "license": "MIT",
1928
1926
  "dependencies": {
1929
1927
  "@babel/code-frame": "^7.27.1",
1930
- "@babel/generator": "^7.28.3",
1928
+ "@babel/generator": "^7.28.5",
1931
1929
  "@babel/helper-globals": "^7.28.0",
1932
- "@babel/parser": "^7.28.4",
1930
+ "@babel/parser": "^7.28.5",
1933
1931
  "@babel/template": "^7.27.2",
1934
- "@babel/types": "^7.28.4",
1932
+ "@babel/types": "^7.28.5",
1935
1933
  "debug": "^4.3.1"
1936
1934
  },
1937
1935
  "engines": {
@@ -1939,13 +1937,13 @@
1939
1937
  }
1940
1938
  },
1941
1939
  "node_modules/@babel/types": {
1942
- "version": "7.28.4",
1943
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
1944
- "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
1940
+ "version": "7.28.5",
1941
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
1942
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
1945
1943
  "license": "MIT",
1946
1944
  "dependencies": {
1947
1945
  "@babel/helper-string-parser": "^7.27.1",
1948
- "@babel/helper-validator-identifier": "^7.27.1"
1946
+ "@babel/helper-validator-identifier": "^7.28.5"
1949
1947
  },
1950
1948
  "engines": {
1951
1949
  "node": ">=6.9.0"
@@ -2320,9 +2318,9 @@
2320
2318
  }
2321
2319
  },
2322
2320
  "node_modules/@eslint-community/regexpp": {
2323
- "version": "4.12.1",
2324
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
2325
- "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
2321
+ "version": "4.12.2",
2322
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
2323
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
2326
2324
  "license": "MIT",
2327
2325
  "peer": true,
2328
2326
  "engines": {
@@ -2330,13 +2328,13 @@
2330
2328
  }
2331
2329
  },
2332
2330
  "node_modules/@eslint/config-array": {
2333
- "version": "0.21.0",
2334
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
2335
- "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
2331
+ "version": "0.21.1",
2332
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
2333
+ "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
2336
2334
  "license": "Apache-2.0",
2337
2335
  "peer": true,
2338
2336
  "dependencies": {
2339
- "@eslint/object-schema": "^2.1.6",
2337
+ "@eslint/object-schema": "^2.1.7",
2340
2338
  "debug": "^4.3.1",
2341
2339
  "minimatch": "^3.1.2"
2342
2340
  },
@@ -2345,19 +2343,22 @@
2345
2343
  }
2346
2344
  },
2347
2345
  "node_modules/@eslint/config-helpers": {
2348
- "version": "0.3.1",
2349
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
2350
- "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
2346
+ "version": "0.4.2",
2347
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
2348
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
2351
2349
  "license": "Apache-2.0",
2352
2350
  "peer": true,
2351
+ "dependencies": {
2352
+ "@eslint/core": "^0.17.0"
2353
+ },
2353
2354
  "engines": {
2354
2355
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2355
2356
  }
2356
2357
  },
2357
2358
  "node_modules/@eslint/core": {
2358
- "version": "0.15.2",
2359
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
2360
- "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
2359
+ "version": "0.17.0",
2360
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
2361
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
2361
2362
  "license": "Apache-2.0",
2362
2363
  "peer": true,
2363
2364
  "dependencies": {
@@ -2412,9 +2413,9 @@
2412
2413
  }
2413
2414
  },
2414
2415
  "node_modules/@eslint/js": {
2415
- "version": "9.36.0",
2416
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.36.0.tgz",
2417
- "integrity": "sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==",
2416
+ "version": "9.39.1",
2417
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
2418
+ "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
2418
2419
  "license": "MIT",
2419
2420
  "peer": true,
2420
2421
  "engines": {
@@ -2425,9 +2426,9 @@
2425
2426
  }
2426
2427
  },
2427
2428
  "node_modules/@eslint/object-schema": {
2428
- "version": "2.1.6",
2429
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
2430
- "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
2429
+ "version": "2.1.7",
2430
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
2431
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
2431
2432
  "license": "Apache-2.0",
2432
2433
  "peer": true,
2433
2434
  "engines": {
@@ -2435,19 +2436,56 @@
2435
2436
  }
2436
2437
  },
2437
2438
  "node_modules/@eslint/plugin-kit": {
2438
- "version": "0.3.5",
2439
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
2440
- "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
2439
+ "version": "0.4.1",
2440
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
2441
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
2441
2442
  "license": "Apache-2.0",
2442
2443
  "peer": true,
2443
2444
  "dependencies": {
2444
- "@eslint/core": "^0.15.2",
2445
+ "@eslint/core": "^0.17.0",
2445
2446
  "levn": "^0.4.1"
2446
2447
  },
2447
2448
  "engines": {
2448
2449
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2449
2450
  }
2450
2451
  },
2452
+ "node_modules/@eslint/plugin-kit/node_modules/levn": {
2453
+ "version": "0.4.1",
2454
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
2455
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2456
+ "license": "MIT",
2457
+ "peer": true,
2458
+ "dependencies": {
2459
+ "prelude-ls": "^1.2.1",
2460
+ "type-check": "~0.4.0"
2461
+ },
2462
+ "engines": {
2463
+ "node": ">= 0.8.0"
2464
+ }
2465
+ },
2466
+ "node_modules/@eslint/plugin-kit/node_modules/prelude-ls": {
2467
+ "version": "1.2.1",
2468
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2469
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2470
+ "license": "MIT",
2471
+ "peer": true,
2472
+ "engines": {
2473
+ "node": ">= 0.8.0"
2474
+ }
2475
+ },
2476
+ "node_modules/@eslint/plugin-kit/node_modules/type-check": {
2477
+ "version": "0.4.0",
2478
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2479
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2480
+ "license": "MIT",
2481
+ "peer": true,
2482
+ "dependencies": {
2483
+ "prelude-ls": "^1.2.1"
2484
+ },
2485
+ "engines": {
2486
+ "node": ">= 0.8.0"
2487
+ }
2488
+ },
2451
2489
  "node_modules/@humanfs/core": {
2452
2490
  "version": "0.19.1",
2453
2491
  "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@@ -2880,9 +2918,9 @@
2880
2918
  }
2881
2919
  },
2882
2920
  "node_modules/@jest/expect-utils": {
2883
- "version": "30.1.2",
2884
- "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.1.2.tgz",
2885
- "integrity": "sha512-HXy1qT/bfdjCv7iC336ExbqqYtZvljrV8odNdso7dWK9bSeHtLlvwWWC3YSybSPL03Gg5rug6WLCZAZFH72m0A==",
2921
+ "version": "30.2.0",
2922
+ "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.2.0.tgz",
2923
+ "integrity": "sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==",
2886
2924
  "license": "MIT",
2887
2925
  "dependencies": {
2888
2926
  "@jest/get-type": "30.1.0"
@@ -3206,20 +3244,20 @@
3206
3244
  }
3207
3245
  },
3208
3246
  "node_modules/@jest/reporters/node_modules/@babel/core": {
3209
- "version": "7.28.4",
3210
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
3211
- "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
3247
+ "version": "7.28.5",
3248
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
3249
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
3212
3250
  "license": "MIT",
3213
3251
  "dependencies": {
3214
3252
  "@babel/code-frame": "^7.27.1",
3215
- "@babel/generator": "^7.28.3",
3253
+ "@babel/generator": "^7.28.5",
3216
3254
  "@babel/helper-compilation-targets": "^7.27.2",
3217
3255
  "@babel/helper-module-transforms": "^7.28.3",
3218
3256
  "@babel/helpers": "^7.28.4",
3219
- "@babel/parser": "^7.28.4",
3257
+ "@babel/parser": "^7.28.5",
3220
3258
  "@babel/template": "^7.27.2",
3221
- "@babel/traverse": "^7.28.4",
3222
- "@babel/types": "^7.28.4",
3259
+ "@babel/traverse": "^7.28.5",
3260
+ "@babel/types": "^7.28.5",
3223
3261
  "@jridgewell/remapping": "^2.3.5",
3224
3262
  "convert-source-map": "^2.0.0",
3225
3263
  "debug": "^4.1.0",
@@ -3270,9 +3308,9 @@
3270
3308
  }
3271
3309
  },
3272
3310
  "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/node_modules/semver": {
3273
- "version": "7.7.2",
3274
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
3275
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
3311
+ "version": "7.7.3",
3312
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3313
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3276
3314
  "license": "ISC",
3277
3315
  "bin": {
3278
3316
  "semver": "bin/semver.js"
@@ -4000,9 +4038,9 @@
4000
4038
  }
4001
4039
  },
4002
4040
  "node_modules/@types/jest/node_modules/pretty-format": {
4003
- "version": "30.0.5",
4004
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.0.5.tgz",
4005
- "integrity": "sha512-D1tKtYvByrBkFLe2wHJl2bwMJIiT8rW+XA+TiataH79/FszLQMrpGEvzUVkzPau7OCO0Qnrhpe87PqtOAIB8Yw==",
4041
+ "version": "30.2.0",
4042
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
4043
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
4006
4044
  "license": "MIT",
4007
4045
  "dependencies": {
4008
4046
  "@jest/schemas": "30.0.5",
@@ -4050,12 +4088,12 @@
4050
4088
  "license": "MIT"
4051
4089
  },
4052
4090
  "node_modules/@types/node": {
4053
- "version": "24.5.2",
4054
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz",
4055
- "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==",
4091
+ "version": "24.9.1",
4092
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz",
4093
+ "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==",
4056
4094
  "license": "MIT",
4057
4095
  "dependencies": {
4058
- "undici-types": "~7.12.0"
4096
+ "undici-types": "~7.16.0"
4059
4097
  }
4060
4098
  },
4061
4099
  "node_modules/@types/normalize-package-data": {
@@ -4065,21 +4103,21 @@
4065
4103
  "license": "MIT"
4066
4104
  },
4067
4105
  "node_modules/@types/react": {
4068
- "version": "19.1.13",
4069
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz",
4070
- "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==",
4106
+ "version": "19.2.2",
4107
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz",
4108
+ "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==",
4071
4109
  "license": "MIT",
4072
4110
  "dependencies": {
4073
4111
  "csstype": "^3.0.2"
4074
4112
  }
4075
4113
  },
4076
4114
  "node_modules/@types/react-dom": {
4077
- "version": "19.1.9",
4078
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.9.tgz",
4079
- "integrity": "sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==",
4115
+ "version": "19.2.2",
4116
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz",
4117
+ "integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==",
4080
4118
  "license": "MIT",
4081
4119
  "peerDependencies": {
4082
- "@types/react": "^19.0.0"
4120
+ "@types/react": "^19.2.0"
4083
4121
  }
4084
4122
  },
4085
4123
  "node_modules/@types/react-test-renderer": {
@@ -4128,9 +4166,9 @@
4128
4166
  "license": "MIT"
4129
4167
  },
4130
4168
  "node_modules/@types/yargs": {
4131
- "version": "17.0.33",
4132
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
4133
- "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
4169
+ "version": "17.0.34",
4170
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz",
4171
+ "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==",
4134
4172
  "license": "MIT",
4135
4173
  "dependencies": {
4136
4174
  "@types/yargs-parser": "*"
@@ -4151,41 +4189,6 @@
4151
4189
  "node": ">=10.0.0"
4152
4190
  }
4153
4191
  },
4154
- "node_modules/@zohodesk/testinglibrary": {
4155
- "version": "0.4.94-n18-experimental",
4156
- "resolved": "file:zohodesk-testinglibrary-0.4.94-n18-experimental.tgz",
4157
- "integrity": "sha512-j3qvzjwDOGWqBmq3giNwXHnl5wm7FoXnm0LrK5G13HWB1e+RGVL59Ilhno55ROfraoq8Iyvs2nn7v6Na9G3Tzg==",
4158
- "hasInstallScript": true,
4159
- "license": "ISC",
4160
- "dependencies": {
4161
- "@babel/code-frame": "7.27.1",
4162
- "@babel/preset-react": "7.22.5",
4163
- "@cucumber/cucumber": "11.3.0",
4164
- "@playwright/test": "1.53.2",
4165
- "@reportportal/agent-js-playwright": "5.1.11",
4166
- "@testing-library/jest-dom": "5.11.9",
4167
- "@testing-library/react": "11.2.7",
4168
- "@testing-library/react-hooks": "7.0.2",
4169
- "babel-jest": "29.6.2",
4170
- "babel-plugin-transform-dynamic-import": "2.1.0",
4171
- "fast-glob": "3.3.1",
4172
- "jest": "29.6.2",
4173
- "jest-environment-jsdom": "29.6.2",
4174
- "jsonpath": "1.1.1",
4175
- "msw": "1.2.3",
4176
- "playwright": "1.53.2",
4177
- "playwright-bdd": "8.3.1",
4178
- "supports-color": "8.1.1"
4179
- },
4180
- "bin": {
4181
- "ZDTestingFramework": "bin/cli.js"
4182
- },
4183
- "peerDependencies": {
4184
- "eslint": "*",
4185
- "react": "*",
4186
- "react-dom": "*"
4187
- }
4188
- },
4189
4192
  "node_modules/@zxing/text-encoding": {
4190
4193
  "version": "0.9.0",
4191
4194
  "resolved": "https://registry.npmjs.org/@zxing/text-encoding/-/text-encoding-0.9.0.tgz",
@@ -4482,9 +4485,9 @@
4482
4485
  }
4483
4486
  },
4484
4487
  "node_modules/axios": {
4485
- "version": "1.12.2",
4486
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
4487
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
4488
+ "version": "1.13.0",
4489
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.0.tgz",
4490
+ "integrity": "sha512-zt40Pz4zcRXra9CVV31KeyofwiNvAbJ5B6YPz9pMJ+yOSLikvPT4Yi5LjfgjRa9CawVYBaD1JQzIVcIvBejKeA==",
4488
4491
  "license": "MIT",
4489
4492
  "dependencies": {
4490
4493
  "follow-redirects": "^1.15.6",
@@ -4719,9 +4722,9 @@
4719
4722
  "license": "MIT"
4720
4723
  },
4721
4724
  "node_modules/baseline-browser-mapping": {
4722
- "version": "2.8.6",
4723
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.6.tgz",
4724
- "integrity": "sha512-wrH5NNqren/QMtKUEEJf7z86YjfqW/2uw3IL3/xpqZUC95SSVIFXYQeeGjL6FT/X68IROu6RMehZQS5foy2BXw==",
4725
+ "version": "2.8.20",
4726
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz",
4727
+ "integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
4725
4728
  "license": "Apache-2.0",
4726
4729
  "bin": {
4727
4730
  "baseline-browser-mapping": "dist/cli.js"
@@ -4773,9 +4776,9 @@
4773
4776
  }
4774
4777
  },
4775
4778
  "node_modules/browserslist": {
4776
- "version": "4.26.2",
4777
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz",
4778
- "integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==",
4779
+ "version": "4.27.0",
4780
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
4781
+ "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
4779
4782
  "funding": [
4780
4783
  {
4781
4784
  "type": "opencollective",
@@ -4792,11 +4795,11 @@
4792
4795
  ],
4793
4796
  "license": "MIT",
4794
4797
  "dependencies": {
4795
- "baseline-browser-mapping": "^2.8.3",
4796
- "caniuse-lite": "^1.0.30001741",
4797
- "electron-to-chromium": "^1.5.218",
4798
- "node-releases": "^2.0.21",
4799
- "update-browserslist-db": "^1.1.3"
4798
+ "baseline-browser-mapping": "^2.8.19",
4799
+ "caniuse-lite": "^1.0.30001751",
4800
+ "electron-to-chromium": "^1.5.238",
4801
+ "node-releases": "^2.0.26",
4802
+ "update-browserslist-db": "^1.1.4"
4800
4803
  },
4801
4804
  "bin": {
4802
4805
  "browserslist": "cli.js"
@@ -4910,9 +4913,9 @@
4910
4913
  }
4911
4914
  },
4912
4915
  "node_modules/caniuse-lite": {
4913
- "version": "1.0.30001745",
4914
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001745.tgz",
4915
- "integrity": "sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==",
4916
+ "version": "1.0.30001751",
4917
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
4918
+ "integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
4916
4919
  "funding": [
4917
4920
  {
4918
4921
  "type": "opencollective",
@@ -5148,9 +5151,9 @@
5148
5151
  }
5149
5152
  },
5150
5153
  "node_modules/collect-v8-coverage": {
5151
- "version": "1.0.2",
5152
- "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
5153
- "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
5154
+ "version": "1.0.3",
5155
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz",
5156
+ "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==",
5154
5157
  "license": "MIT"
5155
5158
  },
5156
5159
  "node_modules/color-convert": {
@@ -5222,9 +5225,9 @@
5222
5225
  }
5223
5226
  },
5224
5227
  "node_modules/core-js": {
5225
- "version": "3.45.1",
5226
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.1.tgz",
5227
- "integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==",
5228
+ "version": "3.46.0",
5229
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz",
5230
+ "integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==",
5228
5231
  "dev": true,
5229
5232
  "hasInstallScript": true,
5230
5233
  "license": "MIT",
@@ -5234,13 +5237,13 @@
5234
5237
  }
5235
5238
  },
5236
5239
  "node_modules/core-js-compat": {
5237
- "version": "3.45.1",
5238
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.45.1.tgz",
5239
- "integrity": "sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==",
5240
+ "version": "3.46.0",
5241
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz",
5242
+ "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==",
5240
5243
  "dev": true,
5241
5244
  "license": "MIT",
5242
5245
  "dependencies": {
5243
- "browserslist": "^4.25.3"
5246
+ "browserslist": "^4.26.3"
5244
5247
  },
5245
5248
  "funding": {
5246
5249
  "type": "opencollective",
@@ -5248,9 +5251,9 @@
5248
5251
  }
5249
5252
  },
5250
5253
  "node_modules/core-js-pure": {
5251
- "version": "3.45.1",
5252
- "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.45.1.tgz",
5253
- "integrity": "sha512-OHnWFKgTUshEU8MK+lOs1H8kC8GkTi9Z1tvNkxrCcw9wl3MJIO7q2ld77wjWn4/xuGrVu2X+nME1iIIPBSdyEQ==",
5254
+ "version": "3.46.0",
5255
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.46.0.tgz",
5256
+ "integrity": "sha512-NMCW30bHNofuhwLhYPt66OLOKTMbOhgTTatKVbaQC3KRHpTCiRIBYvtshr+NBYSnBxwAFhjW/RfJ0XbIjS16rw==",
5254
5257
  "hasInstallScript": true,
5255
5258
  "license": "MIT",
5256
5259
  "funding": {
@@ -5468,7 +5471,8 @@
5468
5471
  "version": "0.1.4",
5469
5472
  "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
5470
5473
  "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
5471
- "license": "MIT"
5474
+ "license": "MIT",
5475
+ "peer": true
5472
5476
  },
5473
5477
  "node_modules/deepmerge": {
5474
5478
  "version": "4.3.1",
@@ -5602,9 +5606,9 @@
5602
5606
  "license": "MIT"
5603
5607
  },
5604
5608
  "node_modules/electron-to-chromium": {
5605
- "version": "1.5.223",
5606
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.223.tgz",
5607
- "integrity": "sha512-qKm55ic6nbEmagFlTFczML33rF90aU+WtrJ9MdTCThrcvDNdUHN4p6QfVN78U06ZmguqXIyMPyYhw2TrbDUwPQ==",
5609
+ "version": "1.5.240",
5610
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
5611
+ "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
5608
5612
  "license": "ISC"
5609
5613
  },
5610
5614
  "node_modules/emittery": {
@@ -5804,16 +5808,12 @@
5804
5808
  }
5805
5809
  },
5806
5810
  "node_modules/escape-string-regexp": {
5807
- "version": "4.0.0",
5808
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
5809
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
5811
+ "version": "1.0.5",
5812
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
5813
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
5810
5814
  "license": "MIT",
5811
- "peer": true,
5812
5815
  "engines": {
5813
- "node": ">=10"
5814
- },
5815
- "funding": {
5816
- "url": "https://github.com/sponsors/sindresorhus"
5816
+ "node": ">=0.8.0"
5817
5817
  }
5818
5818
  },
5819
5819
  "node_modules/escodegen": {
@@ -5838,25 +5838,24 @@
5838
5838
  }
5839
5839
  },
5840
5840
  "node_modules/eslint": {
5841
- "version": "9.36.0",
5842
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.36.0.tgz",
5843
- "integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==",
5841
+ "version": "9.39.1",
5842
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
5843
+ "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
5844
5844
  "license": "MIT",
5845
5845
  "peer": true,
5846
5846
  "dependencies": {
5847
5847
  "@eslint-community/eslint-utils": "^4.8.0",
5848
5848
  "@eslint-community/regexpp": "^4.12.1",
5849
- "@eslint/config-array": "^0.21.0",
5850
- "@eslint/config-helpers": "^0.3.1",
5851
- "@eslint/core": "^0.15.2",
5849
+ "@eslint/config-array": "^0.21.1",
5850
+ "@eslint/config-helpers": "^0.4.2",
5851
+ "@eslint/core": "^0.17.0",
5852
5852
  "@eslint/eslintrc": "^3.3.1",
5853
- "@eslint/js": "9.36.0",
5854
- "@eslint/plugin-kit": "^0.3.5",
5853
+ "@eslint/js": "9.39.1",
5854
+ "@eslint/plugin-kit": "^0.4.1",
5855
5855
  "@humanfs/node": "^0.16.6",
5856
5856
  "@humanwhocodes/module-importer": "^1.0.1",
5857
5857
  "@humanwhocodes/retry": "^0.4.2",
5858
5858
  "@types/estree": "^1.0.6",
5859
- "@types/json-schema": "^7.0.15",
5860
5859
  "ajv": "^6.12.4",
5861
5860
  "chalk": "^4.0.0",
5862
5861
  "cross-spawn": "^7.0.6",
@@ -5928,6 +5927,19 @@
5928
5927
  "url": "https://opencollective.com/eslint"
5929
5928
  }
5930
5929
  },
5930
+ "node_modules/eslint/node_modules/escape-string-regexp": {
5931
+ "version": "4.0.0",
5932
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
5933
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
5934
+ "license": "MIT",
5935
+ "peer": true,
5936
+ "engines": {
5937
+ "node": ">=10"
5938
+ },
5939
+ "funding": {
5940
+ "url": "https://github.com/sponsors/sindresorhus"
5941
+ }
5942
+ },
5931
5943
  "node_modules/eslint/node_modules/find-up": {
5932
5944
  "version": "5.0.0",
5933
5945
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -5958,6 +5970,20 @@
5958
5970
  "node": ">=10.13.0"
5959
5971
  }
5960
5972
  },
5973
+ "node_modules/eslint/node_modules/levn": {
5974
+ "version": "0.4.1",
5975
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
5976
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
5977
+ "license": "MIT",
5978
+ "peer": true,
5979
+ "dependencies": {
5980
+ "prelude-ls": "^1.2.1",
5981
+ "type-check": "~0.4.0"
5982
+ },
5983
+ "engines": {
5984
+ "node": ">= 0.8.0"
5985
+ }
5986
+ },
5961
5987
  "node_modules/eslint/node_modules/locate-path": {
5962
5988
  "version": "6.0.0",
5963
5989
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -5974,6 +6000,24 @@
5974
6000
  "url": "https://github.com/sponsors/sindresorhus"
5975
6001
  }
5976
6002
  },
6003
+ "node_modules/eslint/node_modules/optionator": {
6004
+ "version": "0.9.4",
6005
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
6006
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
6007
+ "license": "MIT",
6008
+ "peer": true,
6009
+ "dependencies": {
6010
+ "deep-is": "^0.1.3",
6011
+ "fast-levenshtein": "^2.0.6",
6012
+ "levn": "^0.4.1",
6013
+ "prelude-ls": "^1.2.1",
6014
+ "type-check": "^0.4.0",
6015
+ "word-wrap": "^1.2.5"
6016
+ },
6017
+ "engines": {
6018
+ "node": ">= 0.8.0"
6019
+ }
6020
+ },
5977
6021
  "node_modules/eslint/node_modules/p-locate": {
5978
6022
  "version": "5.0.0",
5979
6023
  "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
@@ -5990,6 +6034,29 @@
5990
6034
  "url": "https://github.com/sponsors/sindresorhus"
5991
6035
  }
5992
6036
  },
6037
+ "node_modules/eslint/node_modules/prelude-ls": {
6038
+ "version": "1.2.1",
6039
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
6040
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
6041
+ "license": "MIT",
6042
+ "peer": true,
6043
+ "engines": {
6044
+ "node": ">= 0.8.0"
6045
+ }
6046
+ },
6047
+ "node_modules/eslint/node_modules/type-check": {
6048
+ "version": "0.4.0",
6049
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
6050
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
6051
+ "license": "MIT",
6052
+ "peer": true,
6053
+ "dependencies": {
6054
+ "prelude-ls": "^1.2.1"
6055
+ },
6056
+ "engines": {
6057
+ "node": ">= 0.8.0"
6058
+ }
6059
+ },
5993
6060
  "node_modules/espree": {
5994
6061
  "version": "10.4.0",
5995
6062
  "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
@@ -6106,17 +6173,17 @@
6106
6173
  }
6107
6174
  },
6108
6175
  "node_modules/expect": {
6109
- "version": "30.1.2",
6110
- "resolved": "https://registry.npmjs.org/expect/-/expect-30.1.2.tgz",
6111
- "integrity": "sha512-xvHszRavo28ejws8FpemjhwswGj4w/BetHIL8cU49u4sGyXDw2+p3YbeDbj6xzlxi6kWTjIRSTJ+9sNXPnF0Zg==",
6176
+ "version": "30.2.0",
6177
+ "resolved": "https://registry.npmjs.org/expect/-/expect-30.2.0.tgz",
6178
+ "integrity": "sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==",
6112
6179
  "license": "MIT",
6113
6180
  "dependencies": {
6114
- "@jest/expect-utils": "30.1.2",
6181
+ "@jest/expect-utils": "30.2.0",
6115
6182
  "@jest/get-type": "30.1.0",
6116
- "jest-matcher-utils": "30.1.2",
6117
- "jest-message-util": "30.1.0",
6118
- "jest-mock": "30.0.5",
6119
- "jest-util": "30.0.5"
6183
+ "jest-matcher-utils": "30.2.0",
6184
+ "jest-message-util": "30.2.0",
6185
+ "jest-mock": "30.2.0",
6186
+ "jest-util": "30.2.0"
6120
6187
  },
6121
6188
  "engines": {
6122
6189
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -6135,9 +6202,9 @@
6135
6202
  }
6136
6203
  },
6137
6204
  "node_modules/expect/node_modules/@jest/types": {
6138
- "version": "30.0.5",
6139
- "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.0.5.tgz",
6140
- "integrity": "sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==",
6205
+ "version": "30.2.0",
6206
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz",
6207
+ "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==",
6141
6208
  "license": "MIT",
6142
6209
  "dependencies": {
6143
6210
  "@jest/pattern": "30.0.1",
@@ -6159,9 +6226,9 @@
6159
6226
  "license": "MIT"
6160
6227
  },
6161
6228
  "node_modules/expect/node_modules/ci-info": {
6162
- "version": "4.3.0",
6163
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz",
6164
- "integrity": "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==",
6229
+ "version": "4.3.1",
6230
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
6231
+ "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
6165
6232
  "funding": [
6166
6233
  {
6167
6234
  "type": "github",
@@ -6174,12 +6241,12 @@
6174
6241
  }
6175
6242
  },
6176
6243
  "node_modules/expect/node_modules/jest-util": {
6177
- "version": "30.0.5",
6178
- "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.0.5.tgz",
6179
- "integrity": "sha512-pvyPWssDZR0FlfMxCBoc0tvM8iUEskaRFALUtGQYzVEAqisAztmy+R8LnU14KT4XA0H/a5HMVTXat1jLne010g==",
6244
+ "version": "30.2.0",
6245
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.2.0.tgz",
6246
+ "integrity": "sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==",
6180
6247
  "license": "MIT",
6181
6248
  "dependencies": {
6182
- "@jest/types": "30.0.5",
6249
+ "@jest/types": "30.2.0",
6183
6250
  "@types/node": "*",
6184
6251
  "chalk": "^4.1.2",
6185
6252
  "ci-info": "^4.2.0",
@@ -6235,7 +6302,8 @@
6235
6302
  "version": "2.0.6",
6236
6303
  "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
6237
6304
  "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
6238
- "license": "MIT"
6305
+ "license": "MIT",
6306
+ "peer": true
6239
6307
  },
6240
6308
  "node_modules/fastq": {
6241
6309
  "version": "1.19.1",
@@ -6270,15 +6338,6 @@
6270
6338
  "url": "https://github.com/sponsors/sindresorhus"
6271
6339
  }
6272
6340
  },
6273
- "node_modules/figures/node_modules/escape-string-regexp": {
6274
- "version": "1.0.5",
6275
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
6276
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
6277
- "license": "MIT",
6278
- "engines": {
6279
- "node": ">=0.8.0"
6280
- }
6281
- },
6282
6341
  "node_modules/file-entry-cache": {
6283
6342
  "version": "8.0.0",
6284
6343
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -6511,6 +6570,15 @@
6511
6570
  "url": "https://github.com/sponsors/ljharb"
6512
6571
  }
6513
6572
  },
6573
+ "node_modules/generator-function": {
6574
+ "version": "2.0.1",
6575
+ "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
6576
+ "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
6577
+ "license": "MIT",
6578
+ "engines": {
6579
+ "node": ">= 0.4"
6580
+ }
6581
+ },
6514
6582
  "node_modules/gensync": {
6515
6583
  "version": "1.0.0-beta.2",
6516
6584
  "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -7314,13 +7382,14 @@
7314
7382
  }
7315
7383
  },
7316
7384
  "node_modules/is-generator-function": {
7317
- "version": "1.1.0",
7318
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz",
7319
- "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
7385
+ "version": "1.1.2",
7386
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
7387
+ "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
7320
7388
  "license": "MIT",
7321
7389
  "dependencies": {
7322
- "call-bound": "^1.0.3",
7323
- "get-proto": "^1.0.0",
7390
+ "call-bound": "^1.0.4",
7391
+ "generator-function": "^2.0.0",
7392
+ "get-proto": "^1.0.1",
7324
7393
  "has-tostringtag": "^1.0.2",
7325
7394
  "safe-regex-test": "^1.1.0"
7326
7395
  },
@@ -7711,9 +7780,9 @@
7711
7780
  }
7712
7781
  },
7713
7782
  "node_modules/istanbul-lib-report/node_modules/semver": {
7714
- "version": "7.7.2",
7715
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
7716
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
7783
+ "version": "7.7.3",
7784
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
7785
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
7717
7786
  "license": "ISC",
7718
7787
  "bin": {
7719
7788
  "semver": "bin/semver.js"
@@ -8079,15 +8148,15 @@
8079
8148
  }
8080
8149
  },
8081
8150
  "node_modules/jest-diff": {
8082
- "version": "30.1.2",
8083
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.1.2.tgz",
8084
- "integrity": "sha512-4+prq+9J61mOVXCa4Qp8ZjavdxzrWQXrI80GNxP8f4tkI2syPuPrJgdRPZRrfUTRvIoUwcmNLbqEJy9W800+NQ==",
8151
+ "version": "30.2.0",
8152
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.2.0.tgz",
8153
+ "integrity": "sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==",
8085
8154
  "license": "MIT",
8086
8155
  "dependencies": {
8087
8156
  "@jest/diff-sequences": "30.0.1",
8088
8157
  "@jest/get-type": "30.1.0",
8089
8158
  "chalk": "^4.1.2",
8090
- "pretty-format": "30.0.5"
8159
+ "pretty-format": "30.2.0"
8091
8160
  },
8092
8161
  "engines": {
8093
8162
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -8124,9 +8193,9 @@
8124
8193
  }
8125
8194
  },
8126
8195
  "node_modules/jest-diff/node_modules/pretty-format": {
8127
- "version": "30.0.5",
8128
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.0.5.tgz",
8129
- "integrity": "sha512-D1tKtYvByrBkFLe2wHJl2bwMJIiT8rW+XA+TiataH79/FszLQMrpGEvzUVkzPau7OCO0Qnrhpe87PqtOAIB8Yw==",
8196
+ "version": "30.2.0",
8197
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8198
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8130
8199
  "license": "MIT",
8131
8200
  "dependencies": {
8132
8201
  "@jest/schemas": "30.0.5",
@@ -8400,15 +8469,15 @@
8400
8469
  "license": "MIT"
8401
8470
  },
8402
8471
  "node_modules/jest-matcher-utils": {
8403
- "version": "30.1.2",
8404
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.1.2.tgz",
8405
- "integrity": "sha512-7ai16hy4rSbDjvPTuUhuV8nyPBd6EX34HkBsBcBX2lENCuAQ0qKCPb/+lt8OSWUa9WWmGYLy41PrEzkwRwoGZQ==",
8472
+ "version": "30.2.0",
8473
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.2.0.tgz",
8474
+ "integrity": "sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==",
8406
8475
  "license": "MIT",
8407
8476
  "dependencies": {
8408
8477
  "@jest/get-type": "30.1.0",
8409
8478
  "chalk": "^4.1.2",
8410
- "jest-diff": "30.1.2",
8411
- "pretty-format": "30.0.5"
8479
+ "jest-diff": "30.2.0",
8480
+ "pretty-format": "30.2.0"
8412
8481
  },
8413
8482
  "engines": {
8414
8483
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -8445,9 +8514,9 @@
8445
8514
  }
8446
8515
  },
8447
8516
  "node_modules/jest-matcher-utils/node_modules/pretty-format": {
8448
- "version": "30.0.5",
8449
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.0.5.tgz",
8450
- "integrity": "sha512-D1tKtYvByrBkFLe2wHJl2bwMJIiT8rW+XA+TiataH79/FszLQMrpGEvzUVkzPau7OCO0Qnrhpe87PqtOAIB8Yw==",
8517
+ "version": "30.2.0",
8518
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8519
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8451
8520
  "license": "MIT",
8452
8521
  "dependencies": {
8453
8522
  "@jest/schemas": "30.0.5",
@@ -8465,18 +8534,18 @@
8465
8534
  "license": "MIT"
8466
8535
  },
8467
8536
  "node_modules/jest-message-util": {
8468
- "version": "30.1.0",
8469
- "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.1.0.tgz",
8470
- "integrity": "sha512-HizKDGG98cYkWmaLUHChq4iN+oCENohQLb7Z5guBPumYs+/etonmNFlg1Ps6yN9LTPyZn+M+b/9BbnHx3WTMDg==",
8537
+ "version": "30.2.0",
8538
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.2.0.tgz",
8539
+ "integrity": "sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==",
8471
8540
  "license": "MIT",
8472
8541
  "dependencies": {
8473
8542
  "@babel/code-frame": "^7.27.1",
8474
- "@jest/types": "30.0.5",
8543
+ "@jest/types": "30.2.0",
8475
8544
  "@types/stack-utils": "^2.0.3",
8476
8545
  "chalk": "^4.1.2",
8477
8546
  "graceful-fs": "^4.2.11",
8478
8547
  "micromatch": "^4.0.8",
8479
- "pretty-format": "30.0.5",
8548
+ "pretty-format": "30.2.0",
8480
8549
  "slash": "^3.0.0",
8481
8550
  "stack-utils": "^2.0.6"
8482
8551
  },
@@ -8497,9 +8566,9 @@
8497
8566
  }
8498
8567
  },
8499
8568
  "node_modules/jest-message-util/node_modules/@jest/types": {
8500
- "version": "30.0.5",
8501
- "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.0.5.tgz",
8502
- "integrity": "sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==",
8569
+ "version": "30.2.0",
8570
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz",
8571
+ "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==",
8503
8572
  "license": "MIT",
8504
8573
  "dependencies": {
8505
8574
  "@jest/pattern": "30.0.1",
@@ -8533,9 +8602,9 @@
8533
8602
  }
8534
8603
  },
8535
8604
  "node_modules/jest-message-util/node_modules/pretty-format": {
8536
- "version": "30.0.5",
8537
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.0.5.tgz",
8538
- "integrity": "sha512-D1tKtYvByrBkFLe2wHJl2bwMJIiT8rW+XA+TiataH79/FszLQMrpGEvzUVkzPau7OCO0Qnrhpe87PqtOAIB8Yw==",
8605
+ "version": "30.2.0",
8606
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
8607
+ "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
8539
8608
  "license": "MIT",
8540
8609
  "dependencies": {
8541
8610
  "@jest/schemas": "30.0.5",
@@ -8562,14 +8631,14 @@
8562
8631
  }
8563
8632
  },
8564
8633
  "node_modules/jest-mock": {
8565
- "version": "30.0.5",
8566
- "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.0.5.tgz",
8567
- "integrity": "sha512-Od7TyasAAQX/6S+QCbN6vZoWOMwlTtzzGuxJku1GhGanAjz9y+QsQkpScDmETvdc9aSXyJ/Op4rhpMYBWW91wQ==",
8634
+ "version": "30.2.0",
8635
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.2.0.tgz",
8636
+ "integrity": "sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==",
8568
8637
  "license": "MIT",
8569
8638
  "dependencies": {
8570
- "@jest/types": "30.0.5",
8639
+ "@jest/types": "30.2.0",
8571
8640
  "@types/node": "*",
8572
- "jest-util": "30.0.5"
8641
+ "jest-util": "30.2.0"
8573
8642
  },
8574
8643
  "engines": {
8575
8644
  "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -8588,9 +8657,9 @@
8588
8657
  }
8589
8658
  },
8590
8659
  "node_modules/jest-mock/node_modules/@jest/types": {
8591
- "version": "30.0.5",
8592
- "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.0.5.tgz",
8593
- "integrity": "sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==",
8660
+ "version": "30.2.0",
8661
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz",
8662
+ "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==",
8594
8663
  "license": "MIT",
8595
8664
  "dependencies": {
8596
8665
  "@jest/pattern": "30.0.1",
@@ -8612,9 +8681,9 @@
8612
8681
  "license": "MIT"
8613
8682
  },
8614
8683
  "node_modules/jest-mock/node_modules/ci-info": {
8615
- "version": "4.3.0",
8616
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz",
8617
- "integrity": "sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==",
8684
+ "version": "4.3.1",
8685
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.3.1.tgz",
8686
+ "integrity": "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==",
8618
8687
  "funding": [
8619
8688
  {
8620
8689
  "type": "github",
@@ -8627,12 +8696,12 @@
8627
8696
  }
8628
8697
  },
8629
8698
  "node_modules/jest-mock/node_modules/jest-util": {
8630
- "version": "30.0.5",
8631
- "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.0.5.tgz",
8632
- "integrity": "sha512-pvyPWssDZR0FlfMxCBoc0tvM8iUEskaRFALUtGQYzVEAqisAztmy+R8LnU14KT4XA0H/a5HMVTXat1jLne010g==",
8699
+ "version": "30.2.0",
8700
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.2.0.tgz",
8701
+ "integrity": "sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==",
8633
8702
  "license": "MIT",
8634
8703
  "dependencies": {
8635
- "@jest/types": "30.0.5",
8704
+ "@jest/types": "30.2.0",
8636
8705
  "@types/node": "*",
8637
8706
  "chalk": "^4.1.2",
8638
8707
  "ci-info": "^4.2.0",
@@ -9076,9 +9145,9 @@
9076
9145
  "license": "MIT"
9077
9146
  },
9078
9147
  "node_modules/jest-snapshot/node_modules/semver": {
9079
- "version": "7.7.2",
9080
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
9081
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
9148
+ "version": "7.7.3",
9149
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
9150
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
9082
9151
  "license": "ISC",
9083
9152
  "bin": {
9084
9153
  "semver": "bin/semver.js"
@@ -9332,29 +9401,6 @@
9332
9401
  "node": ">=6"
9333
9402
  }
9334
9403
  },
9335
- "node_modules/jsonpath": {
9336
- "version": "1.1.1",
9337
- "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
9338
- "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
9339
- "license": "MIT",
9340
- "dependencies": {
9341
- "esprima": "1.2.2",
9342
- "static-eval": "2.0.2",
9343
- "underscore": "1.12.1"
9344
- }
9345
- },
9346
- "node_modules/jsonpath/node_modules/esprima": {
9347
- "version": "1.2.2",
9348
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
9349
- "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
9350
- "bin": {
9351
- "esparse": "bin/esparse.js",
9352
- "esvalidate": "bin/esvalidate.js"
9353
- },
9354
- "engines": {
9355
- "node": ">=0.4.0"
9356
- }
9357
- },
9358
9404
  "node_modules/keyv": {
9359
9405
  "version": "4.5.4",
9360
9406
  "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
@@ -9402,20 +9448,6 @@
9402
9448
  "node": ">=6"
9403
9449
  }
9404
9450
  },
9405
- "node_modules/levn": {
9406
- "version": "0.4.1",
9407
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
9408
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
9409
- "license": "MIT",
9410
- "peer": true,
9411
- "dependencies": {
9412
- "prelude-ls": "^1.2.1",
9413
- "type-check": "~0.4.0"
9414
- },
9415
- "engines": {
9416
- "node": ">= 0.8.0"
9417
- }
9418
- },
9419
9451
  "node_modules/lines-and-columns": {
9420
9452
  "version": "1.2.4",
9421
9453
  "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
@@ -9900,9 +9932,9 @@
9900
9932
  "license": "MIT"
9901
9933
  },
9902
9934
  "node_modules/node-releases": {
9903
- "version": "2.0.21",
9904
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz",
9905
- "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==",
9935
+ "version": "2.0.26",
9936
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.26.tgz",
9937
+ "integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
9906
9938
  "license": "MIT"
9907
9939
  },
9908
9940
  "node_modules/normalize-package-data": {
@@ -9920,9 +9952,9 @@
9920
9952
  }
9921
9953
  },
9922
9954
  "node_modules/normalize-package-data/node_modules/semver": {
9923
- "version": "7.7.2",
9924
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
9925
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
9955
+ "version": "7.7.3",
9956
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
9957
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
9926
9958
  "license": "ISC",
9927
9959
  "bin": {
9928
9960
  "semver": "bin/semver.js"
@@ -10057,24 +10089,6 @@
10057
10089
  "url": "https://github.com/sponsors/sindresorhus"
10058
10090
  }
10059
10091
  },
10060
- "node_modules/optionator": {
10061
- "version": "0.9.4",
10062
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
10063
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
10064
- "license": "MIT",
10065
- "peer": true,
10066
- "dependencies": {
10067
- "deep-is": "^0.1.3",
10068
- "fast-levenshtein": "^2.0.6",
10069
- "levn": "^0.4.1",
10070
- "prelude-ls": "^1.2.1",
10071
- "type-check": "^0.4.0",
10072
- "word-wrap": "^1.2.5"
10073
- },
10074
- "engines": {
10075
- "node": ">= 0.8.0"
10076
- }
10077
- },
10078
10092
  "node_modules/ora": {
10079
10093
  "version": "5.4.1",
10080
10094
  "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
@@ -10576,16 +10590,6 @@
10576
10590
  "node": ">= 0.4"
10577
10591
  }
10578
10592
  },
10579
- "node_modules/prelude-ls": {
10580
- "version": "1.2.1",
10581
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
10582
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
10583
- "license": "MIT",
10584
- "peer": true,
10585
- "engines": {
10586
- "node": ">= 0.8.0"
10587
- }
10588
- },
10589
10593
  "node_modules/pretty-format": {
10590
10594
  "version": "26.6.2",
10591
10595
  "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
@@ -10733,9 +10737,9 @@
10733
10737
  "license": "MIT"
10734
10738
  },
10735
10739
  "node_modules/react": {
10736
- "version": "19.1.1",
10737
- "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
10738
- "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
10740
+ "version": "19.2.0",
10741
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
10742
+ "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
10739
10743
  "license": "MIT",
10740
10744
  "peer": true,
10741
10745
  "engines": {
@@ -10743,16 +10747,16 @@
10743
10747
  }
10744
10748
  },
10745
10749
  "node_modules/react-dom": {
10746
- "version": "19.1.1",
10747
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz",
10748
- "integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==",
10750
+ "version": "19.2.0",
10751
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
10752
+ "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
10749
10753
  "license": "MIT",
10750
10754
  "peer": true,
10751
10755
  "dependencies": {
10752
- "scheduler": "^0.26.0"
10756
+ "scheduler": "^0.27.0"
10753
10757
  },
10754
10758
  "peerDependencies": {
10755
- "react": "^19.1.1"
10759
+ "react": "^19.2.0"
10756
10760
  }
10757
10761
  },
10758
10762
  "node_modules/react-error-boundary": {
@@ -11026,12 +11030,12 @@
11026
11030
  "license": "MIT"
11027
11031
  },
11028
11032
  "node_modules/resolve": {
11029
- "version": "1.22.10",
11030
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
11031
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
11033
+ "version": "1.22.11",
11034
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
11035
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
11032
11036
  "license": "MIT",
11033
11037
  "dependencies": {
11034
- "is-core-module": "^2.16.0",
11038
+ "is-core-module": "^2.16.1",
11035
11039
  "path-parse": "^1.0.7",
11036
11040
  "supports-preserve-symlinks-flag": "^1.0.0"
11037
11041
  },
@@ -11232,9 +11236,9 @@
11232
11236
  }
11233
11237
  },
11234
11238
  "node_modules/scheduler": {
11235
- "version": "0.26.0",
11236
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
11237
- "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
11239
+ "version": "0.27.0",
11240
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
11241
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
11238
11242
  "license": "MIT",
11239
11243
  "peer": true
11240
11244
  },
@@ -11534,96 +11538,6 @@
11534
11538
  "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
11535
11539
  "license": "MIT"
11536
11540
  },
11537
- "node_modules/static-eval": {
11538
- "version": "2.0.2",
11539
- "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
11540
- "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
11541
- "license": "MIT",
11542
- "dependencies": {
11543
- "escodegen": "^1.8.1"
11544
- }
11545
- },
11546
- "node_modules/static-eval/node_modules/escodegen": {
11547
- "version": "1.14.3",
11548
- "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
11549
- "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
11550
- "license": "BSD-2-Clause",
11551
- "dependencies": {
11552
- "esprima": "^4.0.1",
11553
- "estraverse": "^4.2.0",
11554
- "esutils": "^2.0.2",
11555
- "optionator": "^0.8.1"
11556
- },
11557
- "bin": {
11558
- "escodegen": "bin/escodegen.js",
11559
- "esgenerate": "bin/esgenerate.js"
11560
- },
11561
- "engines": {
11562
- "node": ">=4.0"
11563
- },
11564
- "optionalDependencies": {
11565
- "source-map": "~0.6.1"
11566
- }
11567
- },
11568
- "node_modules/static-eval/node_modules/estraverse": {
11569
- "version": "4.3.0",
11570
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
11571
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
11572
- "license": "BSD-2-Clause",
11573
- "engines": {
11574
- "node": ">=4.0"
11575
- }
11576
- },
11577
- "node_modules/static-eval/node_modules/levn": {
11578
- "version": "0.3.0",
11579
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
11580
- "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
11581
- "license": "MIT",
11582
- "dependencies": {
11583
- "prelude-ls": "~1.1.2",
11584
- "type-check": "~0.3.2"
11585
- },
11586
- "engines": {
11587
- "node": ">= 0.8.0"
11588
- }
11589
- },
11590
- "node_modules/static-eval/node_modules/optionator": {
11591
- "version": "0.8.3",
11592
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
11593
- "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
11594
- "license": "MIT",
11595
- "dependencies": {
11596
- "deep-is": "~0.1.3",
11597
- "fast-levenshtein": "~2.0.6",
11598
- "levn": "~0.3.0",
11599
- "prelude-ls": "~1.1.2",
11600
- "type-check": "~0.3.2",
11601
- "word-wrap": "~1.2.3"
11602
- },
11603
- "engines": {
11604
- "node": ">= 0.8.0"
11605
- }
11606
- },
11607
- "node_modules/static-eval/node_modules/prelude-ls": {
11608
- "version": "1.1.2",
11609
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
11610
- "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
11611
- "engines": {
11612
- "node": ">= 0.8.0"
11613
- }
11614
- },
11615
- "node_modules/static-eval/node_modules/type-check": {
11616
- "version": "0.3.2",
11617
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
11618
- "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
11619
- "license": "MIT",
11620
- "dependencies": {
11621
- "prelude-ls": "~1.1.2"
11622
- },
11623
- "engines": {
11624
- "node": ">= 0.8.0"
11625
- }
11626
- },
11627
11541
  "node_modules/stop-iteration-iterator": {
11628
11542
  "version": "1.1.0",
11629
11543
  "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
@@ -11985,19 +11899,6 @@
11985
11899
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
11986
11900
  "license": "0BSD"
11987
11901
  },
11988
- "node_modules/type-check": {
11989
- "version": "0.4.0",
11990
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
11991
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
11992
- "license": "MIT",
11993
- "peer": true,
11994
- "dependencies": {
11995
- "prelude-ls": "^1.2.1"
11996
- },
11997
- "engines": {
11998
- "node": ">= 0.8.0"
11999
- }
12000
- },
12001
11902
  "node_modules/type-detect": {
12002
11903
  "version": "4.0.8",
12003
11904
  "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
@@ -12131,16 +12032,10 @@
12131
12032
  "url": "https://github.com/sponsors/ljharb"
12132
12033
  }
12133
12034
  },
12134
- "node_modules/underscore": {
12135
- "version": "1.12.1",
12136
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
12137
- "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
12138
- "license": "MIT"
12139
- },
12140
12035
  "node_modules/undici-types": {
12141
- "version": "7.12.0",
12142
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz",
12143
- "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==",
12036
+ "version": "7.16.0",
12037
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
12038
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
12144
12039
  "license": "MIT"
12145
12040
  },
12146
12041
  "node_modules/unicode-canonical-property-names-ecmascript": {
@@ -12215,9 +12110,9 @@
12215
12110
  }
12216
12111
  },
12217
12112
  "node_modules/update-browserslist-db": {
12218
- "version": "1.1.3",
12219
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
12220
- "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
12113
+ "version": "1.1.4",
12114
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
12115
+ "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
12221
12116
  "funding": [
12222
12117
  {
12223
12118
  "type": "opencollective",
@@ -12559,6 +12454,7 @@
12559
12454
  "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
12560
12455
  "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
12561
12456
  "license": "MIT",
12457
+ "peer": true,
12562
12458
  "engines": {
12563
12459
  "node": ">=0.10.0"
12564
12460
  }