@zohodesk/testinglibrary 0.4.97-n18-experimental → 0.4.99-n18-experimental

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.97-n18-experimental",
3
+ "version": "0.4.99-n18-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.4.97-n18-experimental",
9
+ "version": "0.4.99-n18-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -23,9 +23,11 @@
23
23
  "fast-glob": "3.3.1",
24
24
  "jest": "29.6.2",
25
25
  "jest-environment-jsdom": "29.6.2",
26
+ "jsonpath": "1.1.1",
26
27
  "msw": "1.2.3",
27
28
  "playwright": "1.53.2",
28
29
  "playwright-bdd": "8.3.1",
30
+ "properties-reader": "2.3.0",
29
31
  "supports-color": "8.1.1"
30
32
  },
31
33
  "bin": {
@@ -116,9 +118,9 @@
116
118
  }
117
119
  },
118
120
  "node_modules/@babel/compat-data": {
119
- "version": "7.28.4",
120
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz",
121
- "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==",
121
+ "version": "7.28.5",
122
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
123
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
122
124
  "license": "MIT",
123
125
  "engines": {
124
126
  "node": ">=6.9.0"
@@ -155,13 +157,13 @@
155
157
  }
156
158
  },
157
159
  "node_modules/@babel/generator": {
158
- "version": "7.28.3",
159
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
160
- "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
160
+ "version": "7.28.5",
161
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
162
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
161
163
  "license": "MIT",
162
164
  "dependencies": {
163
- "@babel/parser": "^7.28.3",
164
- "@babel/types": "^7.28.2",
165
+ "@babel/parser": "^7.28.5",
166
+ "@babel/types": "^7.28.5",
165
167
  "@jridgewell/gen-mapping": "^0.3.12",
166
168
  "@jridgewell/trace-mapping": "^0.3.28",
167
169
  "jsesc": "^3.0.2"
@@ -199,18 +201,18 @@
199
201
  }
200
202
  },
201
203
  "node_modules/@babel/helper-create-class-features-plugin": {
202
- "version": "7.28.3",
203
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz",
204
- "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==",
204
+ "version": "7.28.5",
205
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
206
+ "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
205
207
  "dev": true,
206
208
  "license": "MIT",
207
209
  "dependencies": {
208
210
  "@babel/helper-annotate-as-pure": "^7.27.3",
209
- "@babel/helper-member-expression-to-functions": "^7.27.1",
211
+ "@babel/helper-member-expression-to-functions": "^7.28.5",
210
212
  "@babel/helper-optimise-call-expression": "^7.27.1",
211
213
  "@babel/helper-replace-supers": "^7.27.1",
212
214
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
213
- "@babel/traverse": "^7.28.3",
215
+ "@babel/traverse": "^7.28.5",
214
216
  "semver": "^6.3.1"
215
217
  },
216
218
  "engines": {
@@ -221,14 +223,14 @@
221
223
  }
222
224
  },
223
225
  "node_modules/@babel/helper-create-regexp-features-plugin": {
224
- "version": "7.27.1",
225
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
226
- "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
226
+ "version": "7.28.5",
227
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
228
+ "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
227
229
  "dev": true,
228
230
  "license": "MIT",
229
231
  "dependencies": {
230
- "@babel/helper-annotate-as-pure": "^7.27.1",
231
- "regexpu-core": "^6.2.0",
232
+ "@babel/helper-annotate-as-pure": "^7.27.3",
233
+ "regexpu-core": "^6.3.1",
232
234
  "semver": "^6.3.1"
233
235
  },
234
236
  "engines": {
@@ -265,14 +267,14 @@
265
267
  }
266
268
  },
267
269
  "node_modules/@babel/helper-member-expression-to-functions": {
268
- "version": "7.27.1",
269
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
270
- "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
270
+ "version": "7.28.5",
271
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
272
+ "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
271
273
  "dev": true,
272
274
  "license": "MIT",
273
275
  "dependencies": {
274
- "@babel/traverse": "^7.27.1",
275
- "@babel/types": "^7.27.1"
276
+ "@babel/traverse": "^7.28.5",
277
+ "@babel/types": "^7.28.5"
276
278
  },
277
279
  "engines": {
278
280
  "node": ">=6.9.0"
@@ -390,9 +392,9 @@
390
392
  }
391
393
  },
392
394
  "node_modules/@babel/helper-validator-identifier": {
393
- "version": "7.27.1",
394
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
395
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
395
+ "version": "7.28.5",
396
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
397
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
396
398
  "license": "MIT",
397
399
  "engines": {
398
400
  "node": ">=6.9.0"
@@ -470,12 +472,12 @@
470
472
  }
471
473
  },
472
474
  "node_modules/@babel/parser": {
473
- "version": "7.28.4",
474
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
475
- "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
475
+ "version": "7.28.5",
476
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
477
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
476
478
  "license": "MIT",
477
479
  "dependencies": {
478
- "@babel/types": "^7.28.4"
480
+ "@babel/types": "^7.28.5"
479
481
  },
480
482
  "bin": {
481
483
  "parser": "bin/babel-parser.js"
@@ -880,9 +882,9 @@
880
882
  }
881
883
  },
