@automattic/vip 3.24.0 → 3.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +92 -0
- package/CLAUDE.md +3 -0
- package/dist/bin/vip-dev-env-exec.js +3 -2
- package/dist/bin/vip-dev-env-import-sql.js +1 -1
- package/dist/lib/dev-environment/dev-environment-cli.js +4 -2
- package/dist/lib/dev-environment/dev-environment-lando.js +5 -2
- package/npm-shrinkwrap.json +844 -1096
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.25.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@apollo/client": "4.1.
|
|
13
|
+
"@apollo/client": "4.1.6",
|
|
14
14
|
"@automattic/vip-search-replace": "^2.0.0",
|
|
15
15
|
"@json2csv/plainjs": "^7.0.3",
|
|
16
16
|
"@wwa/single-line-log": "^1.1.4",
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
"ejs": "^4.0.1",
|
|
25
25
|
"enquirer": "2.4.1",
|
|
26
26
|
"fetch-retry": "^6.0.0",
|
|
27
|
-
"graphql": "16.
|
|
27
|
+
"graphql": "16.13.0",
|
|
28
28
|
"graphql-tag": "2.12.6",
|
|
29
29
|
"https-proxy-agent": "^7.0.6",
|
|
30
30
|
"js-yaml": "^4.1.0",
|
|
31
31
|
"jwt-decode": "4.0.0",
|
|
32
|
-
"lando": "github:automattic/lando-cli#
|
|
32
|
+
"lando": "github:automattic/lando-cli#83ccd88dca26aaf244aeaa07ed74b8efc4d463b5",
|
|
33
33
|
"node-fetch": "^3.3.2",
|
|
34
34
|
"node-stream-zip": "1.15.0",
|
|
35
35
|
"open": "^11.0.0",
|
|
36
|
-
"proxy-from-env": "^
|
|
37
|
-
"semver": "7.7.
|
|
36
|
+
"proxy-from-env": "^2.0.0",
|
|
37
|
+
"semver": "7.7.4",
|
|
38
38
|
"shelljs": "^0.10.0",
|
|
39
39
|
"socket.io-client": "^4.5.3",
|
|
40
40
|
"socket.io-stream": "npm:@wwa/socket.io-stream@^0.10.0",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@automattic/eslint-plugin-wpvip": "^1.0.0",
|
|
112
112
|
"@babel/cli": "7.28.6",
|
|
113
|
-
"@babel/core": "7.
|
|
114
|
-
"@babel/preset-env": "7.
|
|
113
|
+
"@babel/core": "7.29.0",
|
|
114
|
+
"@babel/preset-env": "7.29.0",
|
|
115
115
|
"@babel/preset-typescript": "7.28.5",
|
|
116
116
|
"@jest/globals": "^30.0.0",
|
|
117
117
|
"@jest/test-sequencer": "^30.0.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@types/semver": "^7.5.5",
|
|
127
127
|
"@types/shelljs": "^0.10.0",
|
|
128
128
|
"@types/ssh2": "^1.15.4",
|
|
129
|
-
"@types/tar": "^
|
|
129
|
+
"@types/tar": "^7.0.87",
|
|
130
130
|
"@types/xml2js": "^0.4.14",
|
|
131
131
|
"dockerode": "^4.0.0",
|
|
132
132
|
"jest": "^30.0.0",
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"node_modules/@apollo/client": {
|
|
146
|
-
"version": "4.1.
|
|
147
|
-
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.
|
|
148
|
-
"integrity": "sha512-
|
|
146
|
+
"version": "4.1.6",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.6.tgz",
|
|
148
|
+
"integrity": "sha512-ak8uzqmKeX3u9BziGf83RRyODAJKFkPG72hTNvEj4WjMWFmuKW2gGN1i3OfajKT6yuGjvo+n23ES2zqWDKFCZg==",
|
|
149
149
|
"license": "MIT",
|
|
150
150
|
"workspaces": [
|
|
151
151
|
"dist",
|
|
@@ -185,29 +185,29 @@
|
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"node_modules/@automattic/eslint-plugin-wpvip": {
|
|
188
|
-
"version": "1.
|
|
189
|
-
"resolved": "https://registry.npmjs.org/@automattic/eslint-plugin-wpvip/-/eslint-plugin-wpvip-1.
|
|
190
|
-
"integrity": "sha512-
|
|
188
|
+
"version": "1.2.0",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/@automattic/eslint-plugin-wpvip/-/eslint-plugin-wpvip-1.2.0.tgz",
|
|
190
|
+
"integrity": "sha512-pW94RykjqZfU/W/HHjf/RIZcUZLxtoVAk48F6tgY+Wz5W4i/R3mYmquuSTeJ8fBPSxHrnxb00VWxyK0akyd+Fw==",
|
|
191
191
|
"dev": true,
|
|
192
192
|
"license": "GPL-2.0+",
|
|
193
193
|
"dependencies": {
|
|
194
|
-
"@babel/eslint-parser": "
|
|
195
|
-
"@typescript-eslint/parser": "
|
|
194
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
195
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
196
196
|
"eslint-config-prettier": "^10.1.8",
|
|
197
|
-
"eslint-import-resolver-typescript": "4.4.4",
|
|
198
|
-
"eslint-plugin-import": "2.32.0",
|
|
199
|
-
"eslint-plugin-jest": "29.2
|
|
200
|
-
"eslint-plugin-jsdoc": "
|
|
201
|
-
"eslint-plugin-json": "4.0.1",
|
|
202
|
-
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
203
|
-
"eslint-plugin-prettier": "5.5.
|
|
204
|
-
"eslint-plugin-promise": "7.2.1",
|
|
205
|
-
"eslint-plugin-react": "7.37.5",
|
|
206
|
-
"eslint-plugin-react-hooks": "7.0.1",
|
|
207
|
-
"eslint-plugin-security": "3.0.1",
|
|
208
|
-
"eslint-plugin-unused-imports": "4.3.0",
|
|
209
|
-
"find-package-json": "1.2.0",
|
|
210
|
-
"globals": "16.
|
|
197
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
198
|
+
"eslint-plugin-import": "^2.32.0",
|
|
199
|
+
"eslint-plugin-jest": "^29.12.2",
|
|
200
|
+
"eslint-plugin-jsdoc": "^62.5.4",
|
|
201
|
+
"eslint-plugin-json": "^4.0.1",
|
|
202
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
203
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
204
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
205
|
+
"eslint-plugin-react": "^7.37.5",
|
|
206
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
207
|
+
"eslint-plugin-security": "^3.0.1",
|
|
208
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
209
|
+
"find-package-json": "^1.2.0",
|
|
210
|
+
"globals": "^16.0.0 || ^17.0.0",
|
|
211
211
|
"typescript-eslint": "^8.48.1"
|
|
212
212
|
},
|
|
213
213
|
"peerDependencies": {
|
|
@@ -264,9 +264,9 @@
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"node_modules/@babel/code-frame": {
|
|
267
|
-
"version": "7.
|
|
268
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
269
|
-
"integrity": "sha512-
|
|
267
|
+
"version": "7.29.0",
|
|
268
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
269
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
270
270
|
"dev": true,
|
|
271
271
|
"license": "MIT",
|
|
272
272
|
"dependencies": {
|
|
@@ -279,9 +279,9 @@
|
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
"node_modules/@babel/compat-data": {
|
|
282
|
-
"version": "7.
|
|
283
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
284
|
-
"integrity": "sha512-
|
|
282
|
+
"version": "7.29.0",
|
|
283
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
|
|
284
|
+
"integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
|
|
285
285
|
"dev": true,
|
|
286
286
|
"license": "MIT",
|
|
287
287
|
"engines": {
|
|
@@ -289,21 +289,21 @@
|
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
"node_modules/@babel/core": {
|
|
292
|
-
"version": "7.
|
|
293
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
294
|
-
"integrity": "sha512-
|
|
292
|
+
"version": "7.29.0",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
|
|
294
|
+
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
|
|
295
295
|
"dev": true,
|
|
296
296
|
"license": "MIT",
|
|
297
297
|
"dependencies": {
|
|
298
|
-
"@babel/code-frame": "^7.
|
|
299
|
-
"@babel/generator": "^7.
|
|
298
|
+
"@babel/code-frame": "^7.29.0",
|
|
299
|
+
"@babel/generator": "^7.29.0",
|
|
300
300
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
301
301
|
"@babel/helper-module-transforms": "^7.28.6",
|
|
302
302
|
"@babel/helpers": "^7.28.6",
|
|
303
|
-
"@babel/parser": "^7.
|
|
303
|
+
"@babel/parser": "^7.29.0",
|
|
304
304
|
"@babel/template": "^7.28.6",
|
|
305
|
-
"@babel/traverse": "^7.
|
|
306
|
-
"@babel/types": "^7.
|
|
305
|
+
"@babel/traverse": "^7.29.0",
|
|
306
|
+
"@babel/types": "^7.29.0",
|
|
307
307
|
"@jridgewell/remapping": "^2.3.5",
|
|
308
308
|
"convert-source-map": "^2.0.0",
|
|
309
309
|
"debug": "^4.1.0",
|
|
@@ -330,9 +330,9 @@
|
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
332
|
"node_modules/@babel/eslint-parser": {
|
|
333
|
-
"version": "7.28.
|
|
334
|
-
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.
|
|
335
|
-
"integrity": "sha512-
|
|
333
|
+
"version": "7.28.6",
|
|
334
|
+
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.6.tgz",
|
|
335
|
+
"integrity": "sha512-QGmsKi2PBO/MHSQk+AAgA9R6OHQr+VqnniFE0eMWZcVcfBZoA2dKn2hUsl3Csg/Plt9opRUWdY7//VXsrIlEiA==",
|
|
336
336
|
"dev": true,
|
|
337
337
|
"license": "MIT",
|
|
338
338
|
"dependencies": {
|
|
@@ -359,14 +359,14 @@
|
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
"node_modules/@babel/generator": {
|
|
362
|
-
"version": "7.
|
|
363
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
364
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "7.29.1",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
|
|
364
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
365
365
|
"dev": true,
|
|
366
366
|
"license": "MIT",
|
|
367
367
|
"dependencies": {
|
|
368
|
-
"@babel/parser": "^7.
|
|
369
|
-
"@babel/types": "^7.
|
|
368
|
+
"@babel/parser": "^7.29.0",
|
|
369
|
+
"@babel/types": "^7.29.0",
|
|
370
370
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
371
371
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
372
372
|
"jsesc": "^3.0.2"
|
|
@@ -476,17 +476,17 @@
|
|
|
476
476
|
}
|
|
477
477
|
},
|
|
478
478
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
479
|
-
"version": "0.6.
|
|
480
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
481
|
-
"integrity": "sha512-
|
|
479
|
+
"version": "0.6.6",
|
|
480
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz",
|
|
481
|
+
"integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
|
|
482
482
|
"dev": true,
|
|
483
483
|
"license": "MIT",
|
|
484
484
|
"dependencies": {
|
|
485
|
-
"@babel/helper-compilation-targets": "^7.
|
|
486
|
-
"@babel/helper-plugin-utils": "^7.
|
|
487
|
-
"debug": "^4.4.
|
|
485
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
486
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
487
|
+
"debug": "^4.4.3",
|
|
488
488
|
"lodash.debounce": "^4.0.8",
|
|
489
|
-
"resolve": "^1.22.
|
|
489
|
+
"resolve": "^1.22.11"
|
|
490
490
|
},
|
|
491
491
|
"peerDependencies": {
|
|
492
492
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -681,13 +681,13 @@
|
|
|
681
681
|
}
|
|
682
682
|
},
|
|
683
683
|
"node_modules/@babel/parser": {
|
|
684
|
-
"version": "7.
|
|
685
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
686
|
-
"integrity": "sha512-
|
|
684
|
+
"version": "7.29.0",
|
|
685
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
686
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
687
687
|
"dev": true,
|
|
688
688
|
"license": "MIT",
|
|
689
689
|
"dependencies": {
|
|
690
|
-
"@babel/types": "^7.
|
|
690
|
+
"@babel/types": "^7.29.0"
|
|
691
691
|
},
|
|
692
692
|
"bin": {
|
|
693
693
|
"parser": "bin/babel-parser.js"
|
|
@@ -907,13 +907,13 @@
|
|
|
907
907
|
}
|
|
908
908
|
},
|
|
909
909
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
910
|
-
"version": "7.
|
|
911
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
912
|
-
"integrity": "sha512-
|
|
910
|
+
"version": "7.28.6",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz",
|
|
912
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
913
913
|
"dev": true,
|
|
914
914
|
"license": "MIT",
|
|
915
915
|
"dependencies": {
|
|
916
|
-
"@babel/helper-plugin-utils": "^7.
|
|
916
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
917
917
|
},
|
|
918
918
|
"engines": {
|
|
919
919
|
"node": ">=6.9.0"
|
|
@@ -1033,13 +1033,13 @@
|
|
|
1033
1033
|
}
|
|
1034
1034
|
},
|
|
1035
1035
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1036
|
-
"version": "7.
|
|
1037
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
1038
|
-
"integrity": "sha512
|
|
1036
|
+
"version": "7.28.6",
|
|
1037
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz",
|
|
1038
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
1039
1039
|
"dev": true,
|
|
1040
1040
|
"license": "MIT",
|
|
1041
1041
|
"dependencies": {
|
|
1042
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1042
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1043
1043
|
},
|
|
1044
1044
|
"engines": {
|
|
1045
1045
|
"node": ">=6.9.0"
|
|
@@ -1082,15 +1082,15 @@
|
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1085
|
-
"version": "7.
|
|
1086
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
1087
|
-
"integrity": "sha512-
|
|
1085
|
+
"version": "7.29.0",
|
|
1086
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz",
|
|
1087
|
+
"integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
|
|
1088
1088
|
"dev": true,
|
|
1089
1089
|
"license": "MIT",
|
|
1090
1090
|
"dependencies": {
|
|
1091
1091
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1092
1092
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
1093
|
-
"@babel/traverse": "^7.
|
|
1093
|
+
"@babel/traverse": "^7.29.0"
|
|
1094
1094
|
},
|
|
1095
1095
|
"engines": {
|
|
1096
1096
|
"node": ">=6.9.0"
|
|
@@ -1272,9 +1272,9 @@
|
|
|
1272
1272
|
}
|
|
1273
1273
|
},
|
|
1274
1274
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
1275
|
-
"version": "7.
|
|
1276
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.
|
|
1277
|
-
"integrity": "sha512-
|
|
1275
|
+
"version": "7.29.0",
|
|
1276
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz",
|
|
1277
|
+
"integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==",
|
|
1278
1278
|
"dev": true,
|
|
1279
1279
|
"license": "MIT",
|
|
1280
1280
|
"dependencies": {
|
|
@@ -1487,16 +1487,16 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
1489
1489
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1490
|
-
"version": "7.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
1492
|
-
"integrity": "sha512-
|
|
1490
|
+
"version": "7.29.0",
|
|
1491
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz",
|
|
1492
|
+
"integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
|
|
1493
1493
|
"dev": true,
|
|
1494
1494
|
"license": "MIT",
|
|
1495
1495
|
"dependencies": {
|
|
1496
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
1497
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1496
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
1497
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1498
1498
|
"@babel/helper-validator-identifier": "^7.28.5",
|
|
1499
|
-
"@babel/traverse": "^7.
|
|
1499
|
+
"@babel/traverse": "^7.29.0"
|
|
1500
1500
|
},
|
|
1501
1501
|
"engines": {
|
|
1502
1502
|
"node": ">=6.9.0"
|
|
@@ -1523,14 +1523,14 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
1526
|
-
"version": "7.
|
|
1527
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
|
1528
|
-
"integrity": "sha512-
|
|
1526
|
+
"version": "7.29.0",
|
|
1527
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz",
|
|
1528
|
+
"integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
|
|
1529
1529
|
"dev": true,
|
|
1530
1530
|
"license": "MIT",
|
|
1531
1531
|
"dependencies": {
|
|
1532
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1533
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1532
|
+
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
1533
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
1534
1534
|
},
|
|
1535
1535
|
"engines": {
|
|
1536
1536
|
"node": ">=6.9.0"
|
|
@@ -1725,9 +1725,9 @@
|
|
|
1725
1725
|
}
|
|
1726
1726
|
},
|
|
1727
1727
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1728
|
-
"version": "7.
|
|
1729
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
1730
|
-
"integrity": "sha512-
|
|
1728
|
+
"version": "7.29.0",
|
|
1729
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz",
|
|
1730
|
+
"integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
|
|
1731
1731
|
"dev": true,
|
|
1732
1732
|
"license": "MIT",
|
|
1733
1733
|
"dependencies": {
|
|
@@ -1855,17 +1855,17 @@
|
|
|
1855
1855
|
}
|
|
1856
1856
|
},
|
|
1857
1857
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1858
|
-
"version": "7.28.
|
|
1859
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.
|
|
1860
|
-
"integrity": "sha512-
|
|
1858
|
+
"version": "7.28.6",
|
|
1859
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz",
|
|
1860
|
+
"integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==",
|
|
1861
1861
|
"dev": true,
|
|
1862
1862
|
"license": "MIT",
|
|
1863
1863
|
"dependencies": {
|
|
1864
1864
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1865
|
-
"@babel/helper-create-class-features-plugin": "^7.28.
|
|
1866
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1865
|
+
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
1866
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1867
1867
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1868
|
-
"@babel/plugin-syntax-typescript": "^7.
|
|
1868
|
+
"@babel/plugin-syntax-typescript": "^7.28.6"
|
|
1869
1869
|
},
|
|
1870
1870
|
"engines": {
|
|
1871
1871
|
"node": ">=6.9.0"
|
|
@@ -1942,13 +1942,13 @@
|
|
|
1942
1942
|
}
|
|
1943
1943
|
},
|
|
1944
1944
|
"node_modules/@babel/preset-env": {
|
|
1945
|
-
"version": "7.
|
|
1946
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.
|
|
1947
|
-
"integrity": "sha512-
|
|
1945
|
+
"version": "7.29.0",
|
|
1946
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.0.tgz",
|
|
1947
|
+
"integrity": "sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==",
|
|
1948
1948
|
"dev": true,
|
|
1949
1949
|
"license": "MIT",
|
|
1950
1950
|
"dependencies": {
|
|
1951
|
-
"@babel/compat-data": "^7.
|
|
1951
|
+
"@babel/compat-data": "^7.29.0",
|
|
1952
1952
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
1953
1953
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1954
1954
|
"@babel/helper-validator-option": "^7.27.1",
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
"@babel/plugin-syntax-import-attributes": "^7.28.6",
|
|
1963
1963
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
1964
1964
|
"@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|
1965
|
-
"@babel/plugin-transform-async-generator-functions": "^7.
|
|
1965
|
+
"@babel/plugin-transform-async-generator-functions": "^7.29.0",
|
|
1966
1966
|
"@babel/plugin-transform-async-to-generator": "^7.28.6",
|
|
1967
1967
|
"@babel/plugin-transform-block-scoped-functions": "^7.27.1",
|
|
1968
1968
|
"@babel/plugin-transform-block-scoping": "^7.28.6",
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
"@babel/plugin-transform-destructuring": "^7.28.5",
|
|
1974
1974
|
"@babel/plugin-transform-dotall-regex": "^7.28.6",
|
|
1975
1975
|
"@babel/plugin-transform-duplicate-keys": "^7.27.1",
|
|
1976
|
-
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.
|
|
1976
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0",
|
|
1977
1977
|
"@babel/plugin-transform-dynamic-import": "^7.27.1",
|
|
1978
1978
|
"@babel/plugin-transform-explicit-resource-management": "^7.28.6",
|
|
1979
1979
|
"@babel/plugin-transform-exponentiation-operator": "^7.28.6",
|
|
@@ -1986,9 +1986,9 @@
|
|
|
1986
1986
|
"@babel/plugin-transform-member-expression-literals": "^7.27.1",
|
|
1987
1987
|
"@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
1988
1988
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
1989
|
-
"@babel/plugin-transform-modules-systemjs": "^7.
|
|
1989
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.0",
|
|
1990
1990
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
1991
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "^7.
|
|
1991
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
|
|
1992
1992
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
1993
1993
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
|
|
1994
1994
|
"@babel/plugin-transform-numeric-separator": "^7.28.6",
|
|
@@ -2000,7 +2000,7 @@
|
|
|
2000
2000
|
"@babel/plugin-transform-private-methods": "^7.28.6",
|
|
2001
2001
|
"@babel/plugin-transform-private-property-in-object": "^7.28.6",
|
|
2002
2002
|
"@babel/plugin-transform-property-literals": "^7.27.1",
|
|
2003
|
-
"@babel/plugin-transform-regenerator": "^7.
|
|
2003
|
+
"@babel/plugin-transform-regenerator": "^7.29.0",
|
|
2004
2004
|
"@babel/plugin-transform-regexp-modifiers": "^7.28.6",
|
|
2005
2005
|
"@babel/plugin-transform-reserved-words": "^7.27.1",
|
|
2006
2006
|
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
|
|
@@ -2013,10 +2013,10 @@
|
|
|
2013
2013
|
"@babel/plugin-transform-unicode-regex": "^7.27.1",
|
|
2014
2014
|
"@babel/plugin-transform-unicode-sets-regex": "^7.28.6",
|
|
2015
2015
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
2016
|
-
"babel-plugin-polyfill-corejs2": "^0.4.
|
|
2017
|
-
"babel-plugin-polyfill-corejs3": "^0.
|
|
2018
|
-
"babel-plugin-polyfill-regenerator": "^0.6.
|
|
2019
|
-
"core-js-compat": "^3.
|
|
2016
|
+
"babel-plugin-polyfill-corejs2": "^0.4.15",
|
|
2017
|
+
"babel-plugin-polyfill-corejs3": "^0.14.0",
|
|
2018
|
+
"babel-plugin-polyfill-regenerator": "^0.6.6",
|
|
2019
|
+
"core-js-compat": "^3.48.0",
|
|
2020
2020
|
"semver": "^6.3.1"
|
|
2021
2021
|
},
|
|
2022
2022
|
"engines": {
|
|
@@ -2087,18 +2087,18 @@
|
|
|
2087
2087
|
}
|
|
2088
2088
|
},
|
|
2089
2089
|
"node_modules/@babel/traverse": {
|
|
2090
|
-
"version": "7.
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
2092
|
-
"integrity": "sha512-
|
|
2090
|
+
"version": "7.29.0",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
|
|
2092
|
+
"integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
|
|
2093
2093
|
"dev": true,
|
|
2094
2094
|
"license": "MIT",
|
|
2095
2095
|
"dependencies": {
|
|
2096
|
-
"@babel/code-frame": "^7.
|
|
2097
|
-
"@babel/generator": "^7.
|
|
2096
|
+
"@babel/code-frame": "^7.29.0",
|
|
2097
|
+
"@babel/generator": "^7.29.0",
|
|
2098
2098
|
"@babel/helper-globals": "^7.28.0",
|
|
2099
|
-
"@babel/parser": "^7.
|
|
2099
|
+
"@babel/parser": "^7.29.0",
|
|
2100
2100
|
"@babel/template": "^7.28.6",
|
|
2101
|
-
"@babel/types": "^7.
|
|
2101
|
+
"@babel/types": "^7.29.0",
|
|
2102
2102
|
"debug": "^4.3.1"
|
|
2103
2103
|
},
|
|
2104
2104
|
"engines": {
|
|
@@ -2106,9 +2106,9 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
2108
2108
|
"node_modules/@babel/types": {
|
|
2109
|
-
"version": "7.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
2111
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "7.29.0",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
2111
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
2112
2112
|
"dev": true,
|
|
2113
2113
|
"license": "MIT",
|
|
2114
2114
|
"dependencies": {
|
|
@@ -2154,9 +2154,9 @@
|
|
|
2154
2154
|
}
|
|
2155
2155
|
},
|
|
2156
2156
|
"node_modules/@emnapi/core": {
|
|
2157
|
-
"version": "1.
|
|
2158
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.
|
|
2159
|
-
"integrity": "sha512-
|
|
2157
|
+
"version": "1.8.1",
|
|
2158
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
|
|
2159
|
+
"integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
|
|
2160
2160
|
"dev": true,
|
|
2161
2161
|
"license": "MIT",
|
|
2162
2162
|
"optional": true,
|
|
@@ -2166,9 +2166,9 @@
|
|
|
2166
2166
|
}
|
|
2167
2167
|
},
|
|
2168
2168
|
"node_modules/@emnapi/runtime": {
|
|
2169
|
-
"version": "1.
|
|
2170
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
2171
|
-
"integrity": "sha512-
|
|
2169
|
+
"version": "1.8.1",
|
|
2170
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
|
|
2171
|
+
"integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
|
|
2172
2172
|
"dev": true,
|
|
2173
2173
|
"license": "MIT",
|
|
2174
2174
|
"optional": true,
|
|
@@ -2188,20 +2188,20 @@
|
|
|
2188
2188
|
}
|
|
2189
2189
|
},
|
|
2190
2190
|
"node_modules/@es-joy/jsdoccomment": {
|
|
2191
|
-
"version": "0.
|
|
2192
|
-
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
|
2193
|
-
"integrity": "sha512-
|
|
2191
|
+
"version": "0.84.0",
|
|
2192
|
+
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.84.0.tgz",
|
|
2193
|
+
"integrity": "sha512-0xew1CxOam0gV5OMjh2KjFQZsKL2bByX1+q4j3E73MpYIdyUxcZb/xQct9ccUb+ve5KGUYbCUxyPnYB7RbuP+w==",
|
|
2194
2194
|
"dev": true,
|
|
2195
2195
|
"license": "MIT",
|
|
2196
2196
|
"dependencies": {
|
|
2197
2197
|
"@types/estree": "^1.0.8",
|
|
2198
|
-
"@typescript-eslint/types": "^8.
|
|
2199
|
-
"comment-parser": "1.4.
|
|
2200
|
-
"esquery": "^1.
|
|
2201
|
-
"jsdoc-type-pratt-parser": "~
|
|
2198
|
+
"@typescript-eslint/types": "^8.54.0",
|
|
2199
|
+
"comment-parser": "1.4.5",
|
|
2200
|
+
"esquery": "^1.7.0",
|
|
2201
|
+
"jsdoc-type-pratt-parser": "~7.1.1"
|
|
2202
2202
|
},
|
|
2203
2203
|
"engines": {
|
|
2204
|
-
"node": "
|
|
2204
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2205
2205
|
}
|
|
2206
2206
|
},
|
|
2207
2207
|
"node_modules/@es-joy/resolve.exports": {
|
|
@@ -2215,9 +2215,9 @@
|
|
|
2215
2215
|
}
|
|
2216
2216
|
},
|
|
2217
2217
|
"node_modules/@eslint-community/eslint-utils": {
|
|
2218
|
-
"version": "4.9.
|
|
2219
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.
|
|
2220
|
-
"integrity": "sha512-
|
|
2218
|
+
"version": "4.9.1",
|
|
2219
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
2220
|
+
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
2221
2221
|
"dev": true,
|
|
2222
2222
|
"license": "MIT",
|
|
2223
2223
|
"dependencies": {
|
|
@@ -2272,6 +2272,14 @@
|
|
|
2272
2272
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2273
2273
|
}
|
|
2274
2274
|
},
|
|
2275
|
+
"node_modules/@eslint/config-array/node_modules/balanced-match": {
|
|
2276
|
+
"version": "1.0.2",
|
|
2277
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2278
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2279
|
+
"dev": true,
|
|
2280
|
+
"license": "MIT",
|
|
2281
|
+
"peer": true
|
|
2282
|
+
},
|
|
2275
2283
|
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
|
2276
2284
|
"version": "1.1.12",
|
|
2277
2285
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -2285,9 +2293,9 @@
|
|
|
2285
2293
|
}
|
|
2286
2294
|
},
|
|
2287
2295
|
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
2288
|
-
"version": "3.1.
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
2290
|
-
"integrity": "sha512-
|
|
2296
|
+
"version": "3.1.5",
|
|
2297
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
2298
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
2291
2299
|
"dev": true,
|
|
2292
2300
|
"license": "ISC",
|
|
2293
2301
|
"peer": true,
|
|
@@ -2327,21 +2335,21 @@
|
|
|
2327
2335
|
}
|
|
2328
2336
|
},
|
|
2329
2337
|
"node_modules/@eslint/eslintrc": {
|
|
2330
|
-
"version": "3.3.
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.
|
|
2332
|
-
"integrity": "sha512-
|
|
2338
|
+
"version": "3.3.4",
|
|
2339
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.4.tgz",
|
|
2340
|
+
"integrity": "sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==",
|
|
2333
2341
|
"dev": true,
|
|
2334
2342
|
"license": "MIT",
|
|
2335
2343
|
"peer": true,
|
|
2336
2344
|
"dependencies": {
|
|
2337
|
-
"ajv": "^6.
|
|
2345
|
+
"ajv": "^6.14.0",
|
|
2338
2346
|
"debug": "^4.3.2",
|
|
2339
2347
|
"espree": "^10.0.1",
|
|
2340
2348
|
"globals": "^14.0.0",
|
|
2341
2349
|
"ignore": "^5.2.0",
|
|
2342
2350
|
"import-fresh": "^3.2.1",
|
|
2343
2351
|
"js-yaml": "^4.1.1",
|
|
2344
|
-
"minimatch": "^3.1.
|
|
2352
|
+
"minimatch": "^3.1.3",
|
|
2345
2353
|
"strip-json-comments": "^3.1.1"
|
|
2346
2354
|
},
|
|
2347
2355
|
"engines": {
|
|
@@ -2351,6 +2359,14 @@
|
|
|
2351
2359
|
"url": "https://opencollective.com/eslint"
|
|
2352
2360
|
}
|
|
2353
2361
|
},
|
|
2362
|
+
"node_modules/@eslint/eslintrc/node_modules/balanced-match": {
|
|
2363
|
+
"version": "1.0.2",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2365
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2366
|
+
"dev": true,
|
|
2367
|
+
"license": "MIT",
|
|
2368
|
+
"peer": true
|
|
2369
|
+
},
|
|
2354
2370
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
2355
2371
|
"version": "1.1.12",
|
|
2356
2372
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -2378,9 +2394,9 @@
|
|
|
2378
2394
|
}
|
|
2379
2395
|
},
|
|
2380
2396
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
2381
|
-
"version": "3.1.
|
|
2382
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
2383
|
-
"integrity": "sha512-
|
|
2397
|
+
"version": "3.1.5",
|
|
2398
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
2399
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
2384
2400
|
"dev": true,
|
|
2385
2401
|
"license": "ISC",
|
|
2386
2402
|
"peer": true,
|
|
@@ -2392,9 +2408,9 @@
|
|
|
2392
2408
|
}
|
|
2393
2409
|
},
|
|
2394
2410
|
"node_modules/@eslint/js": {
|
|
2395
|
-
"version": "9.39.
|
|
2396
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.
|
|
2397
|
-
"integrity": "sha512-
|
|
2411
|
+
"version": "9.39.3",
|
|
2412
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz",
|
|
2413
|
+
"integrity": "sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==",
|
|
2398
2414
|
"dev": true,
|
|
2399
2415
|
"license": "MIT",
|
|
2400
2416
|
"peer": true,
|
|
@@ -2545,25 +2561,6 @@
|
|
|
2545
2561
|
"url": "https://github.com/sponsors/nzakas"
|
|
2546
2562
|
}
|
|
2547
2563
|
},
|
|
2548
|
-
"node_modules/@isaacs/balanced-match": {
|
|
2549
|
-
"version": "4.0.1",
|
|
2550
|
-
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
2551
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
2552
|
-
"engines": {
|
|
2553
|
-
"node": "20 || >=22"
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
2557
|
-
"version": "5.0.0",
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
|
|
2559
|
-
"integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
|
|
2560
|
-
"dependencies": {
|
|
2561
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
2562
|
-
},
|
|
2563
|
-
"engines": {
|
|
2564
|
-
"node": "20 || >=22"
|
|
2565
|
-
}
|
|
2566
|
-
},
|
|
2567
2564
|
"node_modules/@isaacs/cliui": {
|
|
2568
2565
|
"version": "8.0.2",
|
|
2569
2566
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -2627,13 +2624,13 @@
|
|
|
2627
2624
|
}
|
|
2628
2625
|
},
|
|
2629
2626
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
2630
|
-
"version": "7.
|
|
2631
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
2632
|
-
"integrity": "sha512-
|
|
2627
|
+
"version": "7.2.0",
|
|
2628
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
2629
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
2633
2630
|
"dev": true,
|
|
2634
2631
|
"license": "MIT",
|
|
2635
2632
|
"dependencies": {
|
|
2636
|
-
"ansi-regex": "^6.
|
|
2633
|
+
"ansi-regex": "^6.2.2"
|
|
2637
2634
|
},
|
|
2638
2635
|
"engines": {
|
|
2639
2636
|
"node": ">=12"
|
|
@@ -2672,15 +2669,6 @@
|
|
|
2672
2669
|
"node": ">=18.0.0"
|
|
2673
2670
|
}
|
|
2674
2671
|
},
|
|
2675
|
-
"node_modules/@isaacs/fs-minipass/node_modules/minipass": {
|
|
2676
|
-
"version": "7.1.2",
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
2678
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
2679
|
-
"license": "ISC",
|
|
2680
|
-
"engines": {
|
|
2681
|
-
"node": ">=16 || 14 >=14.17"
|
|
2682
|
-
}
|
|
2683
|
-
},
|
|
2684
2672
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
2685
2673
|
"version": "1.1.0",
|
|
2686
2674
|
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
|
|
@@ -3170,6 +3158,23 @@
|
|
|
3170
3158
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3171
3159
|
}
|
|
3172
3160
|
},
|
|
3161
|
+
"node_modules/@jest/reporters/node_modules/balanced-match": {
|
|
3162
|
+
"version": "1.0.2",
|
|
3163
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3164
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3165
|
+
"dev": true,
|
|
3166
|
+
"license": "MIT"
|
|
3167
|
+
},
|
|
3168
|
+
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
3169
|
+
"version": "2.0.2",
|
|
3170
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
3171
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
3172
|
+
"dev": true,
|
|
3173
|
+
"license": "MIT",
|
|
3174
|
+
"dependencies": {
|
|
3175
|
+
"balanced-match": "^1.0.0"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3173
3178
|
"node_modules/@jest/reporters/node_modules/chalk": {
|
|
3174
3179
|
"version": "4.1.2",
|
|
3175
3180
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -3211,6 +3216,7 @@
|
|
|
3211
3216
|
"version": "10.5.0",
|
|
3212
3217
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
3213
3218
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
3219
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
3214
3220
|
"dev": true,
|
|
3215
3221
|
"license": "ISC",
|
|
3216
3222
|
"dependencies": {
|
|
@@ -3228,14 +3234,20 @@
|
|
|
3228
3234
|
"url": "https://github.com/sponsors/isaacs"
|
|
3229
3235
|
}
|
|
3230
3236
|
},
|
|
3231
|
-
"node_modules/@jest/reporters/node_modules/
|
|
3232
|
-
"version": "
|
|
3233
|
-
"resolved": "https://registry.npmjs.org/
|
|
3234
|
-
"integrity": "sha512-
|
|
3237
|
+
"node_modules/@jest/reporters/node_modules/minimatch": {
|
|
3238
|
+
"version": "9.0.9",
|
|
3239
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
3240
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
3235
3241
|
"dev": true,
|
|
3236
3242
|
"license": "ISC",
|
|
3243
|
+
"dependencies": {
|
|
3244
|
+
"brace-expansion": "^2.0.2"
|
|
3245
|
+
},
|
|
3237
3246
|
"engines": {
|
|
3238
3247
|
"node": ">=16 || 14 >=14.17"
|
|
3248
|
+
},
|
|
3249
|
+
"funding": {
|
|
3250
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3239
3251
|
}
|
|
3240
3252
|
},
|
|
3241
3253
|
"node_modules/@jest/reporters/node_modules/slash": {
|
|
@@ -3743,9 +3755,9 @@
|
|
|
3743
3755
|
"license": "ISC"
|
|
3744
3756
|
},
|
|
3745
3757
|
"node_modules/@pnpm/npm-conf": {
|
|
3746
|
-
"version": "
|
|
3747
|
-
"resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-
|
|
3748
|
-
"integrity": "sha512-
|
|
3758
|
+
"version": "3.0.2",
|
|
3759
|
+
"resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz",
|
|
3760
|
+
"integrity": "sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==",
|
|
3749
3761
|
"license": "MIT",
|
|
3750
3762
|
"dependencies": {
|
|
3751
3763
|
"@pnpm/config.env-replace": "^1.1.0",
|
|
@@ -3840,9 +3852,9 @@
|
|
|
3840
3852
|
"license": "MIT"
|
|
3841
3853
|
},
|
|
3842
3854
|
"node_modules/@sinclair/typebox": {
|
|
3843
|
-
"version": "0.34.
|
|
3844
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
3845
|
-
"integrity": "sha512-
|
|
3855
|
+
"version": "0.34.48",
|
|
3856
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.48.tgz",
|
|
3857
|
+
"integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
|
|
3846
3858
|
"dev": true,
|
|
3847
3859
|
"license": "MIT"
|
|
3848
3860
|
},
|
|
@@ -4079,9 +4091,9 @@
|
|
|
4079
4091
|
"license": "MIT"
|
|
4080
4092
|
},
|
|
4081
4093
|
"node_modules/@types/node": {
|
|
4082
|
-
"version": "24.10.
|
|
4083
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.
|
|
4084
|
-
"integrity": "sha512-
|
|
4094
|
+
"version": "24.10.15",
|
|
4095
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.15.tgz",
|
|
4096
|
+
"integrity": "sha512-BgjLoRuSr0MTI5wA6gMw9Xy0sFudAaUuvrnjgGx9wZ522fYYLA5SYJ+1Y30vTcJEG+DRCyDHx/gzQVfofYzSdg==",
|
|
4085
4097
|
"license": "MIT",
|
|
4086
4098
|
"dependencies": {
|
|
4087
4099
|
"undici-types": "~7.16.0"
|
|
@@ -4150,14 +4162,14 @@
|
|
|
4150
4162
|
"license": "MIT"
|
|
4151
4163
|
},
|
|
4152
4164
|
"node_modules/@types/tar": {
|
|
4153
|
-
"version": "
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/@types/tar/-/tar-
|
|
4155
|
-
"integrity": "sha512-
|
|
4165
|
+
"version": "7.0.87",
|
|
4166
|
+
"resolved": "https://registry.npmjs.org/@types/tar/-/tar-7.0.87.tgz",
|
|
4167
|
+
"integrity": "sha512-3IxNBV8LeY5oi2ZFpvAhOtW1+mHswkzM7BuisVrwJgPv67GBO2rkLPQlEKtzfHuLdhDDczhkCZeT+RuizMay4A==",
|
|
4168
|
+
"deprecated": "This is a stub types definition. tar provides its own type definitions, so you do not need this installed.",
|
|
4156
4169
|
"dev": true,
|
|
4157
4170
|
"license": "MIT",
|
|
4158
4171
|
"dependencies": {
|
|
4159
|
-
"
|
|
4160
|
-
"minipass": "^4.0.0"
|
|
4172
|
+
"tar": "*"
|
|
4161
4173
|
}
|
|
4162
4174
|
},
|
|
4163
4175
|
"node_modules/@types/triple-beam": {
|
|
@@ -4193,18 +4205,21 @@
|
|
|
4193
4205
|
"dev": true,
|
|
4194
4206
|
"license": "MIT"
|
|
4195
4207
|
},
|
|
4196
|
-
"node_modules/@typescript-eslint/
|
|
4197
|
-
"version": "8.
|
|
4198
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
4199
|
-
"integrity": "sha512-
|
|
4208
|
+
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
4209
|
+
"version": "8.56.1",
|
|
4210
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz",
|
|
4211
|
+
"integrity": "sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==",
|
|
4200
4212
|
"dev": true,
|
|
4201
4213
|
"license": "MIT",
|
|
4202
4214
|
"dependencies": {
|
|
4203
|
-
"@
|
|
4204
|
-
"@typescript-eslint/
|
|
4205
|
-
"@typescript-eslint/
|
|
4206
|
-
"@typescript-eslint/
|
|
4207
|
-
"
|
|
4215
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
4216
|
+
"@typescript-eslint/scope-manager": "8.56.1",
|
|
4217
|
+
"@typescript-eslint/type-utils": "8.56.1",
|
|
4218
|
+
"@typescript-eslint/utils": "8.56.1",
|
|
4219
|
+
"@typescript-eslint/visitor-keys": "8.56.1",
|
|
4220
|
+
"ignore": "^7.0.5",
|
|
4221
|
+
"natural-compare": "^1.4.0",
|
|
4222
|
+
"ts-api-utils": "^2.4.0"
|
|
4208
4223
|
},
|
|
4209
4224
|
"engines": {
|
|
4210
4225
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4214,56 +4229,34 @@
|
|
|
4214
4229
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4215
4230
|
},
|
|
4216
4231
|
"peerDependencies": {
|
|
4217
|
-
"eslint": "^8.
|
|
4232
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
4233
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
4218
4234
|
"typescript": ">=4.8.4 <6.0.0"
|
|
4219
4235
|
}
|
|
4220
4236
|
},
|
|
4221
|
-
"node_modules/@typescript-eslint/
|
|
4222
|
-
"version": "
|
|
4223
|
-
"resolved": "https://registry.npmjs.org
|
|
4224
|
-
"integrity": "sha512-
|
|
4237
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
4238
|
+
"version": "7.0.5",
|
|
4239
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
4240
|
+
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
4225
4241
|
"dev": true,
|
|
4226
4242
|
"license": "MIT",
|
|
4227
|
-
"dependencies": {
|
|
4228
|
-
"@typescript-eslint/tsconfig-utils": "^8.48.1",
|
|
4229
|
-
"@typescript-eslint/types": "^8.48.1",
|
|
4230
|
-
"debug": "^4.3.4"
|
|
4231
|
-
},
|
|
4232
4243
|
"engines": {
|
|
4233
|
-
"node": "
|
|
4234
|
-
},
|
|
4235
|
-
"funding": {
|
|
4236
|
-
"type": "opencollective",
|
|
4237
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4238
|
-
},
|
|
4239
|
-
"peerDependencies": {
|
|
4240
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
4244
|
+
"node": ">= 4"
|
|
4241
4245
|
}
|
|
4242
4246
|
},
|
|
4243
|
-
"node_modules/@typescript-eslint/
|
|
4244
|
-
"version": "8.
|
|
4245
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
4246
|
-
"integrity": "sha512-
|
|
4247
|
+
"node_modules/@typescript-eslint/parser": {
|
|
4248
|
+
"version": "8.56.1",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.1.tgz",
|
|
4250
|
+
"integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
|
|
4247
4251
|
"dev": true,
|
|
4248
4252
|
"license": "MIT",
|
|
4249
4253
|
"dependencies": {
|
|
4250
|
-
"@typescript-eslint/
|
|
4251
|
-
"@typescript-eslint/
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
"
|
|
4254
|
+
"@typescript-eslint/scope-manager": "8.56.1",
|
|
4255
|
+
"@typescript-eslint/types": "8.56.1",
|
|
4256
|
+
"@typescript-eslint/typescript-estree": "8.56.1",
|
|
4257
|
+
"@typescript-eslint/visitor-keys": "8.56.1",
|
|
4258
|
+
"debug": "^4.4.3"
|
|
4255
4259
|
},
|
|
4256
|
-
"funding": {
|
|
4257
|
-
"type": "opencollective",
|
|
4258
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4259
|
-
}
|
|
4260
|
-
},
|
|
4261
|
-
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
4262
|
-
"version": "8.48.1",
|
|
4263
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.1.tgz",
|
|
4264
|
-
"integrity": "sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==",
|
|
4265
|
-
"dev": true,
|
|
4266
|
-
"license": "MIT",
|
|
4267
4260
|
"engines": {
|
|
4268
4261
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4269
4262
|
},
|
|
@@ -4272,21 +4265,20 @@
|
|
|
4272
4265
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4273
4266
|
},
|
|
4274
4267
|
"peerDependencies": {
|
|
4268
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
4275
4269
|
"typescript": ">=4.8.4 <6.0.0"
|
|
4276
4270
|
}
|
|
4277
4271
|
},
|
|
4278
|
-
"node_modules/@typescript-eslint/
|
|
4279
|
-
"version": "8.
|
|
4280
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
4281
|
-
"integrity": "sha512-
|
|
4272
|
+
"node_modules/@typescript-eslint/project-service": {
|
|
4273
|
+
"version": "8.56.1",
|
|
4274
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.1.tgz",
|
|
4275
|
+
"integrity": "sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==",
|
|
4282
4276
|
"dev": true,
|
|
4283
4277
|
"license": "MIT",
|
|
4284
4278
|
"dependencies": {
|
|
4285
|
-
"@typescript-eslint/
|
|
4286
|
-
"@typescript-eslint/
|
|
4287
|
-
"
|
|
4288
|
-
"debug": "^4.3.4",
|
|
4289
|
-
"ts-api-utils": "^2.1.0"
|
|
4279
|
+
"@typescript-eslint/tsconfig-utils": "^8.56.1",
|
|
4280
|
+
"@typescript-eslint/types": "^8.56.1",
|
|
4281
|
+
"debug": "^4.4.3"
|
|
4290
4282
|
},
|
|
4291
4283
|
"engines": {
|
|
4292
4284
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4296,20 +4288,18 @@
|
|
|
4296
4288
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4297
4289
|
},
|
|
4298
4290
|
"peerDependencies": {
|
|
4299
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
4300
4291
|
"typescript": ">=4.8.4 <6.0.0"
|
|
4301
4292
|
}
|
|
4302
4293
|
},
|
|
4303
|
-
"node_modules/@typescript-eslint/
|
|
4304
|
-
"version": "8.
|
|
4305
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
4306
|
-
"integrity": "sha512-
|
|
4294
|
+
"node_modules/@typescript-eslint/scope-manager": {
|
|
4295
|
+
"version": "8.56.1",
|
|
4296
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz",
|
|
4297
|
+
"integrity": "sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==",
|
|
4307
4298
|
"dev": true,
|
|
4308
4299
|
"license": "MIT",
|
|
4309
4300
|
"dependencies": {
|
|
4310
|
-
"@typescript-eslint/
|
|
4311
|
-
"@typescript-eslint/
|
|
4312
|
-
"debug": "^4.3.4"
|
|
4301
|
+
"@typescript-eslint/types": "8.56.1",
|
|
4302
|
+
"@typescript-eslint/visitor-keys": "8.56.1"
|
|
4313
4303
|
},
|
|
4314
4304
|
"engines": {
|
|
4315
4305
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4317,15 +4307,12 @@
|
|
|
4317
4307
|
"funding": {
|
|
4318
4308
|
"type": "opencollective",
|
|
4319
4309
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4320
|
-
},
|
|
4321
|
-
"peerDependencies": {
|
|
4322
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
4323
4310
|
}
|
|
4324
4311
|
},
|
|
4325
|
-
"node_modules/@typescript-eslint/
|
|
4326
|
-
"version": "8.
|
|
4327
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
4328
|
-
"integrity": "sha512-
|
|
4312
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
4313
|
+
"version": "8.56.1",
|
|
4314
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz",
|
|
4315
|
+
"integrity": "sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==",
|
|
4329
4316
|
"dev": true,
|
|
4330
4317
|
"license": "MIT",
|
|
4331
4318
|
"engines": {
|
|
@@ -4339,36 +4326,18 @@
|
|
|
4339
4326
|
"typescript": ">=4.8.4 <6.0.0"
|
|
4340
4327
|
}
|
|
4341
4328
|
},
|
|
4342
|
-
"node_modules/@typescript-eslint/type-utils
|
|
4343
|
-
"version": "8.
|
|
4344
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
4345
|
-
"integrity": "sha512-
|
|
4346
|
-
"dev": true,
|
|
4347
|
-
"license": "MIT",
|
|
4348
|
-
"engines": {
|
|
4349
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4350
|
-
},
|
|
4351
|
-
"funding": {
|
|
4352
|
-
"type": "opencollective",
|
|
4353
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4354
|
-
}
|
|
4355
|
-
},
|
|
4356
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
4357
|
-
"version": "8.50.0",
|
|
4358
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz",
|
|
4359
|
-
"integrity": "sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==",
|
|
4329
|
+
"node_modules/@typescript-eslint/type-utils": {
|
|
4330
|
+
"version": "8.56.1",
|
|
4331
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz",
|
|
4332
|
+
"integrity": "sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==",
|
|
4360
4333
|
"dev": true,
|
|
4361
4334
|
"license": "MIT",
|
|
4362
4335
|
"dependencies": {
|
|
4363
|
-
"@typescript-eslint/
|
|
4364
|
-
"@typescript-eslint/
|
|
4365
|
-
"@typescript-eslint/
|
|
4366
|
-
"
|
|
4367
|
-
"
|
|
4368
|
-
"minimatch": "^9.0.4",
|
|
4369
|
-
"semver": "^7.6.0",
|
|
4370
|
-
"tinyglobby": "^0.2.15",
|
|
4371
|
-
"ts-api-utils": "^2.1.0"
|
|
4336
|
+
"@typescript-eslint/types": "8.56.1",
|
|
4337
|
+
"@typescript-eslint/typescript-estree": "8.56.1",
|
|
4338
|
+
"@typescript-eslint/utils": "8.56.1",
|
|
4339
|
+
"debug": "^4.4.3",
|
|
4340
|
+
"ts-api-utils": "^2.4.0"
|
|
4372
4341
|
},
|
|
4373
4342
|
"engines": {
|
|
4374
4343
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4378,44 +4347,14 @@
|
|
|
4378
4347
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4379
4348
|
},
|
|
4380
4349
|
"peerDependencies": {
|
|
4350
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
4381
4351
|
"typescript": ">=4.8.4 <6.0.0"
|
|
4382
4352
|
}
|
|
4383
4353
|
},
|
|
4384
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
4385
|
-
"version": "8.50.0",
|
|
4386
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz",
|
|
4387
|
-
"integrity": "sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==",
|
|
4388
|
-
"dev": true,
|
|
4389
|
-
"license": "MIT",
|
|
4390
|
-
"dependencies": {
|
|
4391
|
-
"@typescript-eslint/types": "8.50.0",
|
|
4392
|
-
"eslint-visitor-keys": "^4.2.1"
|
|
4393
|
-
},
|
|
4394
|
-
"engines": {
|
|
4395
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4396
|
-
},
|
|
4397
|
-
"funding": {
|
|
4398
|
-
"type": "opencollective",
|
|
4399
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4400
|
-
}
|
|
4401
|
-
},
|
|
4402
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
|
4403
|
-
"version": "4.2.1",
|
|
4404
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4405
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
4406
|
-
"dev": true,
|
|
4407
|
-
"license": "Apache-2.0",
|
|
4408
|
-
"engines": {
|
|
4409
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4410
|
-
},
|
|
4411
|
-
"funding": {
|
|
4412
|
-
"url": "https://opencollective.com/eslint"
|
|
4413
|
-
}
|
|
4414
|
-
},
|
|
4415
4354
|
"node_modules/@typescript-eslint/types": {
|
|
4416
|
-
"version": "8.
|
|
4417
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
4418
|
-
"integrity": "sha512
|
|
4355
|
+
"version": "8.56.1",
|
|
4356
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz",
|
|
4357
|
+
"integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==",
|
|
4419
4358
|
"dev": true,
|
|
4420
4359
|
"license": "MIT",
|
|
4421
4360
|
"engines": {
|
|
@@ -4427,21 +4366,21 @@
|
|
|
4427
4366
|
}
|
|
4428
4367
|
},
|
|
4429
4368
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
4430
|
-
"version": "8.
|
|
4431
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
4432
|
-
"integrity": "sha512
|
|
4369
|
+
"version": "8.56.1",
|
|
4370
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz",
|
|
4371
|
+
"integrity": "sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==",
|
|
4433
4372
|
"dev": true,
|
|
4434
4373
|
"license": "MIT",
|
|
4435
4374
|
"dependencies": {
|
|
4436
|
-
"@typescript-eslint/project-service": "8.
|
|
4437
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
4438
|
-
"@typescript-eslint/types": "8.
|
|
4439
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
4440
|
-
"debug": "^4.3
|
|
4441
|
-
"minimatch": "^
|
|
4442
|
-
"semver": "^7.
|
|
4375
|
+
"@typescript-eslint/project-service": "8.56.1",
|
|
4376
|
+
"@typescript-eslint/tsconfig-utils": "8.56.1",
|
|
4377
|
+
"@typescript-eslint/types": "8.56.1",
|
|
4378
|
+
"@typescript-eslint/visitor-keys": "8.56.1",
|
|
4379
|
+
"debug": "^4.4.3",
|
|
4380
|
+
"minimatch": "^10.2.2",
|
|
4381
|
+
"semver": "^7.7.3",
|
|
4443
4382
|
"tinyglobby": "^0.2.15",
|
|
4444
|
-
"ts-api-utils": "^2.
|
|
4383
|
+
"ts-api-utils": "^2.4.0"
|
|
4445
4384
|
},
|
|
4446
4385
|
"engines": {
|
|
4447
4386
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4455,16 +4394,16 @@
|
|
|
4455
4394
|
}
|
|
4456
4395
|
},
|
|
4457
4396
|
"node_modules/@typescript-eslint/utils": {
|
|
4458
|
-
"version": "8.
|
|
4459
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
4460
|
-
"integrity": "sha512-
|
|
4397
|
+
"version": "8.56.1",
|
|
4398
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.1.tgz",
|
|
4399
|
+
"integrity": "sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==",
|
|
4461
4400
|
"dev": true,
|
|
4462
4401
|
"license": "MIT",
|
|
4463
4402
|
"dependencies": {
|
|
4464
|
-
"@eslint-community/eslint-utils": "^4.
|
|
4465
|
-
"@typescript-eslint/scope-manager": "8.
|
|
4466
|
-
"@typescript-eslint/types": "8.
|
|
4467
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
4403
|
+
"@eslint-community/eslint-utils": "^4.9.1",
|
|
4404
|
+
"@typescript-eslint/scope-manager": "8.56.1",
|
|
4405
|
+
"@typescript-eslint/types": "8.56.1",
|
|
4406
|
+
"@typescript-eslint/typescript-estree": "8.56.1"
|
|
4468
4407
|
},
|
|
4469
4408
|
"engines": {
|
|
4470
4409
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4474,20 +4413,19 @@
|
|
|
4474
4413
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4475
4414
|
},
|
|
4476
4415
|
"peerDependencies": {
|
|
4477
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
4416
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
4478
4417
|
"typescript": ">=4.8.4 <6.0.0"
|
|
4479
4418
|
}
|
|
4480
4419
|
},
|
|
4481
|
-
"node_modules/@typescript-eslint/
|
|
4482
|
-
"version": "8.
|
|
4483
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
4484
|
-
"integrity": "sha512-
|
|
4420
|
+
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4421
|
+
"version": "8.56.1",
|
|
4422
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz",
|
|
4423
|
+
"integrity": "sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==",
|
|
4485
4424
|
"dev": true,
|
|
4486
4425
|
"license": "MIT",
|
|
4487
4426
|
"dependencies": {
|
|
4488
|
-
"@typescript-eslint/
|
|
4489
|
-
"
|
|
4490
|
-
"debug": "^4.3.4"
|
|
4427
|
+
"@typescript-eslint/types": "8.56.1",
|
|
4428
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
4491
4429
|
},
|
|
4492
4430
|
"engines": {
|
|
4493
4431
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4495,178 +4433,49 @@
|
|
|
4495
4433
|
"funding": {
|
|
4496
4434
|
"type": "opencollective",
|
|
4497
4435
|
"url": "https://opencollective.com/typescript-eslint"
|
|
4498
|
-
},
|
|
4499
|
-
"peerDependencies": {
|
|
4500
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
4501
4436
|
}
|
|
4502
4437
|
},
|
|
4503
|
-
"node_modules/@typescript-eslint/
|
|
4504
|
-
"version": "
|
|
4505
|
-
"resolved": "https://registry.npmjs.org
|
|
4506
|
-
"integrity": "sha512-
|
|
4438
|
+
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
4439
|
+
"version": "5.0.1",
|
|
4440
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
4441
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
4507
4442
|
"dev": true,
|
|
4508
|
-
"license": "
|
|
4509
|
-
"dependencies": {
|
|
4510
|
-
"@typescript-eslint/types": "8.50.0",
|
|
4511
|
-
"@typescript-eslint/visitor-keys": "8.50.0"
|
|
4512
|
-
},
|
|
4443
|
+
"license": "Apache-2.0",
|
|
4513
4444
|
"engines": {
|
|
4514
|
-
"node": "^
|
|
4445
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
4515
4446
|
},
|
|
4516
4447
|
"funding": {
|
|
4517
|
-
"
|
|
4518
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4448
|
+
"url": "https://opencollective.com/eslint"
|
|
4519
4449
|
}
|
|
4520
4450
|
},
|
|
4521
|
-
"node_modules/@
|
|
4522
|
-
"version": "
|
|
4523
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4524
|
-
"integrity": "sha512-
|
|
4451
|
+
"node_modules/@ungap/structured-clone": {
|
|
4452
|
+
"version": "1.3.0",
|
|
4453
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
4454
|
+
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
4525
4455
|
"dev": true,
|
|
4526
|
-
"license": "
|
|
4527
|
-
"engines": {
|
|
4528
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4529
|
-
},
|
|
4530
|
-
"funding": {
|
|
4531
|
-
"type": "opencollective",
|
|
4532
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4533
|
-
},
|
|
4534
|
-
"peerDependencies": {
|
|
4535
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
4536
|
-
}
|
|
4456
|
+
"license": "ISC"
|
|
4537
4457
|
},
|
|
4538
|
-
"node_modules/@
|
|
4539
|
-
"version": "
|
|
4540
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4541
|
-
"integrity": "sha512-
|
|
4458
|
+
"node_modules/@unrs/resolver-binding-android-arm-eabi": {
|
|
4459
|
+
"version": "1.11.1",
|
|
4460
|
+
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
|
|
4461
|
+
"integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
|
|
4462
|
+
"cpu": [
|
|
4463
|
+
"arm"
|
|
4464
|
+
],
|
|
4542
4465
|
"dev": true,
|
|
4543
4466
|
"license": "MIT",
|
|
4544
|
-
"
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
"type": "opencollective",
|
|
4549
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4550
|
-
}
|
|
4467
|
+
"optional": true,
|
|
4468
|
+
"os": [
|
|
4469
|
+
"android"
|
|
4470
|
+
]
|
|
4551
4471
|
},
|
|
4552
|
-
"node_modules/@
|
|
4553
|
-
"version": "
|
|
4554
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4555
|
-
"integrity": "sha512-
|
|
4556
|
-
"
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
"@typescript-eslint/project-service": "8.50.0",
|
|
4560
|
-
"@typescript-eslint/tsconfig-utils": "8.50.0",
|
|
4561
|
-
"@typescript-eslint/types": "8.50.0",
|
|
4562
|
-
"@typescript-eslint/visitor-keys": "8.50.0",
|
|
4563
|
-
"debug": "^4.3.4",
|
|
4564
|
-
"minimatch": "^9.0.4",
|
|
4565
|
-
"semver": "^7.6.0",
|
|
4566
|
-
"tinyglobby": "^0.2.15",
|
|
4567
|
-
"ts-api-utils": "^2.1.0"
|
|
4568
|
-
},
|
|
4569
|
-
"engines": {
|
|
4570
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4571
|
-
},
|
|
4572
|
-
"funding": {
|
|
4573
|
-
"type": "opencollective",
|
|
4574
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4575
|
-
},
|
|
4576
|
-
"peerDependencies": {
|
|
4577
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
4578
|
-
}
|
|
4579
|
-
},
|
|
4580
|
-
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
4581
|
-
"version": "8.50.0",
|
|
4582
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz",
|
|
4583
|
-
"integrity": "sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==",
|
|
4584
|
-
"dev": true,
|
|
4585
|
-
"license": "MIT",
|
|
4586
|
-
"dependencies": {
|
|
4587
|
-
"@typescript-eslint/types": "8.50.0",
|
|
4588
|
-
"eslint-visitor-keys": "^4.2.1"
|
|
4589
|
-
},
|
|
4590
|
-
"engines": {
|
|
4591
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4592
|
-
},
|
|
4593
|
-
"funding": {
|
|
4594
|
-
"type": "opencollective",
|
|
4595
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4596
|
-
}
|
|
4597
|
-
},
|
|
4598
|
-
"node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
|
|
4599
|
-
"version": "4.2.1",
|
|
4600
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4601
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
4602
|
-
"dev": true,
|
|
4603
|
-
"license": "Apache-2.0",
|
|
4604
|
-
"engines": {
|
|
4605
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4606
|
-
},
|
|
4607
|
-
"funding": {
|
|
4608
|
-
"url": "https://opencollective.com/eslint"
|
|
4609
|
-
}
|
|
4610
|
-
},
|
|
4611
|
-
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4612
|
-
"version": "8.48.1",
|
|
4613
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.1.tgz",
|
|
4614
|
-
"integrity": "sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==",
|
|
4615
|
-
"dev": true,
|
|
4616
|
-
"license": "MIT",
|
|
4617
|
-
"dependencies": {
|
|
4618
|
-
"@typescript-eslint/types": "8.48.1",
|
|
4619
|
-
"eslint-visitor-keys": "^4.2.1"
|
|
4620
|
-
},
|
|
4621
|
-
"engines": {
|
|
4622
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4623
|
-
},
|
|
4624
|
-
"funding": {
|
|
4625
|
-
"type": "opencollective",
|
|
4626
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
4627
|
-
}
|
|
4628
|
-
},
|
|
4629
|
-
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
4630
|
-
"version": "4.2.1",
|
|
4631
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4632
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
4633
|
-
"dev": true,
|
|
4634
|
-
"license": "Apache-2.0",
|
|
4635
|
-
"engines": {
|
|
4636
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4637
|
-
},
|
|
4638
|
-
"funding": {
|
|
4639
|
-
"url": "https://opencollective.com/eslint"
|
|
4640
|
-
}
|
|
4641
|
-
},
|
|
4642
|
-
"node_modules/@ungap/structured-clone": {
|
|
4643
|
-
"version": "1.3.0",
|
|
4644
|
-
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
4645
|
-
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
4646
|
-
"dev": true,
|
|
4647
|
-
"license": "ISC"
|
|
4648
|
-
},
|
|
4649
|
-
"node_modules/@unrs/resolver-binding-android-arm-eabi": {
|
|
4650
|
-
"version": "1.11.1",
|
|
4651
|
-
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
|
|
4652
|
-
"integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
|
|
4653
|
-
"cpu": [
|
|
4654
|
-
"arm"
|
|
4655
|
-
],
|
|
4656
|
-
"dev": true,
|
|
4657
|
-
"license": "MIT",
|
|
4658
|
-
"optional": true,
|
|
4659
|
-
"os": [
|
|
4660
|
-
"android"
|
|
4661
|
-
]
|
|
4662
|
-
},
|
|
4663
|
-
"node_modules/@unrs/resolver-binding-android-arm64": {
|
|
4664
|
-
"version": "1.11.1",
|
|
4665
|
-
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
|
|
4666
|
-
"integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
|
|
4667
|
-
"cpu": [
|
|
4668
|
-
"arm64"
|
|
4669
|
-
],
|
|
4472
|
+
"node_modules/@unrs/resolver-binding-android-arm64": {
|
|
4473
|
+
"version": "1.11.1",
|
|
4474
|
+
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
|
|
4475
|
+
"integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
|
|
4476
|
+
"cpu": [
|
|
4477
|
+
"arm64"
|
|
4478
|
+
],
|
|
4670
4479
|
"dev": true,
|
|
4671
4480
|
"license": "MIT",
|
|
4672
4481
|
"optional": true,
|
|
@@ -4973,9 +4782,9 @@
|
|
|
4973
4782
|
}
|
|
4974
4783
|
},
|
|
4975
4784
|
"node_modules/acorn": {
|
|
4976
|
-
"version": "8.
|
|
4977
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
4978
|
-
"integrity": "sha512-
|
|
4785
|
+
"version": "8.16.0",
|
|
4786
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
4787
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
4979
4788
|
"dev": true,
|
|
4980
4789
|
"license": "MIT",
|
|
4981
4790
|
"bin": {
|
|
@@ -5005,9 +4814,9 @@
|
|
|
5005
4814
|
}
|
|
5006
4815
|
},
|
|
5007
4816
|
"node_modules/ajv": {
|
|
5008
|
-
"version": "6.
|
|
5009
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.
|
|
5010
|
-
"integrity": "sha512-
|
|
4817
|
+
"version": "6.14.0",
|
|
4818
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
4819
|
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
5011
4820
|
"dev": true,
|
|
5012
4821
|
"license": "MIT",
|
|
5013
4822
|
"peer": true,
|
|
@@ -5416,9 +5225,9 @@
|
|
|
5416
5225
|
"license": "MIT"
|
|
5417
5226
|
},
|
|
5418
5227
|
"node_modules/atomically": {
|
|
5419
|
-
"version": "2.1.
|
|
5420
|
-
"resolved": "https://registry.npmjs.org/atomically/-/atomically-2.1.
|
|
5421
|
-
"integrity": "sha512
|
|
5228
|
+
"version": "2.1.1",
|
|
5229
|
+
"resolved": "https://registry.npmjs.org/atomically/-/atomically-2.1.1.tgz",
|
|
5230
|
+
"integrity": "sha512-P4w9o2dqARji6P7MHprklbfiArZAWvo07yW7qs3pdljb3BWr12FIB7W+p0zJiuiVsUpRO0iZn1kFFcpPegg0tQ==",
|
|
5422
5231
|
"license": "MIT",
|
|
5423
5232
|
"dependencies": {
|
|
5424
5233
|
"stubborn-fs": "^2.0.0",
|
|
@@ -5442,9 +5251,9 @@
|
|
|
5442
5251
|
}
|
|
5443
5252
|
},
|
|
5444
5253
|
"node_modules/axe-core": {
|
|
5445
|
-
"version": "4.11.
|
|
5446
|
-
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.
|
|
5447
|
-
"integrity": "sha512-
|
|
5254
|
+
"version": "4.11.1",
|
|
5255
|
+
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz",
|
|
5256
|
+
"integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
|
|
5448
5257
|
"dev": true,
|
|
5449
5258
|
"license": "MPL-2.0",
|
|
5450
5259
|
"engines": {
|
|
@@ -5452,16 +5261,22 @@
|
|
|
5452
5261
|
}
|
|
5453
5262
|
},
|
|
5454
5263
|
"node_modules/axios": {
|
|
5455
|
-
"version": "1.13.
|
|
5456
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
5457
|
-
"integrity": "sha512-
|
|
5264
|
+
"version": "1.13.5",
|
|
5265
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
|
|
5266
|
+
"integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
|
|
5458
5267
|
"license": "MIT",
|
|
5459
5268
|
"dependencies": {
|
|
5460
|
-
"follow-redirects": "^1.15.
|
|
5461
|
-
"form-data": "^4.0.
|
|
5269
|
+
"follow-redirects": "^1.15.11",
|
|
5270
|
+
"form-data": "^4.0.5",
|
|
5462
5271
|
"proxy-from-env": "^1.1.0"
|
|
5463
5272
|
}
|
|
5464
5273
|
},
|
|
5274
|
+
"node_modules/axios/node_modules/proxy-from-env": {
|
|
5275
|
+
"version": "1.1.0",
|
|
5276
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
5277
|
+
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
5278
|
+
"license": "MIT"
|
|
5279
|
+
},
|
|
5465
5280
|
"node_modules/axobject-query": {
|
|
5466
5281
|
"version": "4.1.0",
|
|
5467
5282
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
|
@@ -5591,14 +5406,14 @@
|
|
|
5591
5406
|
}
|
|
5592
5407
|
},
|
|
5593
5408
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
5594
|
-
"version": "0.4.
|
|
5595
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
5596
|
-
"integrity": "sha512-
|
|
5409
|
+
"version": "0.4.15",
|
|
5410
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz",
|
|
5411
|
+
"integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==",
|
|
5597
5412
|
"dev": true,
|
|
5598
5413
|
"license": "MIT",
|
|
5599
5414
|
"dependencies": {
|
|
5600
|
-
"@babel/compat-data": "^7.
|
|
5601
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
5415
|
+
"@babel/compat-data": "^7.28.6",
|
|
5416
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6",
|
|
5602
5417
|
"semver": "^6.3.1"
|
|
5603
5418
|
},
|
|
5604
5419
|
"peerDependencies": {
|
|
@@ -5616,27 +5431,27 @@
|
|
|
5616
5431
|
}
|
|
5617
5432
|
},
|
|
5618
5433
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
5619
|
-
"version": "0.
|
|
5620
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
|
5621
|
-
"integrity": "sha512-
|
|
5434
|
+
"version": "0.14.0",
|
|
5435
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.0.tgz",
|
|
5436
|
+
"integrity": "sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==",
|
|
5622
5437
|
"dev": true,
|
|
5623
5438
|
"license": "MIT",
|
|
5624
5439
|
"dependencies": {
|
|
5625
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
5626
|
-
"core-js-compat": "^3.
|
|
5440
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6",
|
|
5441
|
+
"core-js-compat": "^3.48.0"
|
|
5627
5442
|
},
|
|
5628
5443
|
"peerDependencies": {
|
|
5629
5444
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
5630
5445
|
}
|
|
5631
5446
|
},
|
|
5632
5447
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
5633
|
-
"version": "0.6.
|
|
5634
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
5635
|
-
"integrity": "sha512-
|
|
5448
|
+
"version": "0.6.6",
|
|
5449
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz",
|
|
5450
|
+
"integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==",
|
|
5636
5451
|
"dev": true,
|
|
5637
5452
|
"license": "MIT",
|
|
5638
5453
|
"dependencies": {
|
|
5639
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
5454
|
+
"@babel/helper-define-polyfill-provider": "^0.6.6"
|
|
5640
5455
|
},
|
|
5641
5456
|
"peerDependencies": {
|
|
5642
5457
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -5686,12 +5501,6 @@
|
|
|
5686
5501
|
"@babel/core": "^7.11.0 || ^8.0.0-beta.1"
|
|
5687
5502
|
}
|
|
5688
5503
|
},
|
|
5689
|
-
"node_modules/balanced-match": {
|
|
5690
|
-
"version": "1.0.2",
|
|
5691
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
5692
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
5693
|
-
"license": "MIT"
|
|
5694
|
-
},
|
|
5695
5504
|
"node_modules/base64-js": {
|
|
5696
5505
|
"version": "1.5.1",
|
|
5697
5506
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -5713,13 +5522,16 @@
|
|
|
5713
5522
|
"license": "MIT"
|
|
5714
5523
|
},
|
|
5715
5524
|
"node_modules/baseline-browser-mapping": {
|
|
5716
|
-
"version": "2.
|
|
5717
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
5718
|
-
"integrity": "sha512-
|
|
5525
|
+
"version": "2.10.0",
|
|
5526
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz",
|
|
5527
|
+
"integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
|
|
5719
5528
|
"dev": true,
|
|
5720
5529
|
"license": "Apache-2.0",
|
|
5721
5530
|
"bin": {
|
|
5722
|
-
"baseline-browser-mapping": "dist/cli.
|
|
5531
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
5532
|
+
},
|
|
5533
|
+
"engines": {
|
|
5534
|
+
"node": ">=6.0.0"
|
|
5723
5535
|
}
|
|
5724
5536
|
},
|
|
5725
5537
|
"node_modules/bcrypt-pbkdf": {
|
|
@@ -5832,12 +5644,12 @@
|
|
|
5832
5644
|
}
|
|
5833
5645
|
},
|
|
5834
5646
|
"node_modules/boxen/node_modules/strip-ansi": {
|
|
5835
|
-
"version": "7.
|
|
5836
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
5837
|
-
"integrity": "sha512-
|
|
5647
|
+
"version": "7.2.0",
|
|
5648
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
5649
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
5838
5650
|
"license": "MIT",
|
|
5839
5651
|
"dependencies": {
|
|
5840
|
-
"ansi-regex": "^6.
|
|
5652
|
+
"ansi-regex": "^6.2.2"
|
|
5841
5653
|
},
|
|
5842
5654
|
"engines": {
|
|
5843
5655
|
"node": ">=12"
|
|
@@ -5846,13 +5658,16 @@
|
|
|
5846
5658
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5847
5659
|
}
|
|
5848
5660
|
},
|
|
5849
|
-
"node_modules/
|
|
5850
|
-
"version": "
|
|
5851
|
-
"resolved": "https://registry.npmjs.org/
|
|
5852
|
-
"integrity": "sha512-
|
|
5853
|
-
"license": "MIT",
|
|
5854
|
-
"
|
|
5855
|
-
"
|
|
5661
|
+
"node_modules/boxen/node_modules/type-fest": {
|
|
5662
|
+
"version": "4.41.0",
|
|
5663
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
5664
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
5665
|
+
"license": "(MIT OR CC0-1.0)",
|
|
5666
|
+
"engines": {
|
|
5667
|
+
"node": ">=16"
|
|
5668
|
+
},
|
|
5669
|
+
"funding": {
|
|
5670
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5856
5671
|
}
|
|
5857
5672
|
},
|
|
5858
5673
|
"node_modules/braces": {
|
|
@@ -6035,9 +5850,9 @@
|
|
|
6035
5850
|
}
|
|
6036
5851
|
},
|
|
6037
5852
|
"node_modules/caniuse-lite": {
|
|
6038
|
-
"version": "1.0.
|
|
6039
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
6040
|
-
"integrity": "sha512-
|
|
5853
|
+
"version": "1.0.30001774",
|
|
5854
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz",
|
|
5855
|
+
"integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
|
|
6041
5856
|
"dev": true,
|
|
6042
5857
|
"funding": [
|
|
6043
5858
|
{
|
|
@@ -6122,9 +5937,9 @@
|
|
|
6122
5937
|
}
|
|
6123
5938
|
},
|
|
6124
5939
|
"node_modules/ci-info": {
|
|
6125
|
-
"version": "4.
|
|
6126
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.
|
|
6127
|
-
"integrity": "sha512-
|
|
5940
|
+
"version": "4.4.0",
|
|
5941
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
|
|
5942
|
+
"integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
|
|
6128
5943
|
"dev": true,
|
|
6129
5944
|
"funding": [
|
|
6130
5945
|
{
|
|
@@ -6138,9 +5953,9 @@
|
|
|
6138
5953
|
}
|
|
6139
5954
|
},
|
|
6140
5955
|
"node_modules/cjs-module-lexer": {
|
|
6141
|
-
"version": "2.
|
|
6142
|
-
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.
|
|
6143
|
-
"integrity": "sha512
|
|
5956
|
+
"version": "2.2.0",
|
|
5957
|
+
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.2.0.tgz",
|
|
5958
|
+
"integrity": "sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==",
|
|
6144
5959
|
"dev": true,
|
|
6145
5960
|
"license": "MIT"
|
|
6146
5961
|
},
|
|
@@ -6344,9 +6159,9 @@
|
|
|
6344
6159
|
}
|
|
6345
6160
|
},
|
|
6346
6161
|
"node_modules/comment-parser": {
|
|
6347
|
-
"version": "1.4.
|
|
6348
|
-
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.
|
|
6349
|
-
"integrity": "sha512-
|
|
6162
|
+
"version": "1.4.5",
|
|
6163
|
+
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.5.tgz",
|
|
6164
|
+
"integrity": "sha512-aRDkn3uyIlCFfk5NUA+VdwMmMsh8JGhc4hapfV4yxymHGQ3BVskMQfoXGpCo5IoBuQ9tS5iiVKhCpTcB4pW4qw==",
|
|
6350
6165
|
"dev": true,
|
|
6351
6166
|
"license": "MIT",
|
|
6352
6167
|
"engines": {
|
|
@@ -6403,13 +6218,13 @@
|
|
|
6403
6218
|
"license": "MIT"
|
|
6404
6219
|
},
|
|
6405
6220
|
"node_modules/core-js-compat": {
|
|
6406
|
-
"version": "3.
|
|
6407
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
6408
|
-
"integrity": "sha512-
|
|
6221
|
+
"version": "3.48.0",
|
|
6222
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz",
|
|
6223
|
+
"integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
|
|
6409
6224
|
"dev": true,
|
|
6410
6225
|
"license": "MIT",
|
|
6411
6226
|
"dependencies": {
|
|
6412
|
-
"browserslist": "^4.28.
|
|
6227
|
+
"browserslist": "^4.28.1"
|
|
6413
6228
|
},
|
|
6414
6229
|
"funding": {
|
|
6415
6230
|
"type": "opencollective",
|
|
@@ -6548,9 +6363,9 @@
|
|
|
6548
6363
|
}
|
|
6549
6364
|
},
|
|
6550
6365
|
"node_modules/dedent": {
|
|
6551
|
-
"version": "1.7.
|
|
6552
|
-
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.
|
|
6553
|
-
"integrity": "sha512-
|
|
6366
|
+
"version": "1.7.1",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz",
|
|
6368
|
+
"integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
|
|
6554
6369
|
"dev": true,
|
|
6555
6370
|
"license": "MIT",
|
|
6556
6371
|
"peerDependencies": {
|
|
@@ -6590,9 +6405,9 @@
|
|
|
6590
6405
|
}
|
|
6591
6406
|
},
|
|
6592
6407
|
"node_modules/default-browser": {
|
|
6593
|
-
"version": "5.
|
|
6594
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.
|
|
6595
|
-
"integrity": "sha512-
|
|
6408
|
+
"version": "5.5.0",
|
|
6409
|
+
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
|
|
6410
|
+
"integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
|
|
6596
6411
|
"license": "MIT",
|
|
6597
6412
|
"dependencies": {
|
|
6598
6413
|
"bundle-name": "^4.1.0",
|
|
@@ -6755,21 +6570,6 @@
|
|
|
6755
6570
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6756
6571
|
}
|
|
6757
6572
|
},
|
|
6758
|
-
"node_modules/dot-prop/node_modules/type-fest": {
|
|
6759
|
-
"version": "5.4.1",
|
|
6760
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.4.1.tgz",
|
|
6761
|
-
"integrity": "sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ==",
|
|
6762
|
-
"license": "(MIT OR CC0-1.0)",
|
|
6763
|
-
"dependencies": {
|
|
6764
|
-
"tagged-tag": "^1.0.0"
|
|
6765
|
-
},
|
|
6766
|
-
"engines": {
|
|
6767
|
-
"node": ">=20"
|
|
6768
|
-
},
|
|
6769
|
-
"funding": {
|
|
6770
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6771
|
-
}
|
|
6772
|
-
},
|
|
6773
6573
|
"node_modules/dunder-proto": {
|
|
6774
6574
|
"version": "1.0.1",
|
|
6775
6575
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
@@ -6807,9 +6607,9 @@
|
|
|
6807
6607
|
}
|
|
6808
6608
|
},
|
|
6809
6609
|
"node_modules/electron-to-chromium": {
|
|
6810
|
-
"version": "1.5.
|
|
6811
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
6812
|
-
"integrity": "sha512-
|
|
6610
|
+
"version": "1.5.302",
|
|
6611
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.302.tgz",
|
|
6612
|
+
"integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
|
|
6813
6613
|
"dev": true,
|
|
6814
6614
|
"license": "ISC"
|
|
6815
6615
|
},
|
|
@@ -6849,35 +6649,18 @@
|
|
|
6849
6649
|
}
|
|
6850
6650
|
},
|
|
6851
6651
|
"node_modules/engine.io-client": {
|
|
6852
|
-
"version": "6.6.
|
|
6853
|
-
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.
|
|
6854
|
-
"integrity": "sha512
|
|
6652
|
+
"version": "6.6.4",
|
|
6653
|
+
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.4.tgz",
|
|
6654
|
+
"integrity": "sha512-+kjUJnZGwzewFDw951CDWcwj35vMNf2fcj7xQWOctq1F2i1jkDdVvdFG9kM/BEChymCH36KgjnW0NsL58JYRxw==",
|
|
6855
6655
|
"license": "MIT",
|
|
6856
6656
|
"dependencies": {
|
|
6857
6657
|
"@socket.io/component-emitter": "~3.1.0",
|
|
6858
|
-
"debug": "~4.
|
|
6658
|
+
"debug": "~4.4.1",
|
|
6859
6659
|
"engine.io-parser": "~5.2.1",
|
|
6860
|
-
"ws": "~8.
|
|
6660
|
+
"ws": "~8.18.3",
|
|
6861
6661
|
"xmlhttprequest-ssl": "~2.1.1"
|
|
6862
6662
|
}
|
|
6863
6663
|
},
|
|
6864
|
-
"node_modules/engine.io-client/node_modules/debug": {
|
|
6865
|
-
"version": "4.3.7",
|
|
6866
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
6867
|
-
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
6868
|
-
"license": "MIT",
|
|
6869
|
-
"dependencies": {
|
|
6870
|
-
"ms": "^2.1.3"
|
|
6871
|
-
},
|
|
6872
|
-
"engines": {
|
|
6873
|
-
"node": ">=6.0"
|
|
6874
|
-
},
|
|
6875
|
-
"peerDependenciesMeta": {
|
|
6876
|
-
"supports-color": {
|
|
6877
|
-
"optional": true
|
|
6878
|
-
}
|
|
6879
|
-
}
|
|
6880
|
-
},
|
|
6881
6664
|
"node_modules/engine.io-parser": {
|
|
6882
6665
|
"version": "5.2.3",
|
|
6883
6666
|
"resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
|
|
@@ -7118,9 +6901,9 @@
|
|
|
7118
6901
|
}
|
|
7119
6902
|
},
|
|
7120
6903
|
"node_modules/eslint": {
|
|
7121
|
-
"version": "9.39.
|
|
7122
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.
|
|
7123
|
-
"integrity": "sha512-
|
|
6904
|
+
"version": "9.39.3",
|
|
6905
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.3.tgz",
|
|
6906
|
+
"integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
|
|
7124
6907
|
"dev": true,
|
|
7125
6908
|
"license": "MIT",
|
|
7126
6909
|
"peer": true,
|
|
@@ -7131,7 +6914,7 @@
|
|
|
7131
6914
|
"@eslint/config-helpers": "^0.4.2",
|
|
7132
6915
|
"@eslint/core": "^0.17.0",
|
|
7133
6916
|
"@eslint/eslintrc": "^3.3.1",
|
|
7134
|
-
"@eslint/js": "9.39.
|
|
6917
|
+
"@eslint/js": "9.39.3",
|
|
7135
6918
|
"@eslint/plugin-kit": "^0.4.1",
|
|
7136
6919
|
"@humanfs/node": "^0.16.6",
|
|
7137
6920
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
@@ -7338,6 +7121,13 @@
|
|
|
7338
7121
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
7339
7122
|
}
|
|
7340
7123
|
},
|
|
7124
|
+
"node_modules/eslint-plugin-import/node_modules/balanced-match": {
|
|
7125
|
+
"version": "1.0.2",
|
|
7126
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7127
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7128
|
+
"dev": true,
|
|
7129
|
+
"license": "MIT"
|
|
7130
|
+
},
|
|
7341
7131
|
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
|
|
7342
7132
|
"version": "1.1.12",
|
|
7343
7133
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -7360,9 +7150,9 @@
|
|
|
7360
7150
|
}
|
|
7361
7151
|
},
|
|
7362
7152
|
"node_modules/eslint-plugin-import/node_modules/minimatch": {
|
|
7363
|
-
"version": "3.1.
|
|
7364
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
7365
|
-
"integrity": "sha512-
|
|
7153
|
+
"version": "3.1.5",
|
|
7154
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
7155
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
7366
7156
|
"dev": true,
|
|
7367
7157
|
"license": "ISC",
|
|
7368
7158
|
"dependencies": {
|
|
@@ -7383,9 +7173,9 @@
|
|
|
7383
7173
|
}
|
|
7384
7174
|
},
|
|
7385
7175
|
"node_modules/eslint-plugin-jest": {
|
|
7386
|
-
"version": "29.
|
|
7387
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.
|
|
7388
|
-
"integrity": "sha512-
|
|
7176
|
+
"version": "29.15.0",
|
|
7177
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz",
|
|
7178
|
+
"integrity": "sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==",
|
|
7389
7179
|
"dev": true,
|
|
7390
7180
|
"license": "MIT",
|
|
7391
7181
|
"dependencies": {
|
|
@@ -7396,8 +7186,9 @@
|
|
|
7396
7186
|
},
|
|
7397
7187
|
"peerDependencies": {
|
|
7398
7188
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
7399
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
7400
|
-
"jest": "*"
|
|
7189
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
7190
|
+
"jest": "*",
|
|
7191
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
7401
7192
|
},
|
|
7402
7193
|
"peerDependenciesMeta": {
|
|
7403
7194
|
"@typescript-eslint/eslint-plugin": {
|
|
@@ -7405,36 +7196,70 @@
|
|
|
7405
7196
|
},
|
|
7406
7197
|
"jest": {
|
|
7407
7198
|
"optional": true
|
|
7199
|
+
},
|
|
7200
|
+
"typescript": {
|
|
7201
|
+
"optional": true
|
|
7408
7202
|
}
|
|
7409
7203
|
}
|
|
7410
7204
|
},
|
|
7411
7205
|
"node_modules/eslint-plugin-jsdoc": {
|
|
7412
|
-
"version": "
|
|
7413
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-
|
|
7414
|
-
"integrity": "sha512-
|
|
7206
|
+
"version": "62.7.1",
|
|
7207
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.7.1.tgz",
|
|
7208
|
+
"integrity": "sha512-4Zvx99Q7d1uggYBUX/AIjvoyqXhluGbbKrRmG8SQTLprPFg6fa293tVJH1o1GQwNe3lUydd8ZHzn37OaSncgSQ==",
|
|
7415
7209
|
"dev": true,
|
|
7416
7210
|
"license": "BSD-3-Clause",
|
|
7417
7211
|
"dependencies": {
|
|
7418
|
-
"@es-joy/jsdoccomment": "~0.
|
|
7212
|
+
"@es-joy/jsdoccomment": "~0.84.0",
|
|
7419
7213
|
"@es-joy/resolve.exports": "1.2.0",
|
|
7420
7214
|
"are-docs-informative": "^0.0.2",
|
|
7421
|
-
"comment-parser": "1.4.
|
|
7215
|
+
"comment-parser": "1.4.5",
|
|
7422
7216
|
"debug": "^4.4.3",
|
|
7423
7217
|
"escape-string-regexp": "^4.0.0",
|
|
7424
|
-
"espree": "^
|
|
7425
|
-
"esquery": "^1.
|
|
7218
|
+
"espree": "^11.1.0",
|
|
7219
|
+
"esquery": "^1.7.0",
|
|
7426
7220
|
"html-entities": "^2.6.0",
|
|
7427
7221
|
"object-deep-merge": "^2.0.0",
|
|
7428
7222
|
"parse-imports-exports": "^0.2.4",
|
|
7429
|
-
"semver": "^7.7.
|
|
7223
|
+
"semver": "^7.7.4",
|
|
7430
7224
|
"spdx-expression-parse": "^4.0.0",
|
|
7431
7225
|
"to-valid-identifier": "^1.0.0"
|
|
7432
7226
|
},
|
|
7433
7227
|
"engines": {
|
|
7434
|
-
"node": "
|
|
7228
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
7435
7229
|
},
|
|
7436
7230
|
"peerDependencies": {
|
|
7437
|
-
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
7231
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
|
|
7232
|
+
}
|
|
7233
|
+
},
|
|
7234
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": {
|
|
7235
|
+
"version": "5.0.1",
|
|
7236
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
7237
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
7238
|
+
"dev": true,
|
|
7239
|
+
"license": "Apache-2.0",
|
|
7240
|
+
"engines": {
|
|
7241
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
7242
|
+
},
|
|
7243
|
+
"funding": {
|
|
7244
|
+
"url": "https://opencollective.com/eslint"
|
|
7245
|
+
}
|
|
7246
|
+
},
|
|
7247
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/espree": {
|
|
7248
|
+
"version": "11.1.1",
|
|
7249
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-11.1.1.tgz",
|
|
7250
|
+
"integrity": "sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==",
|
|
7251
|
+
"dev": true,
|
|
7252
|
+
"license": "BSD-2-Clause",
|
|
7253
|
+
"dependencies": {
|
|
7254
|
+
"acorn": "^8.16.0",
|
|
7255
|
+
"acorn-jsx": "^5.3.2",
|
|
7256
|
+
"eslint-visitor-keys": "^5.0.1"
|
|
7257
|
+
},
|
|
7258
|
+
"engines": {
|
|
7259
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
7260
|
+
},
|
|
7261
|
+
"funding": {
|
|
7262
|
+
"url": "https://opencollective.com/eslint"
|
|
7438
7263
|
}
|
|
7439
7264
|
},
|
|
7440
7265
|
"node_modules/eslint-plugin-json": {
|
|
@@ -7481,6 +7306,13 @@
|
|
|
7481
7306
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
|
|
7482
7307
|
}
|
|
7483
7308
|
},
|
|
7309
|
+
"node_modules/eslint-plugin-jsx-a11y/node_modules/balanced-match": {
|
|
7310
|
+
"version": "1.0.2",
|
|
7311
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7312
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7313
|
+
"dev": true,
|
|
7314
|
+
"license": "MIT"
|
|
7315
|
+
},
|
|
7484
7316
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": {
|
|
7485
7317
|
"version": "1.1.12",
|
|
7486
7318
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -7493,9 +7325,9 @@
|
|
|
7493
7325
|
}
|
|
7494
7326
|
},
|
|
7495
7327
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": {
|
|
7496
|
-
"version": "3.1.
|
|
7497
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
7498
|
-
"integrity": "sha512-
|
|
7328
|
+
"version": "3.1.5",
|
|
7329
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
7330
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
7499
7331
|
"dev": true,
|
|
7500
7332
|
"license": "ISC",
|
|
7501
7333
|
"dependencies": {
|
|
@@ -7506,14 +7338,14 @@
|
|
|
7506
7338
|
}
|
|
7507
7339
|
},
|
|
7508
7340
|
"node_modules/eslint-plugin-prettier": {
|
|
7509
|
-
"version": "5.5.
|
|
7510
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
7511
|
-
"integrity": "sha512-
|
|
7341
|
+
"version": "5.5.5",
|
|
7342
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz",
|
|
7343
|
+
"integrity": "sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==",
|
|
7512
7344
|
"dev": true,
|
|
7513
7345
|
"license": "MIT",
|
|
7514
7346
|
"dependencies": {
|
|
7515
|
-
"prettier-linter-helpers": "^1.0.
|
|
7516
|
-
"synckit": "^0.11.
|
|
7347
|
+
"prettier-linter-helpers": "^1.0.1",
|
|
7348
|
+
"synckit": "^0.11.12"
|
|
7517
7349
|
},
|
|
7518
7350
|
"engines": {
|
|
7519
7351
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -7608,6 +7440,13 @@
|
|
|
7608
7440
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
|
|
7609
7441
|
}
|
|
7610
7442
|
},
|
|
7443
|
+
"node_modules/eslint-plugin-react/node_modules/balanced-match": {
|
|
7444
|
+
"version": "1.0.2",
|
|
7445
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7446
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7447
|
+
"dev": true,
|
|
7448
|
+
"license": "MIT"
|
|
7449
|
+
},
|
|
7611
7450
|
"node_modules/eslint-plugin-react/node_modules/brace-expansion": {
|
|
7612
7451
|
"version": "1.1.12",
|
|
7613
7452
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -7620,9 +7459,9 @@
|
|
|
7620
7459
|
}
|
|
7621
7460
|
},
|
|
7622
7461
|
"node_modules/eslint-plugin-react/node_modules/minimatch": {
|
|
7623
|
-
"version": "3.1.
|
|
7624
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
7625
|
-
"integrity": "sha512-
|
|
7462
|
+
"version": "3.1.5",
|
|
7463
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
7464
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
7626
7465
|
"dev": true,
|
|
7627
7466
|
"license": "ISC",
|
|
7628
7467
|
"dependencies": {
|
|
@@ -7633,19 +7472,25 @@
|
|
|
7633
7472
|
}
|
|
7634
7473
|
},
|
|
7635
7474
|
"node_modules/eslint-plugin-react/node_modules/resolve": {
|
|
7636
|
-
"version": "2.0.0-next.
|
|
7637
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.
|
|
7638
|
-
"integrity": "sha512-
|
|
7475
|
+
"version": "2.0.0-next.6",
|
|
7476
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
|
|
7477
|
+
"integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
|
|
7639
7478
|
"dev": true,
|
|
7640
7479
|
"license": "MIT",
|
|
7641
7480
|
"dependencies": {
|
|
7642
|
-
"
|
|
7481
|
+
"es-errors": "^1.3.0",
|
|
7482
|
+
"is-core-module": "^2.16.1",
|
|
7483
|
+
"node-exports-info": "^1.6.0",
|
|
7484
|
+
"object-keys": "^1.1.1",
|
|
7643
7485
|
"path-parse": "^1.0.7",
|
|
7644
7486
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
7645
7487
|
},
|
|
7646
7488
|
"bin": {
|
|
7647
7489
|
"resolve": "bin/resolve"
|
|
7648
7490
|
},
|
|
7491
|
+
"engines": {
|
|
7492
|
+
"node": ">= 0.4"
|
|
7493
|
+
},
|
|
7649
7494
|
"funding": {
|
|
7650
7495
|
"url": "https://github.com/sponsors/ljharb"
|
|
7651
7496
|
}
|
|
@@ -7677,14 +7522,14 @@
|
|
|
7677
7522
|
}
|
|
7678
7523
|
},
|
|
7679
7524
|
"node_modules/eslint-plugin-unused-imports": {
|
|
7680
|
-
"version": "4.
|
|
7681
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.
|
|
7682
|
-
"integrity": "sha512-
|
|
7525
|
+
"version": "4.4.1",
|
|
7526
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.4.1.tgz",
|
|
7527
|
+
"integrity": "sha512-oZGYUz1X3sRMGUB+0cZyK2VcvRX5lm/vB56PgNNcU+7ficUCKm66oZWKUubXWnOuPjQ8PvmXtCViXBMONPe7tQ==",
|
|
7683
7528
|
"dev": true,
|
|
7684
7529
|
"license": "MIT",
|
|
7685
7530
|
"peerDependencies": {
|
|
7686
7531
|
"@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0",
|
|
7687
|
-
"eslint": "^9.0.0 || ^8.0.0"
|
|
7532
|
+
"eslint": "^10.0.0 || ^9.0.0 || ^8.0.0"
|
|
7688
7533
|
},
|
|
7689
7534
|
"peerDependenciesMeta": {
|
|
7690
7535
|
"@typescript-eslint/eslint-plugin": {
|
|
@@ -7743,6 +7588,14 @@
|
|
|
7743
7588
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7744
7589
|
}
|
|
7745
7590
|
},
|
|
7591
|
+
"node_modules/eslint/node_modules/balanced-match": {
|
|
7592
|
+
"version": "1.0.2",
|
|
7593
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7594
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7595
|
+
"dev": true,
|
|
7596
|
+
"license": "MIT",
|
|
7597
|
+
"peer": true
|
|
7598
|
+
},
|
|
7746
7599
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
7747
7600
|
"version": "1.1.12",
|
|
7748
7601
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -7842,9 +7695,9 @@
|
|
|
7842
7695
|
}
|
|
7843
7696
|
},
|
|
7844
7697
|
"node_modules/eslint/node_modules/minimatch": {
|
|
7845
|
-
"version": "3.1.
|
|
7846
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
7847
|
-
"integrity": "sha512-
|
|
7698
|
+
"version": "3.1.5",
|
|
7699
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
7700
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
7848
7701
|
"dev": true,
|
|
7849
7702
|
"license": "ISC",
|
|
7850
7703
|
"peer": true,
|
|
@@ -7861,6 +7714,7 @@
|
|
|
7861
7714
|
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
7862
7715
|
"dev": true,
|
|
7863
7716
|
"license": "BSD-2-Clause",
|
|
7717
|
+
"peer": true,
|
|
7864
7718
|
"dependencies": {
|
|
7865
7719
|
"acorn": "^8.15.0",
|
|
7866
7720
|
"acorn-jsx": "^5.3.2",
|
|
@@ -7879,6 +7733,7 @@
|
|
|
7879
7733
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
7880
7734
|
"dev": true,
|
|
7881
7735
|
"license": "Apache-2.0",
|
|
7736
|
+
"peer": true,
|
|
7882
7737
|
"engines": {
|
|
7883
7738
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
7884
7739
|
},
|
|
@@ -7901,9 +7756,9 @@
|
|
|
7901
7756
|
}
|
|
7902
7757
|
},
|
|
7903
7758
|
"node_modules/esquery": {
|
|
7904
|
-
"version": "1.
|
|
7905
|
-
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.
|
|
7906
|
-
"integrity": "sha512-
|
|
7759
|
+
"version": "1.7.0",
|
|
7760
|
+
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
7761
|
+
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
7907
7762
|
"dev": true,
|
|
7908
7763
|
"license": "BSD-3-Clause",
|
|
7909
7764
|
"dependencies": {
|
|
@@ -8054,9 +7909,9 @@
|
|
|
8054
7909
|
"peer": true
|
|
8055
7910
|
},
|
|
8056
7911
|
"node_modules/fastq": {
|
|
8057
|
-
"version": "1.
|
|
8058
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.
|
|
8059
|
-
"integrity": "sha512-
|
|
7912
|
+
"version": "1.20.1",
|
|
7913
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
7914
|
+
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
8060
7915
|
"license": "ISC",
|
|
8061
7916
|
"dependencies": {
|
|
8062
7917
|
"reusify": "^1.0.4"
|
|
@@ -8122,18 +7977,33 @@
|
|
|
8122
7977
|
}
|
|
8123
7978
|
},
|
|
8124
7979
|
"node_modules/filelist": {
|
|
8125
|
-
"version": "1.0.
|
|
8126
|
-
"resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.
|
|
8127
|
-
"integrity": "sha512-
|
|
7980
|
+
"version": "1.0.6",
|
|
7981
|
+
"resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.6.tgz",
|
|
7982
|
+
"integrity": "sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==",
|
|
8128
7983
|
"license": "Apache-2.0",
|
|
8129
7984
|
"dependencies": {
|
|
8130
7985
|
"minimatch": "^5.0.1"
|
|
8131
7986
|
}
|
|
8132
7987
|
},
|
|
7988
|
+
"node_modules/filelist/node_modules/balanced-match": {
|
|
7989
|
+
"version": "1.0.2",
|
|
7990
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7991
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7992
|
+
"license": "MIT"
|
|
7993
|
+
},
|
|
7994
|
+
"node_modules/filelist/node_modules/brace-expansion": {
|
|
7995
|
+
"version": "2.0.2",
|
|
7996
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
7997
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
7998
|
+
"license": "MIT",
|
|
7999
|
+
"dependencies": {
|
|
8000
|
+
"balanced-match": "^1.0.0"
|
|
8001
|
+
}
|
|
8002
|
+
},
|
|
8133
8003
|
"node_modules/filelist/node_modules/minimatch": {
|
|
8134
|
-
"version": "5.1.
|
|
8135
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
8136
|
-
"integrity": "sha512-
|
|
8004
|
+
"version": "5.1.9",
|
|
8005
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
8006
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
8137
8007
|
"license": "ISC",
|
|
8138
8008
|
"dependencies": {
|
|
8139
8009
|
"brace-expansion": "^2.0.1"
|
|
@@ -8407,9 +8277,9 @@
|
|
|
8407
8277
|
}
|
|
8408
8278
|
},
|
|
8409
8279
|
"node_modules/get-east-asian-width": {
|
|
8410
|
-
"version": "1.
|
|
8411
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
8412
|
-
"integrity": "sha512-
|
|
8280
|
+
"version": "1.5.0",
|
|
8281
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
8282
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
8413
8283
|
"license": "MIT",
|
|
8414
8284
|
"engines": {
|
|
8415
8285
|
"node": ">=18"
|
|
@@ -8496,9 +8366,9 @@
|
|
|
8496
8366
|
}
|
|
8497
8367
|
},
|
|
8498
8368
|
"node_modules/get-tsconfig": {
|
|
8499
|
-
"version": "4.13.
|
|
8500
|
-
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.
|
|
8501
|
-
"integrity": "sha512-
|
|
8369
|
+
"version": "4.13.6",
|
|
8370
|
+
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
|
|
8371
|
+
"integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
|
|
8502
8372
|
"dev": true,
|
|
8503
8373
|
"license": "MIT",
|
|
8504
8374
|
"dependencies": {
|
|
@@ -8519,7 +8389,7 @@
|
|
|
8519
8389
|
"version": "7.2.3",
|
|
8520
8390
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
8521
8391
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
8522
|
-
"deprecated": "
|
|
8392
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
8523
8393
|
"dev": true,
|
|
8524
8394
|
"license": "ISC",
|
|
8525
8395
|
"dependencies": {
|
|
@@ -8549,6 +8419,13 @@
|
|
|
8549
8419
|
"node": ">= 6"
|
|
8550
8420
|
}
|
|
8551
8421
|
},
|
|
8422
|
+
"node_modules/glob/node_modules/balanced-match": {
|
|
8423
|
+
"version": "1.0.2",
|
|
8424
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
8425
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
8426
|
+
"dev": true,
|
|
8427
|
+
"license": "MIT"
|
|
8428
|
+
},
|
|
8552
8429
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
8553
8430
|
"version": "1.1.12",
|
|
8554
8431
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -8561,9 +8438,9 @@
|
|
|
8561
8438
|
}
|
|
8562
8439
|
},
|
|
8563
8440
|
"node_modules/glob/node_modules/minimatch": {
|
|
8564
|
-
"version": "3.1.
|
|
8565
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
8566
|
-
"integrity": "sha512-
|
|
8441
|
+
"version": "3.1.5",
|
|
8442
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
8443
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
8567
8444
|
"dev": true,
|
|
8568
8445
|
"license": "ISC",
|
|
8569
8446
|
"dependencies": {
|
|
@@ -8598,9 +8475,9 @@
|
|
|
8598
8475
|
}
|
|
8599
8476
|
},
|
|
8600
8477
|
"node_modules/globals": {
|
|
8601
|
-
"version": "
|
|
8602
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-
|
|
8603
|
-
"integrity": "sha512-
|
|
8478
|
+
"version": "17.3.0",
|
|
8479
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
|
|
8480
|
+
"integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
|
|
8604
8481
|
"dev": true,
|
|
8605
8482
|
"license": "MIT",
|
|
8606
8483
|
"engines": {
|
|
@@ -8646,9 +8523,9 @@
|
|
|
8646
8523
|
"license": "ISC"
|
|
8647
8524
|
},
|
|
8648
8525
|
"node_modules/graphql": {
|
|
8649
|
-
"version": "16.
|
|
8650
|
-
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.
|
|
8651
|
-
"integrity": "sha512-
|
|
8526
|
+
"version": "16.13.0",
|
|
8527
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.0.tgz",
|
|
8528
|
+
"integrity": "sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA==",
|
|
8652
8529
|
"license": "MIT",
|
|
8653
8530
|
"engines": {
|
|
8654
8531
|
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
@@ -9513,9 +9390,9 @@
|
|
|
9513
9390
|
}
|
|
9514
9391
|
},
|
|
9515
9392
|
"node_modules/is-wsl": {
|
|
9516
|
-
"version": "3.1.
|
|
9517
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.
|
|
9518
|
-
"integrity": "sha512-
|
|
9393
|
+
"version": "3.1.1",
|
|
9394
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
|
|
9395
|
+
"integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
|
|
9519
9396
|
"license": "MIT",
|
|
9520
9397
|
"dependencies": {
|
|
9521
9398
|
"is-inside-container": "^1.0.0"
|
|
@@ -9969,6 +9846,23 @@
|
|
|
9969
9846
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
9970
9847
|
}
|
|
9971
9848
|
},
|
|
9849
|
+
"node_modules/jest-config/node_modules/balanced-match": {
|
|
9850
|
+
"version": "1.0.2",
|
|
9851
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
9852
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
9853
|
+
"dev": true,
|
|
9854
|
+
"license": "MIT"
|
|
9855
|
+
},
|
|
9856
|
+
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
9857
|
+
"version": "2.0.2",
|
|
9858
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
9859
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
9860
|
+
"dev": true,
|
|
9861
|
+
"license": "MIT",
|
|
9862
|
+
"dependencies": {
|
|
9863
|
+
"balanced-match": "^1.0.0"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9972
9866
|
"node_modules/jest-config/node_modules/chalk": {
|
|
9973
9867
|
"version": "4.1.2",
|
|
9974
9868
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -10010,6 +9904,7 @@
|
|
|
10010
9904
|
"version": "10.5.0",
|
|
10011
9905
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
10012
9906
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
9907
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
10013
9908
|
"dev": true,
|
|
10014
9909
|
"license": "ISC",
|
|
10015
9910
|
"dependencies": {
|
|
@@ -10027,14 +9922,20 @@
|
|
|
10027
9922
|
"url": "https://github.com/sponsors/isaacs"
|
|
10028
9923
|
}
|
|
10029
9924
|
},
|
|
10030
|
-
"node_modules/jest-config/node_modules/
|
|
10031
|
-
"version": "
|
|
10032
|
-
"resolved": "https://registry.npmjs.org/
|
|
10033
|
-
"integrity": "sha512-
|
|
9925
|
+
"node_modules/jest-config/node_modules/minimatch": {
|
|
9926
|
+
"version": "9.0.9",
|
|
9927
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
9928
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
10034
9929
|
"dev": true,
|
|
10035
9930
|
"license": "ISC",
|
|
9931
|
+
"dependencies": {
|
|
9932
|
+
"brace-expansion": "^2.0.2"
|
|
9933
|
+
},
|
|
10036
9934
|
"engines": {
|
|
10037
9935
|
"node": ">=16 || 14 >=14.17"
|
|
9936
|
+
},
|
|
9937
|
+
"funding": {
|
|
9938
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
10038
9939
|
}
|
|
10039
9940
|
},
|
|
10040
9941
|
"node_modules/jest-config/node_modules/slash": {
|
|
@@ -10687,6 +10588,23 @@
|
|
|
10687
10588
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
10688
10589
|
}
|
|
10689
10590
|
},
|
|
10591
|
+
"node_modules/jest-runtime/node_modules/balanced-match": {
|
|
10592
|
+
"version": "1.0.2",
|
|
10593
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
10594
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
10595
|
+
"dev": true,
|
|
10596
|
+
"license": "MIT"
|
|
10597
|
+
},
|
|
10598
|
+
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
10599
|
+
"version": "2.0.2",
|
|
10600
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
10601
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
10602
|
+
"dev": true,
|
|
10603
|
+
"license": "MIT",
|
|
10604
|
+
"dependencies": {
|
|
10605
|
+
"balanced-match": "^1.0.0"
|
|
10606
|
+
}
|
|
10607
|
+
},
|
|
10690
10608
|
"node_modules/jest-runtime/node_modules/chalk": {
|
|
10691
10609
|
"version": "4.1.2",
|
|
10692
10610
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -10728,6 +10646,7 @@
|
|
|
10728
10646
|
"version": "10.5.0",
|
|
10729
10647
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
10730
10648
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
10649
|
+
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
10731
10650
|
"dev": true,
|
|
10732
10651
|
"license": "ISC",
|
|
10733
10652
|
"dependencies": {
|
|
@@ -10745,14 +10664,20 @@
|
|
|
10745
10664
|
"url": "https://github.com/sponsors/isaacs"
|
|
10746
10665
|
}
|
|
10747
10666
|
},
|
|
10748
|
-
"node_modules/jest-runtime/node_modules/
|
|
10749
|
-
"version": "
|
|
10750
|
-
"resolved": "https://registry.npmjs.org/
|
|
10751
|
-
"integrity": "sha512-
|
|
10667
|
+
"node_modules/jest-runtime/node_modules/minimatch": {
|
|
10668
|
+
"version": "9.0.9",
|
|
10669
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
10670
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
10752
10671
|
"dev": true,
|
|
10753
10672
|
"license": "ISC",
|
|
10673
|
+
"dependencies": {
|
|
10674
|
+
"brace-expansion": "^2.0.2"
|
|
10675
|
+
},
|
|
10754
10676
|
"engines": {
|
|
10755
10677
|
"node": ">=16 || 14 >=14.17"
|
|
10678
|
+
},
|
|
10679
|
+
"funding": {
|
|
10680
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
10756
10681
|
}
|
|
10757
10682
|
},
|
|
10758
10683
|
"node_modules/jest-runtime/node_modules/slash": {
|
|
@@ -11155,9 +11080,9 @@
|
|
|
11155
11080
|
}
|
|
11156
11081
|
},
|
|
11157
11082
|
"node_modules/jsdoc-type-pratt-parser": {
|
|
11158
|
-
"version": "
|
|
11159
|
-
"resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-
|
|
11160
|
-
"integrity": "sha512
|
|
11083
|
+
"version": "7.1.1",
|
|
11084
|
+
"resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.1.tgz",
|
|
11085
|
+
"integrity": "sha512-/2uqY7x6bsrpi3i9LVU6J89352C0rpMk0as8trXxCtvd4kPk1ke/Eyif6wqfSLvoNJqcDG9Vk4UsXgygzCt2xA==",
|
|
11161
11086
|
"dev": true,
|
|
11162
11087
|
"license": "MIT",
|
|
11163
11088
|
"engines": {
|
|
@@ -11290,9 +11215,9 @@
|
|
|
11290
11215
|
"license": "MIT"
|
|
11291
11216
|
},
|
|
11292
11217
|
"node_modules/ky": {
|
|
11293
|
-
"version": "1.14.
|
|
11294
|
-
"resolved": "https://registry.npmjs.org/ky/-/ky-1.14.
|
|
11295
|
-
"integrity": "sha512-
|
|
11218
|
+
"version": "1.14.3",
|
|
11219
|
+
"resolved": "https://registry.npmjs.org/ky/-/ky-1.14.3.tgz",
|
|
11220
|
+
"integrity": "sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw==",
|
|
11296
11221
|
"license": "MIT",
|
|
11297
11222
|
"engines": {
|
|
11298
11223
|
"node": ">=18"
|
|
@@ -11304,11 +11229,11 @@
|
|
|
11304
11229
|
"node_modules/lando": {
|
|
11305
11230
|
"name": "@lando/cli",
|
|
11306
11231
|
"version": "3.6.5",
|
|
11307
|
-
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
11308
|
-
"integrity": "sha512-
|
|
11232
|
+
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#83ccd88dca26aaf244aeaa07ed74b8efc4d463b5",
|
|
11233
|
+
"integrity": "sha512-2RJ5ZwT4eiHn67mWYNAayGlE1e7hsJBoplPHb+qAg69VttLWHUpXnaoKnHglITe5TDMxBG6+5gInIAaypB0EaQ==",
|
|
11309
11234
|
"license": "GPL-3.0",
|
|
11310
11235
|
"dependencies": {
|
|
11311
|
-
"axios": "^1.13.
|
|
11236
|
+
"axios": "^1.13.5",
|
|
11312
11237
|
"bluebird": "^3.4.1",
|
|
11313
11238
|
"chalk": "^4.1.2",
|
|
11314
11239
|
"cli-table3": "^0.6.5",
|
|
@@ -11317,13 +11242,13 @@
|
|
|
11317
11242
|
"glob": "^13.0.0",
|
|
11318
11243
|
"js-yaml": "^4.1.1",
|
|
11319
11244
|
"jsonfile": "^6.1.0",
|
|
11320
|
-
"lodash": "^4.17.
|
|
11245
|
+
"lodash": "^4.17.23",
|
|
11321
11246
|
"node-cache": "^5.1.2",
|
|
11322
11247
|
"object-hash": "^3.0.0",
|
|
11323
11248
|
"semver": "^7.7.3",
|
|
11324
11249
|
"shelljs": "^0.10.0",
|
|
11325
11250
|
"string-argv": "0.1.1",
|
|
11326
|
-
"transliteration": "^2.6.
|
|
11251
|
+
"transliteration": "^2.6.1",
|
|
11327
11252
|
"winston": "^3.11.0",
|
|
11328
11253
|
"yargs": "^16.1.0"
|
|
11329
11254
|
},
|
|
@@ -11332,6 +11257,9 @@
|
|
|
11332
11257
|
},
|
|
11333
11258
|
"engines": {
|
|
11334
11259
|
"node": ">=14.0.0"
|
|
11260
|
+
},
|
|
11261
|
+
"peerDependencies": {
|
|
11262
|
+
"debug": "^4.4.3"
|
|
11335
11263
|
}
|
|
11336
11264
|
},
|
|
11337
11265
|
"node_modules/lando/node_modules/ansi-styles": {
|
|
@@ -11395,61 +11323,42 @@
|
|
|
11395
11323
|
"license": "MIT"
|
|
11396
11324
|
},
|
|
11397
11325
|
"node_modules/lando/node_modules/glob": {
|
|
11398
|
-
"version": "13.0.
|
|
11399
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.
|
|
11400
|
-
"integrity": "sha512-
|
|
11326
|
+
"version": "13.0.6",
|
|
11327
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
11328
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
11329
|
+
"license": "BlueOak-1.0.0",
|
|
11401
11330
|
"dependencies": {
|
|
11402
|
-
"minimatch": "^10.
|
|
11403
|
-
"minipass": "^7.1.
|
|
11404
|
-
"path-scurry": "^2.0.
|
|
11331
|
+
"minimatch": "^10.2.2",
|
|
11332
|
+
"minipass": "^7.1.3",
|
|
11333
|
+
"path-scurry": "^2.0.2"
|
|
11405
11334
|
},
|
|
11406
11335
|
"engines": {
|
|
11407
|
-
"node": "20 || >=22"
|
|
11336
|
+
"node": "18 || 20 || >=22"
|
|
11408
11337
|
},
|
|
11409
11338
|
"funding": {
|
|
11410
11339
|
"url": "https://github.com/sponsors/isaacs"
|
|
11411
11340
|
}
|
|
11412
11341
|
},
|
|
11413
11342
|
"node_modules/lando/node_modules/lru-cache": {
|
|
11414
|
-
"version": "11.2.
|
|
11415
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
11416
|
-
"integrity": "sha512-
|
|
11417
|
-
"
|
|
11418
|
-
"node": "20 || >=22"
|
|
11419
|
-
}
|
|
11420
|
-
},
|
|
11421
|
-
"node_modules/lando/node_modules/minimatch": {
|
|
11422
|
-
"version": "10.1.1",
|
|
11423
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
11424
|
-
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
11425
|
-
"dependencies": {
|
|
11426
|
-
"@isaacs/brace-expansion": "^5.0.0"
|
|
11427
|
-
},
|
|
11343
|
+
"version": "11.2.6",
|
|
11344
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
11345
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
11346
|
+
"license": "BlueOak-1.0.0",
|
|
11428
11347
|
"engines": {
|
|
11429
11348
|
"node": "20 || >=22"
|
|
11430
|
-
},
|
|
11431
|
-
"funding": {
|
|
11432
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
11433
|
-
}
|
|
11434
|
-
},
|
|
11435
|
-
"node_modules/lando/node_modules/minipass": {
|
|
11436
|
-
"version": "7.1.2",
|
|
11437
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
11438
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
11439
|
-
"engines": {
|
|
11440
|
-
"node": ">=16 || 14 >=14.17"
|
|
11441
11349
|
}
|
|
11442
11350
|
},
|
|
11443
11351
|
"node_modules/lando/node_modules/path-scurry": {
|
|
11444
|
-
"version": "2.0.
|
|
11445
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
11446
|
-
"integrity": "sha512-
|
|
11352
|
+
"version": "2.0.2",
|
|
11353
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
11354
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
11355
|
+
"license": "BlueOak-1.0.0",
|
|
11447
11356
|
"dependencies": {
|
|
11448
11357
|
"lru-cache": "^11.0.0",
|
|
11449
11358
|
"minipass": "^7.1.2"
|
|
11450
11359
|
},
|
|
11451
11360
|
"engines": {
|
|
11452
|
-
"node": "20 || >=22"
|
|
11361
|
+
"node": "18 || 20 || >=22"
|
|
11453
11362
|
},
|
|
11454
11363
|
"funding": {
|
|
11455
11364
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -11583,9 +11492,9 @@
|
|
|
11583
11492
|
}
|
|
11584
11493
|
},
|
|
11585
11494
|
"node_modules/lodash": {
|
|
11586
|
-
"version": "4.17.
|
|
11587
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
|
11588
|
-
"integrity": "sha512-
|
|
11495
|
+
"version": "4.17.23",
|
|
11496
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
11497
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
11589
11498
|
"license": "MIT"
|
|
11590
11499
|
},
|
|
11591
11500
|
"node_modules/lodash.camelcase": {
|
|
@@ -11779,21 +11688,44 @@
|
|
|
11779
11688
|
}
|
|
11780
11689
|
},
|
|
11781
11690
|
"node_modules/minimatch": {
|
|
11782
|
-
"version": "
|
|
11783
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
11784
|
-
"integrity": "sha512-
|
|
11691
|
+
"version": "10.2.4",
|
|
11692
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
11693
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
11785
11694
|
"dev": true,
|
|
11786
|
-
"license": "
|
|
11695
|
+
"license": "BlueOak-1.0.0",
|
|
11787
11696
|
"dependencies": {
|
|
11788
|
-
"brace-expansion": "^
|
|
11697
|
+
"brace-expansion": "^5.0.2"
|
|
11789
11698
|
},
|
|
11790
11699
|
"engines": {
|
|
11791
|
-
"node": "
|
|
11700
|
+
"node": "18 || 20 || >=22"
|
|
11792
11701
|
},
|
|
11793
11702
|
"funding": {
|
|
11794
11703
|
"url": "https://github.com/sponsors/isaacs"
|
|
11795
11704
|
}
|
|
11796
11705
|
},
|
|
11706
|
+
"node_modules/minimatch/node_modules/balanced-match": {
|
|
11707
|
+
"version": "4.0.4",
|
|
11708
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
11709
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
11710
|
+
"dev": true,
|
|
11711
|
+
"license": "MIT",
|
|
11712
|
+
"engines": {
|
|
11713
|
+
"node": "18 || 20 || >=22"
|
|
11714
|
+
}
|
|
11715
|
+
},
|
|
11716
|
+
"node_modules/minimatch/node_modules/brace-expansion": {
|
|
11717
|
+
"version": "5.0.3",
|
|
11718
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
11719
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
11720
|
+
"dev": true,
|
|
11721
|
+
"license": "MIT",
|
|
11722
|
+
"dependencies": {
|
|
11723
|
+
"balanced-match": "^4.0.2"
|
|
11724
|
+
},
|
|
11725
|
+
"engines": {
|
|
11726
|
+
"node": "18 || 20 || >=22"
|
|
11727
|
+
}
|
|
11728
|
+
},
|
|
11797
11729
|
"node_modules/minimist": {
|
|
11798
11730
|
"version": "1.2.8",
|
|
11799
11731
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
@@ -11804,13 +11736,12 @@
|
|
|
11804
11736
|
}
|
|
11805
11737
|
},
|
|
11806
11738
|
"node_modules/minipass": {
|
|
11807
|
-
"version": "
|
|
11808
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
11809
|
-
"integrity": "sha512-
|
|
11810
|
-
"
|
|
11811
|
-
"license": "ISC",
|
|
11739
|
+
"version": "7.1.3",
|
|
11740
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
11741
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
11742
|
+
"license": "BlueOak-1.0.0",
|
|
11812
11743
|
"engines": {
|
|
11813
|
-
"node": ">=
|
|
11744
|
+
"node": ">=16 || 14 >=14.17"
|
|
11814
11745
|
}
|
|
11815
11746
|
},
|
|
11816
11747
|
"node_modules/minizlib": {
|
|
@@ -11825,15 +11756,6 @@
|
|
|
11825
11756
|
"node": ">= 18"
|
|
11826
11757
|
}
|
|
11827
11758
|
},
|
|
11828
|
-
"node_modules/minizlib/node_modules/minipass": {
|
|
11829
|
-
"version": "7.1.2",
|
|
11830
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
11831
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
11832
|
-
"license": "ISC",
|
|
11833
|
-
"engines": {
|
|
11834
|
-
"node": ">=16 || 14 >=14.17"
|
|
11835
|
-
}
|
|
11836
|
-
},
|
|
11837
11759
|
"node_modules/mkdirp-classic": {
|
|
11838
11760
|
"version": "0.5.3",
|
|
11839
11761
|
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
@@ -11856,9 +11778,9 @@
|
|
|
11856
11778
|
"license": "MIT"
|
|
11857
11779
|
},
|
|
11858
11780
|
"node_modules/nan": {
|
|
11859
|
-
"version": "2.
|
|
11860
|
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.
|
|
11861
|
-
"integrity": "sha512-
|
|
11781
|
+
"version": "2.25.0",
|
|
11782
|
+
"resolved": "https://registry.npmjs.org/nan/-/nan-2.25.0.tgz",
|
|
11783
|
+
"integrity": "sha512-0M90Ag7Xn5KMLLZ7zliPWP3rT90P6PN+IzVFS0VqmnPktBk3700xUVv8Ikm9EUaUE5SDWdp/BIxdENzVznpm1g==",
|
|
11862
11784
|
"license": "MIT",
|
|
11863
11785
|
"optional": true
|
|
11864
11786
|
},
|
|
@@ -11908,9 +11830,9 @@
|
|
|
11908
11830
|
}
|
|
11909
11831
|
},
|
|
11910
11832
|
"node_modules/node-abi": {
|
|
11911
|
-
"version": "3.
|
|
11912
|
-
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.
|
|
11913
|
-
"integrity": "sha512
|
|
11833
|
+
"version": "3.87.0",
|
|
11834
|
+
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.87.0.tgz",
|
|
11835
|
+
"integrity": "sha512-+CGM1L1CgmtheLcBuleyYOn7NWPVu0s0EJH2C4puxgEZb9h8QpR9G2dBfZJOAUhi7VQxuBPMd0hiISWcTyiYyQ==",
|
|
11914
11836
|
"license": "MIT",
|
|
11915
11837
|
"optional": true,
|
|
11916
11838
|
"dependencies": {
|
|
@@ -11959,6 +11881,35 @@
|
|
|
11959
11881
|
"node": ">=10.5.0"
|
|
11960
11882
|
}
|
|
11961
11883
|
},
|
|
11884
|
+
"node_modules/node-exports-info": {
|
|
11885
|
+
"version": "1.6.0",
|
|
11886
|
+
"resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
|
|
11887
|
+
"integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
|
|
11888
|
+
"dev": true,
|
|
11889
|
+
"license": "MIT",
|
|
11890
|
+
"dependencies": {
|
|
11891
|
+
"array.prototype.flatmap": "^1.3.3",
|
|
11892
|
+
"es-errors": "^1.3.0",
|
|
11893
|
+
"object.entries": "^1.1.9",
|
|
11894
|
+
"semver": "^6.3.1"
|
|
11895
|
+
},
|
|
11896
|
+
"engines": {
|
|
11897
|
+
"node": ">= 0.4"
|
|
11898
|
+
},
|
|
11899
|
+
"funding": {
|
|
11900
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11901
|
+
}
|
|
11902
|
+
},
|
|
11903
|
+
"node_modules/node-exports-info/node_modules/semver": {
|
|
11904
|
+
"version": "6.3.1",
|
|
11905
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
11906
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
11907
|
+
"dev": true,
|
|
11908
|
+
"license": "ISC",
|
|
11909
|
+
"bin": {
|
|
11910
|
+
"semver": "bin/semver.js"
|
|
11911
|
+
}
|
|
11912
|
+
},
|
|
11962
11913
|
"node_modules/node-fetch": {
|
|
11963
11914
|
"version": "3.3.2",
|
|
11964
11915
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
@@ -12047,6 +11998,7 @@
|
|
|
12047
11998
|
"version": "3.0.0",
|
|
12048
11999
|
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
12049
12000
|
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
12001
|
+
"license": "MIT",
|
|
12050
12002
|
"engines": {
|
|
12051
12003
|
"node": ">= 6"
|
|
12052
12004
|
}
|
|
@@ -12444,16 +12396,6 @@
|
|
|
12444
12396
|
"dev": true,
|
|
12445
12397
|
"license": "ISC"
|
|
12446
12398
|
},
|
|
12447
|
-
"node_modules/path-scurry/node_modules/minipass": {
|
|
12448
|
-
"version": "7.1.2",
|
|
12449
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
12450
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
12451
|
-
"dev": true,
|
|
12452
|
-
"license": "ISC",
|
|
12453
|
-
"engines": {
|
|
12454
|
-
"node": ">=16 || 14 >=14.17"
|
|
12455
|
-
}
|
|
12456
|
-
},
|
|
12457
12399
|
"node_modules/picocolors": {
|
|
12458
12400
|
"version": "1.1.1",
|
|
12459
12401
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
@@ -12587,6 +12529,7 @@
|
|
|
12587
12529
|
"version": "7.1.3",
|
|
12588
12530
|
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
12589
12531
|
"integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
|
|
12532
|
+
"deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.",
|
|
12590
12533
|
"license": "MIT",
|
|
12591
12534
|
"optional": true,
|
|
12592
12535
|
"dependencies": {
|
|
@@ -12639,9 +12582,9 @@
|
|
|
12639
12582
|
}
|
|
12640
12583
|
},
|
|
12641
12584
|
"node_modules/prettier-linter-helpers": {
|
|
12642
|
-
"version": "1.0.
|
|
12643
|
-
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.
|
|
12644
|
-
"integrity": "sha512-
|
|
12585
|
+
"version": "1.0.1",
|
|
12586
|
+
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz",
|
|
12587
|
+
"integrity": "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==",
|
|
12645
12588
|
"dev": true,
|
|
12646
12589
|
"license": "MIT",
|
|
12647
12590
|
"dependencies": {
|
|
@@ -12726,9 +12669,9 @@
|
|
|
12726
12669
|
}
|
|
12727
12670
|
},
|
|
12728
12671
|
"node_modules/proxy-from-env": {
|
|
12729
|
-
"version": "
|
|
12730
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-
|
|
12731
|
-
"integrity": "sha512-
|
|
12672
|
+
"version": "2.0.0",
|
|
12673
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.0.0.tgz",
|
|
12674
|
+
"integrity": "sha512-h2lD3OfRraP3R51rNFKIE8nX+qoLr1mE74X91YhVxtDbt+OD6ntoNZv56+JgI4RCdtwQ5eexsOk1KdOQDfvPCQ==",
|
|
12732
12675
|
"license": "MIT"
|
|
12733
12676
|
},
|
|
12734
12677
|
"node_modules/pump": {
|
|
@@ -12956,12 +12899,12 @@
|
|
|
12956
12899
|
}
|
|
12957
12900
|
},
|
|
12958
12901
|
"node_modules/registry-auth-token": {
|
|
12959
|
-
"version": "5.1.
|
|
12960
|
-
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.
|
|
12961
|
-
"integrity": "sha512-
|
|
12902
|
+
"version": "5.1.1",
|
|
12903
|
+
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz",
|
|
12904
|
+
"integrity": "sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q==",
|
|
12962
12905
|
"license": "MIT",
|
|
12963
12906
|
"dependencies": {
|
|
12964
|
-
"@pnpm/npm-conf": "^
|
|
12907
|
+
"@pnpm/npm-conf": "^3.0.2"
|
|
12965
12908
|
},
|
|
12966
12909
|
"engines": {
|
|
12967
12910
|
"node": ">=14"
|
|
@@ -13245,15 +13188,18 @@
|
|
|
13245
13188
|
"license": "MIT"
|
|
13246
13189
|
},
|
|
13247
13190
|
"node_modules/sax": {
|
|
13248
|
-
"version": "1.4.
|
|
13249
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.
|
|
13250
|
-
"integrity": "sha512-
|
|
13251
|
-
"license": "BlueOak-1.0.0"
|
|
13191
|
+
"version": "1.4.4",
|
|
13192
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz",
|
|
13193
|
+
"integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
|
|
13194
|
+
"license": "BlueOak-1.0.0",
|
|
13195
|
+
"engines": {
|
|
13196
|
+
"node": ">=11.0.0"
|
|
13197
|
+
}
|
|
13252
13198
|
},
|
|
13253
13199
|
"node_modules/semver": {
|
|
13254
|
-
"version": "7.7.
|
|
13255
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
13256
|
-
"integrity": "sha512-
|
|
13200
|
+
"version": "7.7.4",
|
|
13201
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
13202
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
13257
13203
|
"license": "ISC",
|
|
13258
13204
|
"bin": {
|
|
13259
13205
|
"semver": "bin/semver.js"
|
|
@@ -13510,35 +13456,18 @@
|
|
|
13510
13456
|
}
|
|
13511
13457
|
},
|
|
13512
13458
|
"node_modules/socket.io-parser": {
|
|
13513
|
-
"version": "4.2.
|
|
13514
|
-
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.
|
|
13515
|
-
"integrity": "sha512
|
|
13459
|
+
"version": "4.2.5",
|
|
13460
|
+
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.5.tgz",
|
|
13461
|
+
"integrity": "sha512-bPMmpy/5WWKHea5Y/jYAP6k74A+hvmRCQaJuJB6I/ML5JZq/KfNieUVo/3Mh7SAqn7TyFdIo6wqYHInG1MU1bQ==",
|
|
13516
13462
|
"license": "MIT",
|
|
13517
13463
|
"dependencies": {
|
|
13518
13464
|
"@socket.io/component-emitter": "~3.1.0",
|
|
13519
|
-
"debug": "~4.
|
|
13465
|
+
"debug": "~4.4.1"
|
|
13520
13466
|
},
|
|
13521
13467
|
"engines": {
|
|
13522
13468
|
"node": ">=10.0.0"
|
|
13523
13469
|
}
|
|
13524
13470
|
},
|
|
13525
|
-
"node_modules/socket.io-parser/node_modules/debug": {
|
|
13526
|
-
"version": "4.3.7",
|
|
13527
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
13528
|
-
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
13529
|
-
"license": "MIT",
|
|
13530
|
-
"dependencies": {
|
|
13531
|
-
"ms": "^2.1.3"
|
|
13532
|
-
},
|
|
13533
|
-
"engines": {
|
|
13534
|
-
"node": ">=6.0"
|
|
13535
|
-
},
|
|
13536
|
-
"peerDependenciesMeta": {
|
|
13537
|
-
"supports-color": {
|
|
13538
|
-
"optional": true
|
|
13539
|
-
}
|
|
13540
|
-
}
|
|
13541
|
-
},
|
|
13542
13471
|
"node_modules/socket.io-stream": {
|
|
13543
13472
|
"name": "@wwa/socket.io-stream",
|
|
13544
13473
|
"version": "0.10.1",
|
|
@@ -13616,9 +13545,9 @@
|
|
|
13616
13545
|
}
|
|
13617
13546
|
},
|
|
13618
13547
|
"node_modules/spdx-license-ids": {
|
|
13619
|
-
"version": "3.0.
|
|
13620
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
13621
|
-
"integrity": "sha512-
|
|
13548
|
+
"version": "3.0.23",
|
|
13549
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
|
|
13550
|
+
"integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
|
|
13622
13551
|
"dev": true,
|
|
13623
13552
|
"license": "CC0-1.0"
|
|
13624
13553
|
},
|
|
@@ -13995,9 +13924,9 @@
|
|
|
13995
13924
|
}
|
|
13996
13925
|
},
|
|
13997
13926
|
"node_modules/synckit": {
|
|
13998
|
-
"version": "0.11.
|
|
13999
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
14000
|
-
"integrity": "sha512-
|
|
13927
|
+
"version": "0.11.12",
|
|
13928
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz",
|
|
13929
|
+
"integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==",
|
|
14001
13930
|
"dev": true,
|
|
14002
13931
|
"license": "MIT",
|
|
14003
13932
|
"dependencies": {
|
|
@@ -14023,9 +13952,9 @@
|
|
|
14023
13952
|
}
|
|
14024
13953
|
},
|
|
14025
13954
|
"node_modules/tar": {
|
|
14026
|
-
"version": "7.5.
|
|
14027
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
14028
|
-
"integrity": "sha512-
|
|
13955
|
+
"version": "7.5.9",
|
|
13956
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz",
|
|
13957
|
+
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
|
|
14029
13958
|
"license": "BlueOak-1.0.0",
|
|
14030
13959
|
"dependencies": {
|
|
14031
13960
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -14072,15 +14001,6 @@
|
|
|
14072
14001
|
"node": ">=6"
|
|
14073
14002
|
}
|
|
14074
14003
|
},
|
|
14075
|
-
"node_modules/tar/node_modules/minipass": {
|
|
14076
|
-
"version": "7.1.2",
|
|
14077
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
14078
|
-
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
14079
|
-
"license": "ISC",
|
|
14080
|
-
"engines": {
|
|
14081
|
-
"node": ">=16 || 14 >=14.17"
|
|
14082
|
-
}
|
|
14083
|
-
},
|
|
14084
14004
|
"node_modules/tar/node_modules/yallist": {
|
|
14085
14005
|
"version": "5.0.0",
|
|
14086
14006
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
@@ -14105,6 +14025,13 @@
|
|
|
14105
14025
|
"node": ">=8"
|
|
14106
14026
|
}
|
|
14107
14027
|
},
|
|
14028
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
14029
|
+
"version": "1.0.2",
|
|
14030
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
14031
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
14032
|
+
"dev": true,
|
|
14033
|
+
"license": "MIT"
|
|
14034
|
+
},
|
|
14108
14035
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
14109
14036
|
"version": "1.1.12",
|
|
14110
14037
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
@@ -14117,9 +14044,9 @@
|
|
|
14117
14044
|
}
|
|
14118
14045
|
},
|
|
14119
14046
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
14120
|
-
"version": "3.1.
|
|
14121
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
14122
|
-
"integrity": "sha512-
|
|
14047
|
+
"version": "3.1.5",
|
|
14048
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
14049
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
14123
14050
|
"dev": true,
|
|
14124
14051
|
"license": "ISC",
|
|
14125
14052
|
"dependencies": {
|
|
@@ -14220,9 +14147,9 @@
|
|
|
14220
14147
|
}
|
|
14221
14148
|
},
|
|
14222
14149
|
"node_modules/transliteration": {
|
|
14223
|
-
"version": "2.6.
|
|
14224
|
-
"resolved": "https://registry.npmjs.org/transliteration/-/transliteration-2.6.
|
|
14225
|
-
"integrity": "sha512-
|
|
14150
|
+
"version": "2.6.1",
|
|
14151
|
+
"resolved": "https://registry.npmjs.org/transliteration/-/transliteration-2.6.1.tgz",
|
|
14152
|
+
"integrity": "sha512-hJ9BhrQAOnNTbpOr1MxsNjZISkn7ppvF5TKUeFmTE1mG4ZPD/XVxF0L0LUoIUCWmQyxH0gJpVtfYLAWf298U9w==",
|
|
14226
14153
|
"license": "MIT",
|
|
14227
14154
|
"bin": {
|
|
14228
14155
|
"slugify": "dist/bin/slugify",
|
|
@@ -14242,9 +14169,9 @@
|
|
|
14242
14169
|
}
|
|
14243
14170
|
},
|
|
14244
14171
|
"node_modules/ts-api-utils": {
|
|
14245
|
-
"version": "2.
|
|
14246
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
14247
|
-
"integrity": "sha512-
|
|
14172
|
+
"version": "2.4.0",
|
|
14173
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
|
|
14174
|
+
"integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
|
|
14248
14175
|
"dev": true,
|
|
14249
14176
|
"license": "MIT",
|
|
14250
14177
|
"engines": {
|
|
@@ -14340,12 +14267,15 @@
|
|
|
14340
14267
|
}
|
|
14341
14268
|
},
|
|
14342
14269
|
"node_modules/type-fest": {
|
|
14343
|
-
"version": "4.
|
|
14344
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
14345
|
-
"integrity": "sha512-
|
|
14270
|
+
"version": "5.4.4",
|
|
14271
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.4.4.tgz",
|
|
14272
|
+
"integrity": "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==",
|
|
14346
14273
|
"license": "(MIT OR CC0-1.0)",
|
|
14274
|
+
"dependencies": {
|
|
14275
|
+
"tagged-tag": "^1.0.0"
|
|
14276
|
+
},
|
|
14347
14277
|
"engines": {
|
|
14348
|
-
"node": ">=
|
|
14278
|
+
"node": ">=20"
|
|
14349
14279
|
},
|
|
14350
14280
|
"funding": {
|
|
14351
14281
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -14444,170 +14374,16 @@
|
|
|
14444
14374
|
}
|
|
14445
14375
|
},
|
|
14446
14376
|
"node_modules/typescript-eslint": {
|
|
14447
|
-
"version": "8.
|
|
14448
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
14449
|
-
"integrity": "sha512-
|
|
14450
|
-
"dev": true,
|
|
14451
|
-
"license": "MIT",
|
|
14452
|
-
"dependencies": {
|
|
14453
|
-
"@typescript-eslint/eslint-plugin": "8.50.0",
|
|
14454
|
-
"@typescript-eslint/parser": "8.50.0",
|
|
14455
|
-
"@typescript-eslint/typescript-estree": "8.50.0",
|
|
14456
|
-
"@typescript-eslint/utils": "8.50.0"
|
|
14457
|
-
},
|
|
14458
|
-
"engines": {
|
|
14459
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14460
|
-
},
|
|
14461
|
-
"funding": {
|
|
14462
|
-
"type": "opencollective",
|
|
14463
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14464
|
-
},
|
|
14465
|
-
"peerDependencies": {
|
|
14466
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
14467
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
14468
|
-
}
|
|
14469
|
-
},
|
|
14470
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin": {
|
|
14471
|
-
"version": "8.50.0",
|
|
14472
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.50.0.tgz",
|
|
14473
|
-
"integrity": "sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg==",
|
|
14474
|
-
"dev": true,
|
|
14475
|
-
"license": "MIT",
|
|
14476
|
-
"dependencies": {
|
|
14477
|
-
"@eslint-community/regexpp": "^4.10.0",
|
|
14478
|
-
"@typescript-eslint/scope-manager": "8.50.0",
|
|
14479
|
-
"@typescript-eslint/type-utils": "8.50.0",
|
|
14480
|
-
"@typescript-eslint/utils": "8.50.0",
|
|
14481
|
-
"@typescript-eslint/visitor-keys": "8.50.0",
|
|
14482
|
-
"ignore": "^7.0.0",
|
|
14483
|
-
"natural-compare": "^1.4.0",
|
|
14484
|
-
"ts-api-utils": "^2.1.0"
|
|
14485
|
-
},
|
|
14486
|
-
"engines": {
|
|
14487
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14488
|
-
},
|
|
14489
|
-
"funding": {
|
|
14490
|
-
"type": "opencollective",
|
|
14491
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14492
|
-
},
|
|
14493
|
-
"peerDependencies": {
|
|
14494
|
-
"@typescript-eslint/parser": "^8.50.0",
|
|
14495
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
14496
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
14497
|
-
}
|
|
14498
|
-
},
|
|
14499
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": {
|
|
14500
|
-
"version": "8.50.0",
|
|
14501
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.50.0.tgz",
|
|
14502
|
-
"integrity": "sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q==",
|
|
14503
|
-
"dev": true,
|
|
14504
|
-
"license": "MIT",
|
|
14505
|
-
"dependencies": {
|
|
14506
|
-
"@typescript-eslint/scope-manager": "8.50.0",
|
|
14507
|
-
"@typescript-eslint/types": "8.50.0",
|
|
14508
|
-
"@typescript-eslint/typescript-estree": "8.50.0",
|
|
14509
|
-
"@typescript-eslint/visitor-keys": "8.50.0",
|
|
14510
|
-
"debug": "^4.3.4"
|
|
14511
|
-
},
|
|
14512
|
-
"engines": {
|
|
14513
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14514
|
-
},
|
|
14515
|
-
"funding": {
|
|
14516
|
-
"type": "opencollective",
|
|
14517
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14518
|
-
},
|
|
14519
|
-
"peerDependencies": {
|
|
14520
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
14521
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
14522
|
-
}
|
|
14523
|
-
},
|
|
14524
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": {
|
|
14525
|
-
"version": "8.50.0",
|
|
14526
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.50.0.tgz",
|
|
14527
|
-
"integrity": "sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==",
|
|
14528
|
-
"dev": true,
|
|
14529
|
-
"license": "MIT",
|
|
14530
|
-
"dependencies": {
|
|
14531
|
-
"@typescript-eslint/tsconfig-utils": "^8.50.0",
|
|
14532
|
-
"@typescript-eslint/types": "^8.50.0",
|
|
14533
|
-
"debug": "^4.3.4"
|
|
14534
|
-
},
|
|
14535
|
-
"engines": {
|
|
14536
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14537
|
-
},
|
|
14538
|
-
"funding": {
|
|
14539
|
-
"type": "opencollective",
|
|
14540
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14541
|
-
},
|
|
14542
|
-
"peerDependencies": {
|
|
14543
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
14544
|
-
}
|
|
14545
|
-
},
|
|
14546
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
|
14547
|
-
"version": "8.50.0",
|
|
14548
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.50.0.tgz",
|
|
14549
|
-
"integrity": "sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==",
|
|
14550
|
-
"dev": true,
|
|
14551
|
-
"license": "MIT",
|
|
14552
|
-
"dependencies": {
|
|
14553
|
-
"@typescript-eslint/types": "8.50.0",
|
|
14554
|
-
"@typescript-eslint/visitor-keys": "8.50.0"
|
|
14555
|
-
},
|
|
14556
|
-
"engines": {
|
|
14557
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14558
|
-
},
|
|
14559
|
-
"funding": {
|
|
14560
|
-
"type": "opencollective",
|
|
14561
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14562
|
-
}
|
|
14563
|
-
},
|
|
14564
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
14565
|
-
"version": "8.50.0",
|
|
14566
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.0.tgz",
|
|
14567
|
-
"integrity": "sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==",
|
|
14568
|
-
"dev": true,
|
|
14569
|
-
"license": "MIT",
|
|
14570
|
-
"engines": {
|
|
14571
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14572
|
-
},
|
|
14573
|
-
"funding": {
|
|
14574
|
-
"type": "opencollective",
|
|
14575
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14576
|
-
},
|
|
14577
|
-
"peerDependencies": {
|
|
14578
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
14579
|
-
}
|
|
14580
|
-
},
|
|
14581
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
|
14582
|
-
"version": "8.50.0",
|
|
14583
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.50.0.tgz",
|
|
14584
|
-
"integrity": "sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==",
|
|
14585
|
-
"dev": true,
|
|
14586
|
-
"license": "MIT",
|
|
14587
|
-
"engines": {
|
|
14588
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14589
|
-
},
|
|
14590
|
-
"funding": {
|
|
14591
|
-
"type": "opencollective",
|
|
14592
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14593
|
-
}
|
|
14594
|
-
},
|
|
14595
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
|
14596
|
-
"version": "8.50.0",
|
|
14597
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz",
|
|
14598
|
-
"integrity": "sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==",
|
|
14377
|
+
"version": "8.56.1",
|
|
14378
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.56.1.tgz",
|
|
14379
|
+
"integrity": "sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==",
|
|
14599
14380
|
"dev": true,
|
|
14600
14381
|
"license": "MIT",
|
|
14601
14382
|
"dependencies": {
|
|
14602
|
-
"@typescript-eslint/
|
|
14603
|
-
"@typescript-eslint/
|
|
14604
|
-
"@typescript-eslint/
|
|
14605
|
-
"@typescript-eslint/
|
|
14606
|
-
"debug": "^4.3.4",
|
|
14607
|
-
"minimatch": "^9.0.4",
|
|
14608
|
-
"semver": "^7.6.0",
|
|
14609
|
-
"tinyglobby": "^0.2.15",
|
|
14610
|
-
"ts-api-utils": "^2.1.0"
|
|
14383
|
+
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
14384
|
+
"@typescript-eslint/parser": "8.56.1",
|
|
14385
|
+
"@typescript-eslint/typescript-estree": "8.56.1",
|
|
14386
|
+
"@typescript-eslint/utils": "8.56.1"
|
|
14611
14387
|
},
|
|
14612
14388
|
"engines": {
|
|
14613
14389
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -14617,50 +14393,10 @@
|
|
|
14617
14393
|
"url": "https://opencollective.com/typescript-eslint"
|
|
14618
14394
|
},
|
|
14619
14395
|
"peerDependencies": {
|
|
14396
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
14620
14397
|
"typescript": ">=4.8.4 <6.0.0"
|
|
14621
14398
|
}
|
|
14622
14399
|
},
|
|
14623
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
|
14624
|
-
"version": "8.50.0",
|
|
14625
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz",
|
|
14626
|
-
"integrity": "sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==",
|
|
14627
|
-
"dev": true,
|
|
14628
|
-
"license": "MIT",
|
|
14629
|
-
"dependencies": {
|
|
14630
|
-
"@typescript-eslint/types": "8.50.0",
|
|
14631
|
-
"eslint-visitor-keys": "^4.2.1"
|
|
14632
|
-
},
|
|
14633
|
-
"engines": {
|
|
14634
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14635
|
-
},
|
|
14636
|
-
"funding": {
|
|
14637
|
-
"type": "opencollective",
|
|
14638
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14639
|
-
}
|
|
14640
|
-
},
|
|
14641
|
-
"node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
|
|
14642
|
-
"version": "4.2.1",
|
|
14643
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
14644
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
14645
|
-
"dev": true,
|
|
14646
|
-
"license": "Apache-2.0",
|
|
14647
|
-
"engines": {
|
|
14648
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14649
|
-
},
|
|
14650
|
-
"funding": {
|
|
14651
|
-
"url": "https://opencollective.com/eslint"
|
|
14652
|
-
}
|
|
14653
|
-
},
|
|
14654
|
-
"node_modules/typescript-eslint/node_modules/ignore": {
|
|
14655
|
-
"version": "7.0.5",
|
|
14656
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
14657
|
-
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
14658
|
-
"dev": true,
|
|
14659
|
-
"license": "MIT",
|
|
14660
|
-
"engines": {
|
|
14661
|
-
"node": ">= 4"
|
|
14662
|
-
}
|
|
14663
|
-
},
|
|
14664
14400
|
"node_modules/unbox-primitive": {
|
|
14665
14401
|
"version": "1.1.0",
|
|
14666
14402
|
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
|
|
@@ -14862,6 +14598,18 @@
|
|
|
14862
14598
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14863
14599
|
}
|
|
14864
14600
|
},
|
|
14601
|
+
"node_modules/update-notifier/node_modules/type-fest": {
|
|
14602
|
+
"version": "4.41.0",
|
|
14603
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
14604
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
14605
|
+
"license": "(MIT OR CC0-1.0)",
|
|
14606
|
+
"engines": {
|
|
14607
|
+
"node": ">=16"
|
|
14608
|
+
},
|
|
14609
|
+
"funding": {
|
|
14610
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14611
|
+
}
|
|
14612
|
+
},
|
|
14865
14613
|
"node_modules/uri-js": {
|
|
14866
14614
|
"version": "4.4.1",
|
|
14867
14615
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
@@ -15057,9 +14805,9 @@
|
|
|
15057
14805
|
}
|
|
15058
14806
|
},
|
|
15059
14807
|
"node_modules/which-typed-array": {
|
|
15060
|
-
"version": "1.1.
|
|
15061
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
15062
|
-
"integrity": "sha512-
|
|
14808
|
+
"version": "1.1.20",
|
|
14809
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
|
|
14810
|
+
"integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
|
|
15063
14811
|
"dev": true,
|
|
15064
14812
|
"license": "MIT",
|
|
15065
14813
|
"dependencies": {
|
|
@@ -15129,12 +14877,12 @@
|
|
|
15129
14877
|
}
|
|
15130
14878
|
},
|
|
15131
14879
|
"node_modules/widest-line/node_modules/strip-ansi": {
|
|
15132
|
-
"version": "7.
|
|
15133
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
15134
|
-
"integrity": "sha512-
|
|
14880
|
+
"version": "7.2.0",
|
|
14881
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
14882
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
15135
14883
|
"license": "MIT",
|
|
15136
14884
|
"dependencies": {
|
|
15137
|
-
"ansi-regex": "^6.
|
|
14885
|
+
"ansi-regex": "^6.2.2"
|
|
15138
14886
|
},
|
|
15139
14887
|
"engines": {
|
|
15140
14888
|
"node": ">=12"
|
|
@@ -15319,12 +15067,12 @@
|
|
|
15319
15067
|
}
|
|
15320
15068
|
},
|
|
15321
15069
|
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
15322
|
-
"version": "7.
|
|
15323
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
15324
|
-
"integrity": "sha512-
|
|
15070
|
+
"version": "7.2.0",
|
|
15071
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
15072
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
15325
15073
|
"license": "MIT",
|
|
15326
15074
|
"dependencies": {
|
|
15327
|
-
"ansi-regex": "^6.
|
|
15075
|
+
"ansi-regex": "^6.2.2"
|
|
15328
15076
|
},
|
|
15329
15077
|
"engines": {
|
|
15330
15078
|
"node": ">=12"
|
|
@@ -15367,9 +15115,9 @@
|
|
|
15367
15115
|
}
|
|
15368
15116
|
},
|
|
15369
15117
|
"node_modules/ws": {
|
|
15370
|
-
"version": "8.
|
|
15371
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
15372
|
-
"integrity": "sha512-
|
|
15118
|
+
"version": "8.18.3",
|
|
15119
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
15120
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
15373
15121
|
"license": "MIT",
|
|
15374
15122
|
"engines": {
|
|
15375
15123
|
"node": ">=10.0.0"
|
|
@@ -15388,9 +15136,9 @@
|
|
|
15388
15136
|
}
|
|
15389
15137
|
},
|
|
15390
15138
|
"node_modules/wsl-utils": {
|
|
15391
|
-
"version": "0.3.
|
|
15392
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.
|
|
15393
|
-
"integrity": "sha512-
|
|
15139
|
+
"version": "0.3.1",
|
|
15140
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
|
|
15141
|
+
"integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
|
|
15394
15142
|
"license": "MIT",
|
|
15395
15143
|
"dependencies": {
|
|
15396
15144
|
"is-wsl": "^3.1.0",
|
|
@@ -15502,9 +15250,9 @@
|
|
|
15502
15250
|
}
|
|
15503
15251
|
},
|
|
15504
15252
|
"node_modules/zod": {
|
|
15505
|
-
"version": "4.
|
|
15506
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.
|
|
15507
|
-
"integrity": "sha512-
|
|
15253
|
+
"version": "4.3.6",
|
|
15254
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
|
|
15255
|
+
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
|
|
15508
15256
|
"dev": true,
|
|
15509
15257
|
"license": "MIT",
|
|
15510
15258
|
"funding": {
|