882
884
  "node_modules/@babel/plugin-transform-block-scoping": {
883
- "version": "7.28.4",
884
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz",
885
- "integrity": "sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==",
885
+ "version": "7.28.5",
886
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
887
+ "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
886
888
  "dev": true,
887
889
  "license": "MIT",
888
890
  "dependencies": {
@@ -968,14 +970,14 @@
968
970
  }
969
971
  },
970
972
  "node_modules/@babel/plugin-transform-destructuring": {
971
- "version": "7.28.0",
972
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
973
- "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
973
+ "version": "7.28.5",
974
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
975
+ "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
974
976
  "dev": true,
975
977
  "license": "MIT",
976
978
  "dependencies": {
977
979
  "@babel/helper-plugin-utils": "^7.27.1",
978
- "@babel/traverse": "^7.28.0"
980
+ "@babel/traverse": "^7.28.5"
979
981
  },
980
982
  "engines": {
981
983
  "node": ">=6.9.0"
@@ -1034,9 +1036,9 @@
1034
1036
  }
1035
1037
  },
1036
1038
  "node_modules/@babel/plugin-transform-exponentiation-operator": {
1037
- "version": "7.27.1",
1038
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
1039
- "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
1039
+ "version": "7.28.5",
1040
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
1041
+ "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
1040
1042
  "dev": true,
1041
1043
  "license": "MIT",
1042
1044
  "dependencies": {
@@ -1133,9 +1135,9 @@
1133
1135
  }
1134
1136
  },
1135
1137
  "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1136
- "version": "7.27.1",
1137
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
1138
- "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
1138
+ "version": "7.28.5",
1139
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
1140
+ "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
1139
1141
  "dev": true,
1140
1142
  "license": "MIT",
1141
1143
  "dependencies": {
@@ -1199,16 +1201,16 @@
1199
1201
  }
1200
1202
  },
1201
1203
  "node_modules/@babel/plugin-transform-modules-systemjs": {
1202
- "version": "7.27.1",
1203
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
1204
- "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
1204
+ "version": "7.28.5",
1205
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
1206
+ "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
1205
1207
  "dev": true,
1206
1208
  "license": "MIT",
1207
1209
  "dependencies": {
1208
- "@babel/helper-module-transforms": "^7.27.1",
1210
+ "@babel/helper-module-transforms": "^7.28.3",
1209
1211
  "@babel/helper-plugin-utils": "^7.27.1",
1210
- "@babel/helper-validator-identifier": "^7.27.1",
1211
- "@babel/traverse": "^7.27.1"
1212
+ "@babel/helper-validator-identifier": "^7.28.5",
1213
+ "@babel/traverse": "^7.28.5"
1212
1214
  },
1213
1215
  "engines": {
1214
1216
  "node": ">=6.9.0"
@@ -1353,9 +1355,9 @@
1353
1355
  }
1354
1356
  },
1355
1357
  "node_modules/@babel/plugin-transform-optional-chaining": {
1356
- "version": "7.27.1",
1357
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
1358
- "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
1358
+ "version": "7.28.5",
1359
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
1360
+ "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
1359
1361
  "dev": true,
1360
1362
  "license": "MIT",
1361
1363
  "dependencies": {
@@ -1919,17 +1921,17 @@
1919
1921
  }
1920
1922
  },
1921
1923
  "node_modules/@babel/traverse": {
1922
- "version": "7.28.4",
1923
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
1924
- "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
1924
+ "version": "7.28.5",
1925
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
1926
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1925
1927
  "license": "MIT",
1926
1928
  "dependencies": {
1927
1929
  "@babel/code-frame": "^7.27.1",
1928
- "@babel/generator": "^7.28.3",
1930
+ "@babel/generator": "^7.28.5",
1929
1931
  "@babel/helper-globals": "^7.28.0",
1930
- "@babel/parser": "^7.28.4",
1932
+ "@babel/parser": "^7.28.5",
1931
1933
  "@babel/template": "^7.27.2",
1932
- "@babel/types": "^7.28.4",
1934
+ "@babel/types": "^7.28.5",
1933
1935
  "debug": "^4.3.1"
1934
1936
  },
1935
1937
  "engines": {
@@ -1937,13 +1939,13 @@
1937
1939
  }
1938
1940
  },
1939
1941
  "node_modules/@babel/types": {
1940
- "version": "7.28.4",
1941
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
1942
- "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
1942
+ "version": "7.28.5",
1943
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
1944
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
1943
1945
  "license": "MIT",
1944
1946
  "dependencies": {
1945
1947
  "@babel/helper-string-parser": "^7.27.1",
1946
- "@babel/helper-validator-identifier": "^7.27.1"
1948
+ "@babel/helper-validator-identifier": "^7.28.5"
1947
1949
  },
1948
1950
  "engines": {
1949
1951
  "node": ">=6.9.0"
@@ -2318,9 +2320,9 @@
2318
2320
  }
2319
2321
  },
2320
2322
  "node_modules/@eslint-community/regexpp": {
2321
- "version": "4.12.1",
2322
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
2323
- "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
2323
+ "version": "4.12.2",
2324
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
2325
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
2324
2326
  "license": "MIT",
2325
2327
  "peer": true,
2326
2328
  "engines": {
@@ -2328,13 +2330,13 @@
2328
2330
  }
2329
2331
  },
2330
2332
  "node_modules/@eslint/config-array": {
2331
- "version": "0.21.0",
2332
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
2333
- "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
2333
+ "version": "0.21.1",
2334
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
2335
+ "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
2334
2336
  "license": "Apache-2.0",
2335
2337
  "peer": true,
2336
2338
  "dependencies": {
2337
- "@eslint/object-schema": "^2.1.6",
2339
+ "@eslint/object-schema": "^2.1.7",
2338
2340
  "debug": "^4.3.1",
2339
2341
  "minimatch": "^3.1.2"
2340
2342
  },
@@ -2343,22 +2345,22 @@
2343
2345
  }
2344
2346
  },
2345
2347
  "node_modules/@eslint/config-helpers": {
2346
- "version": "0.4.0",
2347
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.0.tgz",
2348
- "integrity": "sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==",
2348
+ "version": "0.4.2",
2349
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
2350
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
2349
2351
  "license": "Apache-2.0",
2350
2352
  "peer": true,
2351
2353
  "dependencies": {
2352
- "@eslint/core": "^0.16.0"
2354
+ "@eslint/core": "^0.17.0"
2353
2355
  },
2354
2356
  "engines": {
2355
2357
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2356
2358
  }
2357
2359
  },
2358
2360
  "node_modules/@eslint/core": {
2359
- "version": "0.16.0",
2360
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
2361
- "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
2361
+ "version": "0.17.0",
2362
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
2363
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
2362
2364
  "license": "Apache-2.0",
2363
2365
  "peer": true,
2364
2366
  "dependencies": {
@@ -2413,9 +2415,9 @@
2413
2415
  }
2414
2416
  },
2415
2417
  "node_modules/@eslint/js": {
2416
- "version": "9.37.0",
2417
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz",
2418
- "integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
2418
+ "version": "9.39.1",
2419
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
2420
+ "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
2419
2421
  "license": "MIT",
2420
2422
  "peer": true,
2421
2423
  "engines": {
@@ -2426,9 +2428,9 @@
2426
2428
  }
2427
2429
  },
2428
2430
  "node_modules/@eslint/object-schema": {
2429
- "version": "2.1.6",
2430
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
2431
- "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
2431
+ "version": "2.1.7",
2432
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
2433
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
2432
2434
  "license": "Apache-2.0",
2433
2435
  "peer": true,
2434
2436
  "engines": {
@@ -2436,56 +2438,19 @@
2436
2438
  }
2437
2439
  },
2438
2440
  "node_modules/@eslint/plugin-kit": {
2439
- "version": "0.4.0",
2440
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
2441
- "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
2441
+ "version": "0.4.1",
2442
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
2443
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
2442
2444
  "license": "Apache-2.0",
2443
2445
  "peer": true,
2444
2446
  "dependencies": {
2445
- "@eslint/core": "^0.16.0",
2447
+ "@eslint/core": "^0.17.0",
2446
2448
  "levn": "^0.4.1"
2447
2449
  },
2448
2450
  "engines": {
2449
2451
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2450
2452
  }
2451
2453
  },
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
- },
2489
2454
  "node_modules/@humanfs/core": {
2490
2455
  "version": "0.19.1",
2491
2456
  "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@@ -2539,12 +2504,12 @@
2539
2504
  }
2540
2505
  },
2541
2506
  "node_modules/@inquirer/external-editor": {
2542
- "version": "1.0.2",
2543
- "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.2.tgz",
2544
- "integrity": "sha512-yy9cOoBnx58TlsPrIxauKIFQTiyH+0MK4e97y4sV9ERbI+zDxw7i2hxHLCIEGIE/8PPvDxGhgzIOTSOWcs6/MQ==",
2507
+ "version": "1.0.3",
2508
+ "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
2509
+ "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
2545
2510
  "license": "MIT",
2546
2511
  "dependencies": {
2547
- "chardet": "^2.1.0",
2512
+ "chardet": "^2.1.1",
2548
2513
  "iconv-lite": "^0.7.0"
2549
2514
  },
2550
2515
  "engines": {
@@ -3244,20 +3209,20 @@
3244
3209
  }
3245
3210
  },
3246
3211
  "node_modules/@jest/reporters/node_modules/@babel/core": {
3247
- "version": "7.28.4",
3248
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
3249
- "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
3212
+ "version": "7.28.5",
3213
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
3214
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
3250
3215
  "license": "MIT",
3251
3216
  "dependencies": {
3252
3217
  "@babel/code-frame": "^7.27.1",
3253
- "@babel/generator": "^7.28.3",
3218
+ "@babel/generator": "^7.28.5",
3254
3219
  "@babel/helper-compilation-targets": "^7.27.2",
3255
3220
  "@babel/helper-module-transforms": "^7.28.3",
3256
3221
  "@babel/helpers": "^7.28.4",
3257
- "@babel/parser": "^7.28.4",
3222
+ "@babel/parser": "^7.28.5",
3258
3223
  "@babel/template": "^7.27.2",
3259
- "@babel/traverse": "^7.28.4",
3260
- "@babel/types": "^7.28.4",
3224
+ "@babel/traverse": "^7.28.5",
3225
+ "@babel/types": "^7.28.5",
3261
3226
  "@jridgewell/remapping": "^2.3.5",
3262
3227
  "convert-source-map": "^2.0.0",
3263
3228
  "debug": "^4.1.0",
@@ -4088,12 +4053,12 @@
4088
4053
  "license": "MIT"
4089
4054
  },
4090
4055
  "node_modules/@types/node": {
4091
- "version": "24.7.2",
4092
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz",
4093
- "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==",
4056
+ "version": "24.10.0",
4057
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz",
4058
+ "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
4094
4059
  "license": "MIT",
4095
4060
  "dependencies": {
4096
- "undici-types": "~7.14.0"
4061
+ "undici-types": "~7.16.0"
4097
4062
  }
4098
4063
  },
4099
4064
  "node_modules/@types/normalize-package-data": {
@@ -4166,9 +4131,9 @@
4166
4131
  "license": "MIT"
4167
4132
  },
4168
4133
  "node_modules/@types/yargs": {
4169
- "version": "17.0.33",
4170
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
4171
- "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
4134
+ "version": "17.0.34",
4135
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz",
4136
+ "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==",
4172
4137
  "license": "MIT",
4173
4138
  "dependencies": {
4174
4139
  "@types/yargs-parser": "*"
@@ -4485,9 +4450,9 @@
4485
4450
  }
4486
4451
  },
4487
4452
  "node_modules/axios": {
4488
- "version": "1.12.2",
4489
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
4490
- "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
4453
+ "version": "1.13.2",
4454
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
4455
+ "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
4491
4456
  "license": "MIT",
4492
4457
  "dependencies": {
4493
4458
  "follow-redirects": "^1.15.6",
@@ -4722,9 +4687,9 @@
4722
4687
  "license": "MIT"
4723
4688
  },
4724
4689
  "node_modules/baseline-browser-mapping": {
4725
- "version": "2.8.16",
4726
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz",
4727
- "integrity": "sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==",
4690
+ "version": "2.8.25",
4691
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.25.tgz",
4692
+ "integrity": "sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==",
4728
4693
  "license": "Apache-2.0",
4729
4694
  "bin": {
4730
4695
  "baseline-browser-mapping": "dist/cli.js"
@@ -4776,9 +4741,9 @@
4776
4741
  }
4777
4742
  },
4778
4743
  "node_modules/browserslist": {
4779
- "version": "4.26.3",
4780
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.3.tgz",
4781
- "integrity": "sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==",
4744
+ "version": "4.27.0",
4745
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz",
4746
+ "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
4782
4747
  "funding": [
4783
4748
  {
4784
4749
  "type": "opencollective",
@@ -4795,11 +4760,11 @@
4795
4760
  ],
4796
4761
  "license": "MIT",
4797
4762
  "dependencies": {
4798
- "baseline-browser-mapping": "^2.8.9",
4799
- "caniuse-lite": "^1.0.30001746",
4800
- "electron-to-chromium": "^1.5.227",
4801
- "node-releases": "^2.0.21",
4802
- "update-browserslist-db": "^1.1.3"
4763
+ "baseline-browser-mapping": "^2.8.19",
4764
+ "caniuse-lite": "^1.0.30001751",
4765
+ "electron-to-chromium": "^1.5.238",
4766
+ "node-releases": "^2.0.26",
4767
+ "update-browserslist-db": "^1.1.4"
4803
4768
  },
4804
4769
  "bin": {
4805
4770
  "browserslist": "cli.js"
@@ -4913,9 +4878,9 @@
4913
4878
  }
4914
4879
  },
4915
4880
  "node_modules/caniuse-lite": {
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==",
4881
+ "version": "1.0.30001754",
4882
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
4883
+ "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
4919
4884
  "funding": [
4920
4885
  {
4921
4886
  "type": "opencollective",
@@ -4981,9 +4946,9 @@
4981
4946
  }
4982
4947
  },
4983
4948
  "node_modules/chardet": {
4984
- "version": "2.1.0",
4985
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.0.tgz",
4986
- "integrity": "sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==",
4949
+ "version": "2.1.1",
4950
+ "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
4951
+ "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
4987
4952
  "license": "MIT"
4988
4953
  },
4989
4954
  "node_modules/chokidar": {
@@ -5471,8 +5436,7 @@
5471
5436
  "version": "0.1.4",
5472
5437
  "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
5473
5438
  "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
5474
- "license": "MIT",
5475
- "peer": true
5439
+ "license": "MIT"
5476
5440
  },
5477
5441
  "node_modules/deepmerge": {
5478
5442
  "version": "4.3.1",
@@ -5606,9 +5570,9 @@
5606
5570
  "license": "MIT"
5607
5571
  },
5608
5572
  "node_modules/electron-to-chromium": {
5609
- "version": "1.5.237",
5610
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz",
5611
- "integrity": "sha512-icUt1NvfhGLar5lSWH3tHNzablaA5js3HVHacQimfP8ViEBOQv+L7DKEuHdbTZ0SKCO1ogTJTIL1Gwk9S6Qvcg==",
5573
+ "version": "1.5.249",
5574
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.249.tgz",
5575
+ "integrity": "sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==",
5612
5576
  "license": "ISC"
5613
5577
  },
5614
5578
  "node_modules/emittery": {
@@ -5808,12 +5772,16 @@
5808
5772
  }
5809
5773
  },
5810
5774
  "node_modules/escape-string-regexp": {
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==",
5775
+ "version": "4.0.0",
5776
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
5777
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
5814
5778
  "license": "MIT",
5779
+ "peer": true,
5815
5780
  "engines": {
5816
- "node": ">=0.8.0"
5781
+ "node": ">=10"
5782
+ },
5783
+ "funding": {
5784
+ "url": "https://github.com/sponsors/sindresorhus"
5817
5785
  }
5818
5786
  },
5819
5787
  "node_modules/escodegen": {
@@ -5838,25 +5806,24 @@
5838
5806
  }
5839
5807
  },
5840
5808
  "node_modules/eslint": {
5841
- "version": "9.37.0",
5842
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.37.0.tgz",
5843
- "integrity": "sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==",
5809
+ "version": "9.39.1",
5810
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
5811
+ "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
5844
5812
  "license": "MIT",
5845
5813
  "peer": true,
5846
5814
  "dependencies": {
5847
5815
  "@eslint-community/eslint-utils": "^4.8.0",
5848
5816
  "@eslint-community/regexpp": "^4.12.1",
5849
- "@eslint/config-array": "^0.21.0",
5850
- "@eslint/config-helpers": "^0.4.0",
5851
- "@eslint/core": "^0.16.0",
5817
+ "@eslint/config-array": "^0.21.1",
5818
+ "@eslint/config-helpers": "^0.4.2",
5819
+ "@eslint/core": "^0.17.0",
5852
5820
  "@eslint/eslintrc": "^3.3.1",
5853
- "@eslint/js": "9.37.0",
5854
- "@eslint/plugin-kit": "^0.4.0",
5821
+ "@eslint/js": "9.39.1",
5822
+ "@eslint/plugin-kit": "^0.4.1",
5855
5823
  "@humanfs/node": "^0.16.6",
5856
5824
  "@humanwhocodes/module-importer": "^1.0.1",
5857
5825
  "@humanwhocodes/retry": "^0.4.2",
5858
5826
  "@types/estree": "^1.0.6",
5859
- "@types/json-schema": "^7.0.15",
5860
5827
  "ajv": "^6.12.4",
5861
5828
  "chalk": "^4.0.0",
5862
5829
  "cross-spawn": "^7.0.6",
@@ -5928,19 +5895,6 @@
5928
5895
  "url": "https://opencollective.com/eslint"
5929
5896
  }
5930
5897
  },
5931
- "node_modules/eslint/node_modules/escape-string-regexp": {
5932
- "version": "4.0.0",
5933
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
5934
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
5935
- "license": "MIT",
5936
- "peer": true,
5937
- "engines": {
5938
- "node": ">=10"
5939
- },
5940
- "funding": {
5941
- "url": "https://github.com/sponsors/sindresorhus"
5942
- }
5943
- },
5944
5898
  "node_modules/eslint/node_modules/find-up": {
5945
5899
  "version": "5.0.0",
5946
5900
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -5971,20 +5925,6 @@
5971
5925
  "node": ">=10.13.0"
5972
5926
  }
5973
5927
  },
5974
- "node_modules/eslint/node_modules/levn": {
5975
- "version": "0.4.1",
5976
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
5977
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
5978
- "license": "MIT",
5979
- "peer": true,
5980
- "dependencies": {
5981
- "prelude-ls": "^1.2.1",
5982
- "type-check": "~0.4.0"
5983
- },
5984
- "engines": {
5985
- "node": ">= 0.8.0"
5986
- }
5987
- },
5988
5928
  "node_modules/eslint/node_modules/locate-path": {
5989
5929
  "version": "6.0.0",
5990
5930
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -6001,24 +5941,6 @@
6001
5941
  "url": "https://github.com/sponsors/sindresorhus"
6002
5942
  }
6003
5943
  },
6004
- "node_modules/eslint/node_modules/optionator": {
6005
- "version": "0.9.4",
6006
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
6007
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
6008
- "license": "MIT",
6009
- "peer": true,
6010
- "dependencies": {
6011
- "deep-is": "^0.1.3",
6012
- "fast-levenshtein": "^2.0.6",
6013
- "levn": "^0.4.1",
6014
- "prelude-ls": "^1.2.1",
6015
- "type-check": "^0.4.0",
6016
- "word-wrap": "^1.2.5"
6017
- },
6018
- "engines": {
6019
- "node": ">= 0.8.0"
6020
- }
6021
- },
6022
5944
  "node_modules/eslint/node_modules/p-locate": {
6023
5945
  "version": "5.0.0",
6024
5946
  "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
@@ -6035,29 +5957,6 @@
6035
5957
  "url": "https://github.com/sponsors/sindresorhus"
6036
5958
  }
6037
5959
  },
6038
- "node_modules/eslint/node_modules/prelude-ls": {
6039
- "version": "1.2.1",
6040
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
6041
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
6042
- "license": "MIT",
6043
- "peer": true,
6044
- "engines": {
6045
- "node": ">= 0.8.0"
6046
- }
6047
- },
6048
- "node_modules/eslint/node_modules/type-check": {
6049
- "version": "0.4.0",
6050
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
6051
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
6052
- "license": "MIT",
6053
- "peer": true,
6054
- "dependencies": {
6055
- "prelude-ls": "^1.2.1"
6056
- },
6057
- "engines": {
6058
- "node": ">= 0.8.0"
6059
- }
6060
- },
6061
5960
  "node_modules/espree": {
6062
5961
  "version": "10.4.0",
6063
5962
  "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
@@ -6303,8 +6202,7 @@
6303
6202
  "version": "2.0.6",
6304
6203
  "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
6305
6204
  "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
6306
- "license": "MIT",
6307
- "peer": true
6205
+ "license": "MIT"
6308
6206
  },
6309
6207
  "node_modules/fastq": {
6310
6208
  "version": "1.19.1",
@@ -6339,6 +6237,15 @@
6339
6237
  "url": "https://github.com/sponsors/sindresorhus"
6340
6238
  }
6341
6239
  },
6240
+ "node_modules/figures/node_modules/escape-string-regexp": {
6241
+ "version": "1.0.5",
6242
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
6243
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
6244
+ "license": "MIT",
6245
+ "engines": {
6246
+ "node": ">=0.8.0"
6247
+ }
6248
+ },
6342
6249
  "node_modules/file-entry-cache": {
6343
6250
  "version": "8.0.0",
6344
6251
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -6771,9 +6678,9 @@
6771
6678
  "license": "ISC"
6772
6679
  },
6773
6680
  "node_modules/graphql": {
6774
- "version": "16.11.0",
6775
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz",
6776
- "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==",
6681
+ "version": "16.12.0",
6682
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz",
6683
+ "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==",
6777
6684
  "license": "MIT",
6778
6685
  "engines": {
6779
6686
  "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
@@ -9402,6 +9309,29 @@
9402
9309
  "node": ">=6"
9403
9310
  }
9404
9311
  },
9312
+ "node_modules/jsonpath": {
9313
+ "version": "1.1.1",
9314
+ "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
9315
+ "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
9316
+ "license": "MIT",
9317
+ "dependencies": {
9318
+ "esprima": "1.2.2",
9319
+ "static-eval": "2.0.2",
9320
+ "underscore": "1.12.1"
9321
+ }
9322
+ },
9323
+ "node_modules/jsonpath/node_modules/esprima": {
9324
+ "version": "1.2.2",
9325
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
9326
+ "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
9327
+ "bin": {
9328
+ "esparse": "bin/esparse.js",
9329
+ "esvalidate": "bin/esvalidate.js"
9330
+ },
9331
+ "engines": {
9332
+ "node": ">=0.4.0"
9333
+ }
9334
+ },
9405
9335
  "node_modules/keyv": {
9406
9336
  "version": "4.5.4",
9407
9337
  "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
@@ -9449,6 +9379,20 @@
9449
9379
  "node": ">=6"
9450
9380
  }
9451
9381
  },
9382
+ "node_modules/levn": {
9383
+ "version": "0.4.1",
9384
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
9385
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
9386
+ "license": "MIT",
9387
+ "peer": true,
9388
+ "dependencies": {
9389
+ "prelude-ls": "^1.2.1",
9390
+ "type-check": "~0.4.0"
9391
+ },
9392
+ "engines": {
9393
+ "node": ">= 0.8.0"
9394
+ }
9395
+ },
9452
9396
  "node_modules/lines-and-columns": {
9453
9397
  "version": "1.2.4",
9454
9398
  "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
@@ -9933,9 +9877,9 @@
9933
9877
  "license": "MIT"
9934
9878
  },
9935
9879
  "node_modules/node-releases": {
9936
- "version": "2.0.25",
9937
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.25.tgz",
9938
- "integrity": "sha512-4auku8B/vw5psvTiiN9j1dAOsXvMoGqJuKJcR+dTdqiXEK20mMTk1UEo3HS16LeGQsVG6+qKTPM9u/qQ2LqATA==",
9880
+ "version": "2.0.27",
9881
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
9882
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
9939
9883
  "license": "MIT"
9940
9884
  },
9941
9885
  "node_modules/normalize-package-data": {
@@ -10090,6 +10034,24 @@
10090
10034
  "url": "https://github.com/sponsors/sindresorhus"
10091
10035
  }
10092
10036
  },
10037
+ "node_modules/optionator": {
10038
+ "version": "0.9.4",
10039
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
10040
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
10041
+ "license": "MIT",
10042
+ "peer": true,
10043
+ "dependencies": {
10044
+ "deep-is": "^0.1.3",
10045
+ "fast-levenshtein": "^2.0.6",
10046
+ "levn": "^0.4.1",
10047
+ "prelude-ls": "^1.2.1",
10048
+ "type-check": "^0.4.0",
10049
+ "word-wrap": "^1.2.5"
10050
+ },
10051
+ "engines": {
10052
+ "node": ">= 0.8.0"
10053
+ }
10054
+ },
10093
10055
  "node_modules/ora": {
10094
10056
  "version": "5.4.1",
10095
10057
  "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
@@ -10591,6 +10553,16 @@
10591
10553
  "node": ">= 0.4"
10592
10554
  }
10593
10555
  },
10556
+ "node_modules/prelude-ls": {
10557
+ "version": "1.2.1",
10558
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
10559
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
10560
+ "license": "MIT",
10561
+ "peer": true,
10562
+ "engines": {
10563
+ "node": ">= 0.8.0"
10564
+ }
10565
+ },
10594
10566
  "node_modules/pretty-format": {
10595
10567
  "version": "26.6.2",
10596
10568
  "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
@@ -10662,6 +10634,34 @@
10662
10634
  "node": ">= 6"
10663
10635
  }
10664
10636
  },
10637
+ "node_modules/properties-reader": {
10638
+ "version": "2.3.0",
10639
+ "resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-2.3.0.tgz",
10640
+ "integrity": "sha512-z597WicA7nDZxK12kZqHr2TcvwNU1GCfA5UwfDY/HDp3hXPoPlb5rlEx9bwGTiJnc0OqbBTkU975jDToth8Gxw==",
10641
+ "license": "MIT",
10642
+ "dependencies": {
10643
+ "mkdirp": "^1.0.4"
10644
+ },
10645
+ "engines": {
10646
+ "node": ">=14"
10647
+ },
10648
+ "funding": {
10649
+ "type": "github",
10650
+ "url": "https://github.com/steveukx/properties?sponsor=1"
10651
+ }
10652
+ },
10653
+ "node_modules/properties-reader/node_modules/mkdirp": {
10654
+ "version": "1.0.4",
10655
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
10656
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
10657
+ "license": "MIT",
10658
+ "bin": {
10659
+ "mkdirp": "bin/cmd.js"
10660
+ },
10661
+ "engines": {
10662
+ "node": ">=10"
10663
+ }
10664
+ },
10665
10665
  "node_modules/property-expr": {
10666
10666
  "version": "2.0.6",
10667
10667
  "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz",
@@ -11031,12 +11031,12 @@
11031
11031
  "license": "MIT"
11032
11032
  },
11033
11033
  "node_modules/resolve": {
11034
- "version": "1.22.10",
11035
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
11036
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
11034
+ "version": "1.22.11",
11035
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
11036
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
11037
11037
  "license": "MIT",
11038
11038
  "dependencies": {
11039
- "is-core-module": "^2.16.0",
11039
+ "is-core-module": "^2.16.1",
11040
11040
  "path-parse": "^1.0.7",
11041
11041
  "supports-preserve-symlinks-flag": "^1.0.0"
11042
11042
  },
@@ -11259,9 +11259,9 @@
11259
11259
  }
11260
11260
  },
11261
11261
  "node_modules/set-cookie-parser": {
11262
- "version": "2.7.1",
11263
- "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz",
11264
- "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==",
11262
+ "version": "2.7.2",
11263
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
11264
+ "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
11265
11265
  "license": "MIT"
11266
11266
  },
11267
11267
  "node_modules/set-function-length": {
@@ -11539,6 +11539,96 @@
11539
11539
  "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
11540
11540
  "license": "MIT"
11541
11541
  },
11542
+ "node_modules/static-eval": {
11543
+ "version": "2.0.2",
11544
+ "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
11545
+ "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
11546
+ "license": "MIT",
11547
+ "dependencies": {
11548
+ "escodegen": "^1.8.1"
11549
+ }
11550
+ },
11551
+ "node_modules/static-eval/node_modules/escodegen": {
11552
+ "version": "1.14.3",
11553
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
11554
+ "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
11555
+ "license": "BSD-2-Clause",
11556
+ "dependencies": {
11557
+ "esprima": "^4.0.1",
11558
+ "estraverse": "^4.2.0",
11559
+ "esutils": "^2.0.2",
11560
+ "optionator": "^0.8.1"
11561
+ },
11562
+ "bin": {
11563
+ "escodegen": "bin/escodegen.js",
11564
+ "esgenerate": "bin/esgenerate.js"
11565
+ },
11566
+ "engines": {
11567
+ "node": ">=4.0"
11568
+ },
11569
+ "optionalDependencies": {
11570
+ "source-map": "~0.6.1"
11571
+ }
11572
+ },
11573
+ "node_modules/static-eval/node_modules/estraverse": {
11574
+ "version": "4.3.0",
11575
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
11576
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
11577
+ "license": "BSD-2-Clause",
11578
+ "engines": {
11579
+ "node": ">=4.0"
11580
+ }
11581
+ },
11582
+ "node_modules/static-eval/node_modules/levn": {
11583
+ "version": "0.3.0",
11584
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
11585
+ "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
11586
+ "license": "MIT",
11587
+ "dependencies": {
11588
+ "prelude-ls": "~1.1.2",
11589
+ "type-check": "~0.3.2"
11590
+ },
11591
+ "engines": {
11592
+ "node": ">= 0.8.0"
11593
+ }
11594
+ },
11595
+ "node_modules/static-eval/node_modules/optionator": {
11596
+ "version": "0.8.3",
11597
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
11598
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
11599
+ "license": "MIT",
11600
+ "dependencies": {
11601
+ "deep-is": "~0.1.3",
11602
+ "fast-levenshtein": "~2.0.6",
11603
+ "levn": "~0.3.0",
11604
+ "prelude-ls": "~1.1.2",
11605
+ "type-check": "~0.3.2",
11606
+ "word-wrap": "~1.2.3"
11607
+ },
11608
+ "engines": {
11609
+ "node": ">= 0.8.0"
11610
+ }
11611
+ },
11612
+ "node_modules/static-eval/node_modules/prelude-ls": {
11613
+ "version": "1.1.2",
11614
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
11615
+ "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
11616
+ "engines": {
11617
+ "node": ">= 0.8.0"
11618
+ }
11619
+ },
11620
+ "node_modules/static-eval/node_modules/type-check": {
11621
+ "version": "0.3.2",
11622
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
11623
+ "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
11624
+ "license": "MIT",
11625
+ "dependencies": {
11626
+ "prelude-ls": "~1.1.2"
11627
+ },
11628
+ "engines": {
11629
+ "node": ">= 0.8.0"
11630
+ }
11631
+ },
11542
11632
  "node_modules/stop-iteration-iterator": {
11543
11633
  "version": "1.1.0",
11544
11634
  "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
@@ -11900,6 +11990,19 @@
11900
11990
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
11901
11991
  "license": "0BSD"
11902
11992
  },
11993
+ "node_modules/type-check": {
11994
+ "version": "0.4.0",
11995
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
11996
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
11997
+ "license": "MIT",
11998
+ "peer": true,
11999
+ "dependencies": {
12000
+ "prelude-ls": "^1.2.1"
12001
+ },
12002
+ "engines": {
12003
+ "node": ">= 0.8.0"
12004
+ }
12005
+ },
11903
12006
  "node_modules/type-detect": {
11904
12007
  "version": "4.0.8",
11905
12008
  "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
@@ -12033,10 +12136,16 @@
12033
12136
  "url": "https://github.com/sponsors/ljharb"
12034
12137
  }
12035
12138
  },
12139
+ "node_modules/underscore": {
12140
+ "version": "1.12.1",
12141
+ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
12142
+ "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
12143
+ "license": "MIT"
12144
+ },
12036
12145
  "node_modules/undici-types": {
12037
- "version": "7.14.0",
12038
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
12039
- "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
12146
+ "version": "7.16.0",
12147
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
12148
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
12040
12149
  "license": "MIT"
12041
12150
  },
12042
12151
  "node_modules/unicode-canonical-property-names-ecmascript": {
@@ -12111,9 +12220,9 @@
12111
12220
  }
12112
12221
  },
12113
12222
  "node_modules/update-browserslist-db": {
12114
- "version": "1.1.3",
12115
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
12116
- "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
12223
+ "version": "1.1.4",
12224
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
12225
+ "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
12117
12226
  "funding": [
12118
12227
  {
12119
12228
  "type": "opencollective",
@@ -12455,7 +12564,6 @@
12455
12564
  "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
12456
12565
  "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
12457
12566
  "license": "MIT",
12458
- "peer": true,
12459
12567
  "engines": {
12460
12568
  "node": ">=0.10.0"
12461
12569
  }