eslint-plugin-primer-react 8.1.0-rc.d5a1ac8 → 8.2.0-rc.1772227
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/CHANGELOG.md +14 -0
- package/docs/rules/use-styled-react-import.md +53 -6
- package/package-lock.json +1018 -387
- package/package.json +3 -3
- package/src/rules/__tests__/use-styled-react-import.test.js +143 -14
- package/src/rules/no-system-props.js +1 -0
- package/src/rules/use-styled-react-import.js +54 -146
package/package-lock.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-primer-react",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "eslint-plugin-primer-react",
|
|
9
|
-
"version": "8.
|
|
9
|
+
"version": "8.1.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@styled-system/props": "^5.1.5",
|
|
13
|
-
"@typescript-eslint/utils": "8.39.0",
|
|
13
|
+
"@typescript-eslint/utils": "^8.39.0",
|
|
14
14
|
"eslint-plugin-github": "^6.0.0",
|
|
15
15
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
16
16
|
"eslint-traverse": "^1.0.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@github/markdownlint-github": "^0.6.3",
|
|
25
25
|
"@github/prettier-config": "0.0.6",
|
|
26
26
|
"@types/jest": "^30.0.0",
|
|
27
|
-
"@typescript-eslint/rule-tester": "8.
|
|
27
|
+
"@typescript-eslint/rule-tester": "8.42.0",
|
|
28
28
|
"eslint": "^9.0.0",
|
|
29
29
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
30
30
|
"eslint-plugin-filenames": "^1.3.2",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
50
50
|
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
51
51
|
"dev": true,
|
|
52
|
+
"license": "Apache-2.0",
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
54
55
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
@@ -76,26 +77,28 @@
|
|
|
76
77
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
|
|
77
78
|
"integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
|
|
78
79
|
"dev": true,
|
|
80
|
+
"license": "MIT",
|
|
79
81
|
"engines": {
|
|
80
82
|
"node": ">=6.9.0"
|
|
81
83
|
}
|
|
82
84
|
},
|
|
83
85
|
"node_modules/@babel/core": {
|
|
84
|
-
"version": "7.28.
|
|
85
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
86
|
-
"integrity": "sha512-
|
|
86
|
+
"version": "7.28.3",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz",
|
|
88
|
+
"integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==",
|
|
87
89
|
"dev": true,
|
|
90
|
+
"license": "MIT",
|
|
88
91
|
"dependencies": {
|
|
89
92
|
"@ampproject/remapping": "^2.2.0",
|
|
90
93
|
"@babel/code-frame": "^7.27.1",
|
|
91
|
-
"@babel/generator": "^7.28.
|
|
94
|
+
"@babel/generator": "^7.28.3",
|
|
92
95
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
93
|
-
"@babel/helper-module-transforms": "^7.
|
|
94
|
-
"@babel/helpers": "^7.
|
|
95
|
-
"@babel/parser": "^7.28.
|
|
96
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
97
|
+
"@babel/helpers": "^7.28.3",
|
|
98
|
+
"@babel/parser": "^7.28.3",
|
|
96
99
|
"@babel/template": "^7.27.2",
|
|
97
|
-
"@babel/traverse": "^7.28.
|
|
98
|
-
"@babel/types": "^7.28.
|
|
100
|
+
"@babel/traverse": "^7.28.3",
|
|
101
|
+
"@babel/types": "^7.28.2",
|
|
99
102
|
"convert-source-map": "^2.0.0",
|
|
100
103
|
"debug": "^4.1.0",
|
|
101
104
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -115,18 +118,20 @@
|
|
|
115
118
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
116
119
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
117
120
|
"dev": true,
|
|
121
|
+
"license": "ISC",
|
|
118
122
|
"bin": {
|
|
119
123
|
"semver": "bin/semver.js"
|
|
120
124
|
}
|
|
121
125
|
},
|
|
122
126
|
"node_modules/@babel/generator": {
|
|
123
|
-
"version": "7.28.
|
|
124
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.
|
|
125
|
-
"integrity": "sha512-
|
|
127
|
+
"version": "7.28.3",
|
|
128
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",
|
|
129
|
+
"integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",
|
|
126
130
|
"dev": true,
|
|
131
|
+
"license": "MIT",
|
|
127
132
|
"dependencies": {
|
|
128
|
-
"@babel/parser": "^7.28.
|
|
129
|
-
"@babel/types": "^7.28.
|
|
133
|
+
"@babel/parser": "^7.28.3",
|
|
134
|
+
"@babel/types": "^7.28.2",
|
|
130
135
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
131
136
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
132
137
|
"jsesc": "^3.0.2"
|
|
@@ -140,6 +145,7 @@
|
|
|
140
145
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
141
146
|
"integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
142
147
|
"dev": true,
|
|
148
|
+
"license": "MIT",
|
|
143
149
|
"dependencies": {
|
|
144
150
|
"@babel/compat-data": "^7.27.2",
|
|
145
151
|
"@babel/helper-validator-option": "^7.27.1",
|
|
@@ -156,6 +162,7 @@
|
|
|
156
162
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
157
163
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
158
164
|
"dev": true,
|
|
165
|
+
"license": "ISC",
|
|
159
166
|
"bin": {
|
|
160
167
|
"semver": "bin/semver.js"
|
|
161
168
|
}
|
|
@@ -165,6 +172,7 @@
|
|
|
165
172
|
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
166
173
|
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
167
174
|
"dev": true,
|
|
175
|
+
"license": "MIT",
|
|
168
176
|
"engines": {
|
|
169
177
|
"node": ">=6.9.0"
|
|
170
178
|
}
|
|
@@ -174,6 +182,7 @@
|
|
|
174
182
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
175
183
|
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
176
184
|
"dev": true,
|
|
185
|
+
"license": "MIT",
|
|
177
186
|
"dependencies": {
|
|
178
187
|
"@babel/traverse": "^7.27.1",
|
|
179
188
|
"@babel/types": "^7.27.1"
|
|
@@ -183,14 +192,15 @@
|
|
|
183
192
|
}
|
|
184
193
|
},
|
|
185
194
|
"node_modules/@babel/helper-module-transforms": {
|
|
186
|
-
"version": "7.
|
|
187
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
188
|
-
"integrity": "sha512-
|
|
195
|
+
"version": "7.28.3",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
197
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
189
198
|
"dev": true,
|
|
199
|
+
"license": "MIT",
|
|
190
200
|
"dependencies": {
|
|
191
201
|
"@babel/helper-module-imports": "^7.27.1",
|
|
192
202
|
"@babel/helper-validator-identifier": "^7.27.1",
|
|
193
|
-
"@babel/traverse": "^7.
|
|
203
|
+
"@babel/traverse": "^7.28.3"
|
|
194
204
|
},
|
|
195
205
|
"engines": {
|
|
196
206
|
"node": ">=6.9.0"
|
|
@@ -204,6 +214,7 @@
|
|
|
204
214
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
205
215
|
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
206
216
|
"dev": true,
|
|
217
|
+
"license": "MIT",
|
|
207
218
|
"engines": {
|
|
208
219
|
"node": ">=6.9.0"
|
|
209
220
|
}
|
|
@@ -213,6 +224,7 @@
|
|
|
213
224
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
214
225
|
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
215
226
|
"dev": true,
|
|
227
|
+
"license": "MIT",
|
|
216
228
|
"engines": {
|
|
217
229
|
"node": ">=6.9.0"
|
|
218
230
|
}
|
|
@@ -231,15 +243,17 @@
|
|
|
231
243
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
232
244
|
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
233
245
|
"dev": true,
|
|
246
|
+
"license": "MIT",
|
|
234
247
|
"engines": {
|
|
235
248
|
"node": ">=6.9.0"
|
|
236
249
|
}
|
|
237
250
|
},
|
|
238
251
|
"node_modules/@babel/helpers": {
|
|
239
|
-
"version": "7.28.
|
|
240
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
241
|
-
"integrity": "sha512
|
|
252
|
+
"version": "7.28.3",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz",
|
|
254
|
+
"integrity": "sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==",
|
|
242
255
|
"dev": true,
|
|
256
|
+
"license": "MIT",
|
|
243
257
|
"dependencies": {
|
|
244
258
|
"@babel/template": "^7.27.2",
|
|
245
259
|
"@babel/types": "^7.28.2"
|
|
@@ -249,12 +263,13 @@
|
|
|
249
263
|
}
|
|
250
264
|
},
|
|
251
265
|
"node_modules/@babel/parser": {
|
|
252
|
-
"version": "7.28.
|
|
253
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
254
|
-
"integrity": "sha512-
|
|
266
|
+
"version": "7.28.3",
|
|
267
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz",
|
|
268
|
+
"integrity": "sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==",
|
|
255
269
|
"dev": true,
|
|
270
|
+
"license": "MIT",
|
|
256
271
|
"dependencies": {
|
|
257
|
-
"@babel/types": "^7.28.
|
|
272
|
+
"@babel/types": "^7.28.2"
|
|
258
273
|
},
|
|
259
274
|
"bin": {
|
|
260
275
|
"parser": "bin/babel-parser.js"
|
|
@@ -268,6 +283,7 @@
|
|
|
268
283
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
|
|
269
284
|
"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
|
|
270
285
|
"dev": true,
|
|
286
|
+
"license": "MIT",
|
|
271
287
|
"dependencies": {
|
|
272
288
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
273
289
|
},
|
|
@@ -280,6 +296,7 @@
|
|
|
280
296
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
|
|
281
297
|
"integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
|
|
282
298
|
"dev": true,
|
|
299
|
+
"license": "MIT",
|
|
283
300
|
"dependencies": {
|
|
284
301
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
285
302
|
},
|
|
@@ -292,6 +309,7 @@
|
|
|
292
309
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
|
|
293
310
|
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
|
|
294
311
|
"dev": true,
|
|
312
|
+
"license": "MIT",
|
|
295
313
|
"dependencies": {
|
|
296
314
|
"@babel/helper-plugin-utils": "^7.12.13"
|
|
297
315
|
},
|
|
@@ -304,6 +322,7 @@
|
|
|
304
322
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
|
|
305
323
|
"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
|
|
306
324
|
"dev": true,
|
|
325
|
+
"license": "MIT",
|
|
307
326
|
"dependencies": {
|
|
308
327
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
309
328
|
},
|
|
@@ -319,6 +338,7 @@
|
|
|
319
338
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
|
|
320
339
|
"integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
|
|
321
340
|
"dev": true,
|
|
341
|
+
"license": "MIT",
|
|
322
342
|
"dependencies": {
|
|
323
343
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
324
344
|
},
|
|
@@ -334,6 +354,7 @@
|
|
|
334
354
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
|
|
335
355
|
"integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
|
|
336
356
|
"dev": true,
|
|
357
|
+
"license": "MIT",
|
|
337
358
|
"dependencies": {
|
|
338
359
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
339
360
|
},
|
|
@@ -346,6 +367,7 @@
|
|
|
346
367
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
|
|
347
368
|
"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
|
|
348
369
|
"dev": true,
|
|
370
|
+
"license": "MIT",
|
|
349
371
|
"dependencies": {
|
|
350
372
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
351
373
|
},
|
|
@@ -358,6 +380,7 @@
|
|
|
358
380
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
359
381
|
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
360
382
|
"dev": true,
|
|
383
|
+
"license": "MIT",
|
|
361
384
|
"dependencies": {
|
|
362
385
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
363
386
|
},
|
|
@@ -373,6 +396,7 @@
|
|
|
373
396
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
|
374
397
|
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
|
|
375
398
|
"dev": true,
|
|
399
|
+
"license": "MIT",
|
|
376
400
|
"dependencies": {
|
|
377
401
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
378
402
|
},
|
|
@@ -385,6 +409,7 @@
|
|
|
385
409
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
|
|
386
410
|
"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
|
|
387
411
|
"dev": true,
|
|
412
|
+
"license": "MIT",
|
|
388
413
|
"dependencies": {
|
|
389
414
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
390
415
|
},
|
|
@@ -397,6 +422,7 @@
|
|
|
397
422
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
|
398
423
|
"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
|
|
399
424
|
"dev": true,
|
|
425
|
+
"license": "MIT",
|
|
400
426
|
"dependencies": {
|
|
401
427
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
402
428
|
},
|
|
@@ -409,6 +435,7 @@
|
|
|
409
435
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
|
|
410
436
|
"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
|
|
411
437
|
"dev": true,
|
|
438
|
+
"license": "MIT",
|
|
412
439
|
"dependencies": {
|
|
413
440
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
414
441
|
},
|
|
@@ -421,6 +448,7 @@
|
|
|
421
448
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
|
422
449
|
"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
|
|
423
450
|
"dev": true,
|
|
451
|
+
"license": "MIT",
|
|
424
452
|
"dependencies": {
|
|
425
453
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
426
454
|
},
|
|
@@ -433,6 +461,7 @@
|
|
|
433
461
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
|
|
434
462
|
"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
|
|
435
463
|
"dev": true,
|
|
464
|
+
"license": "MIT",
|
|
436
465
|
"dependencies": {
|
|
437
466
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
438
467
|
},
|
|
@@ -445,6 +474,7 @@
|
|
|
445
474
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
|
|
446
475
|
"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
|
|
447
476
|
"dev": true,
|
|
477
|
+
"license": "MIT",
|
|
448
478
|
"dependencies": {
|
|
449
479
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
450
480
|
},
|
|
@@ -460,6 +490,7 @@
|
|
|
460
490
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
|
|
461
491
|
"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
|
|
462
492
|
"dev": true,
|
|
493
|
+
"license": "MIT",
|
|
463
494
|
"dependencies": {
|
|
464
495
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
465
496
|
},
|
|
@@ -475,6 +506,7 @@
|
|
|
475
506
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
476
507
|
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
477
508
|
"dev": true,
|
|
509
|
+
"license": "MIT",
|
|
478
510
|
"dependencies": {
|
|
479
511
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
480
512
|
},
|
|
@@ -499,6 +531,7 @@
|
|
|
499
531
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
500
532
|
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
501
533
|
"dev": true,
|
|
534
|
+
"license": "MIT",
|
|
502
535
|
"dependencies": {
|
|
503
536
|
"@babel/code-frame": "^7.27.1",
|
|
504
537
|
"@babel/parser": "^7.27.2",
|
|
@@ -509,17 +542,18 @@
|
|
|
509
542
|
}
|
|
510
543
|
},
|
|
511
544
|
"node_modules/@babel/traverse": {
|
|
512
|
-
"version": "7.28.
|
|
513
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
514
|
-
"integrity": "sha512-
|
|
545
|
+
"version": "7.28.3",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz",
|
|
547
|
+
"integrity": "sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==",
|
|
515
548
|
"dev": true,
|
|
549
|
+
"license": "MIT",
|
|
516
550
|
"dependencies": {
|
|
517
551
|
"@babel/code-frame": "^7.27.1",
|
|
518
|
-
"@babel/generator": "^7.28.
|
|
552
|
+
"@babel/generator": "^7.28.3",
|
|
519
553
|
"@babel/helper-globals": "^7.28.0",
|
|
520
|
-
"@babel/parser": "^7.28.
|
|
554
|
+
"@babel/parser": "^7.28.3",
|
|
521
555
|
"@babel/template": "^7.27.2",
|
|
522
|
-
"@babel/types": "^7.28.
|
|
556
|
+
"@babel/types": "^7.28.2",
|
|
523
557
|
"debug": "^4.3.1"
|
|
524
558
|
},
|
|
525
559
|
"engines": {
|
|
@@ -531,6 +565,7 @@
|
|
|
531
565
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
532
566
|
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
533
567
|
"dev": true,
|
|
568
|
+
"license": "MIT",
|
|
534
569
|
"dependencies": {
|
|
535
570
|
"@babel/helper-string-parser": "^7.27.1",
|
|
536
571
|
"@babel/helper-validator-identifier": "^7.27.1"
|
|
@@ -543,7 +578,8 @@
|
|
|
543
578
|
"version": "0.2.3",
|
|
544
579
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
|
|
545
580
|
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
|
|
546
|
-
"dev": true
|
|
581
|
+
"dev": true,
|
|
582
|
+
"license": "MIT"
|
|
547
583
|
},
|
|
548
584
|
"node_modules/@changesets/apply-release-plan": {
|
|
549
585
|
"version": "7.0.12",
|
|
@@ -616,10 +652,11 @@
|
|
|
616
652
|
}
|
|
617
653
|
},
|
|
618
654
|
"node_modules/@changesets/cli": {
|
|
619
|
-
"version": "2.29.
|
|
620
|
-
"resolved": "https://registry.npmjs.org/@changesets/cli/-/cli-2.29.
|
|
621
|
-
"integrity": "sha512-
|
|
655
|
+
"version": "2.29.6",
|
|
656
|
+
"resolved": "https://registry.npmjs.org/@changesets/cli/-/cli-2.29.6.tgz",
|
|
657
|
+
"integrity": "sha512-6qCcVsIG1KQLhpQ5zE8N0PckIx4+9QlHK3z6/lwKnw7Tir71Bjw8BeOZaxA/4Jt00pcgCnCSWZnyuZf5Il05QQ==",
|
|
622
658
|
"dev": true,
|
|
659
|
+
"license": "MIT",
|
|
623
660
|
"dependencies": {
|
|
624
661
|
"@changesets/apply-release-plan": "^7.0.12",
|
|
625
662
|
"@changesets/assemble-release-plan": "^6.0.9",
|
|
@@ -635,11 +672,11 @@
|
|
|
635
672
|
"@changesets/should-skip-package": "^0.1.2",
|
|
636
673
|
"@changesets/types": "^6.1.0",
|
|
637
674
|
"@changesets/write": "^0.4.0",
|
|
675
|
+
"@inquirer/external-editor": "^1.0.0",
|
|
638
676
|
"@manypkg/get-packages": "^1.1.3",
|
|
639
677
|
"ansi-colors": "^4.1.3",
|
|
640
678
|
"ci-info": "^3.7.0",
|
|
641
679
|
"enquirer": "^2.4.1",
|
|
642
|
-
"external-editor": "^3.1.0",
|
|
643
680
|
"fs-extra": "^7.0.1",
|
|
644
681
|
"mri": "^1.2.0",
|
|
645
682
|
"p-limit": "^2.2.0",
|
|
@@ -654,6 +691,40 @@
|
|
|
654
691
|
"changeset": "bin.js"
|
|
655
692
|
}
|
|
656
693
|
},
|
|
694
|
+
"node_modules/@changesets/cli/node_modules/@inquirer/external-editor": {
|
|
695
|
+
"version": "1.0.1",
|
|
696
|
+
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz",
|
|
697
|
+
"integrity": "sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==",
|
|
698
|
+
"dev": true,
|
|
699
|
+
"license": "MIT",
|
|
700
|
+
"dependencies": {
|
|
701
|
+
"chardet": "^2.1.0",
|
|
702
|
+
"iconv-lite": "^0.6.3"
|
|
703
|
+
},
|
|
704
|
+
"engines": {
|
|
705
|
+
"node": ">=18"
|
|
706
|
+
},
|
|
707
|
+
"peerDependencies": {
|
|
708
|
+
"@types/node": ">=18"
|
|
709
|
+
},
|
|
710
|
+
"peerDependenciesMeta": {
|
|
711
|
+
"@types/node": {
|
|
712
|
+
"optional": true
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"node_modules/@changesets/cli/node_modules/@types/node": {
|
|
717
|
+
"version": "24.3.0",
|
|
718
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
|
|
719
|
+
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
|
|
720
|
+
"dev": true,
|
|
721
|
+
"license": "MIT",
|
|
722
|
+
"optional": true,
|
|
723
|
+
"peer": true,
|
|
724
|
+
"dependencies": {
|
|
725
|
+
"undici-types": "~7.10.0"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
657
728
|
"node_modules/@changesets/config": {
|
|
658
729
|
"version": "3.1.1",
|
|
659
730
|
"resolved": "https://registry.npmjs.org/@changesets/config/-/config-3.1.1.tgz",
|
|
@@ -823,40 +894,44 @@
|
|
|
823
894
|
}
|
|
824
895
|
},
|
|
825
896
|
"node_modules/@emnapi/core": {
|
|
826
|
-
"version": "1.
|
|
827
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.
|
|
828
|
-
"integrity": "sha512-
|
|
897
|
+
"version": "1.5.0",
|
|
898
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.5.0.tgz",
|
|
899
|
+
"integrity": "sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==",
|
|
829
900
|
"dev": true,
|
|
901
|
+
"license": "MIT",
|
|
830
902
|
"optional": true,
|
|
831
903
|
"dependencies": {
|
|
832
|
-
"@emnapi/wasi-threads": "1.0
|
|
904
|
+
"@emnapi/wasi-threads": "1.1.0",
|
|
833
905
|
"tslib": "^2.4.0"
|
|
834
906
|
}
|
|
835
907
|
},
|
|
836
908
|
"node_modules/@emnapi/runtime": {
|
|
837
|
-
"version": "1.
|
|
838
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
839
|
-
"integrity": "sha512
|
|
909
|
+
"version": "1.5.0",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.5.0.tgz",
|
|
911
|
+
"integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==",
|
|
840
912
|
"dev": true,
|
|
913
|
+
"license": "MIT",
|
|
841
914
|
"optional": true,
|
|
842
915
|
"dependencies": {
|
|
843
916
|
"tslib": "^2.4.0"
|
|
844
917
|
}
|
|
845
918
|
},
|
|
846
919
|
"node_modules/@emnapi/wasi-threads": {
|
|
847
|
-
"version": "1.0
|
|
848
|
-
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.
|
|
849
|
-
"integrity": "sha512-
|
|
920
|
+
"version": "1.1.0",
|
|
921
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
|
|
922
|
+
"integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
|
|
850
923
|
"dev": true,
|
|
924
|
+
"license": "MIT",
|
|
851
925
|
"optional": true,
|
|
852
926
|
"dependencies": {
|
|
853
927
|
"tslib": "^2.4.0"
|
|
854
928
|
}
|
|
855
929
|
},
|
|
856
930
|
"node_modules/@eslint-community/eslint-utils": {
|
|
857
|
-
"version": "4.
|
|
858
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.
|
|
859
|
-
"integrity": "sha512-
|
|
931
|
+
"version": "4.8.0",
|
|
932
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.8.0.tgz",
|
|
933
|
+
"integrity": "sha512-MJQFqrZgcW0UNYLGOuQpey/oTN59vyWwplvCGZztn1cKz9agZPPYpJB7h2OMmuu7VLqkvEjN8feFZJmxNF9D+Q==",
|
|
934
|
+
"license": "MIT",
|
|
860
935
|
"dependencies": {
|
|
861
936
|
"eslint-visitor-keys": "^3.4.3"
|
|
862
937
|
},
|
|
@@ -928,17 +1003,19 @@
|
|
|
928
1003
|
}
|
|
929
1004
|
},
|
|
930
1005
|
"node_modules/@eslint/config-helpers": {
|
|
931
|
-
"version": "0.3.
|
|
932
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.
|
|
933
|
-
"integrity": "sha512-
|
|
1006
|
+
"version": "0.3.1",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
|
|
1008
|
+
"integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
|
|
1009
|
+
"license": "Apache-2.0",
|
|
934
1010
|
"engines": {
|
|
935
1011
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
936
1012
|
}
|
|
937
1013
|
},
|
|
938
1014
|
"node_modules/@eslint/core": {
|
|
939
|
-
"version": "0.15.
|
|
940
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.
|
|
941
|
-
"integrity": "sha512-
|
|
1015
|
+
"version": "0.15.2",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
|
|
1017
|
+
"integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
|
|
1018
|
+
"license": "Apache-2.0",
|
|
942
1019
|
"dependencies": {
|
|
943
1020
|
"@types/json-schema": "^7.0.15"
|
|
944
1021
|
},
|
|
@@ -1016,9 +1093,10 @@
|
|
|
1016
1093
|
}
|
|
1017
1094
|
},
|
|
1018
1095
|
"node_modules/@eslint/js": {
|
|
1019
|
-
"version": "9.
|
|
1020
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
1021
|
-
"integrity": "sha512-
|
|
1096
|
+
"version": "9.35.0",
|
|
1097
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.35.0.tgz",
|
|
1098
|
+
"integrity": "sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==",
|
|
1099
|
+
"license": "MIT",
|
|
1022
1100
|
"engines": {
|
|
1023
1101
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1024
1102
|
},
|
|
@@ -1035,11 +1113,12 @@
|
|
|
1035
1113
|
}
|
|
1036
1114
|
},
|
|
1037
1115
|
"node_modules/@eslint/plugin-kit": {
|
|
1038
|
-
"version": "0.3.
|
|
1039
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.
|
|
1040
|
-
"integrity": "sha512-
|
|
1116
|
+
"version": "0.3.5",
|
|
1117
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
|
|
1118
|
+
"integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
|
|
1119
|
+
"license": "Apache-2.0",
|
|
1041
1120
|
"dependencies": {
|
|
1042
|
-
"@eslint/core": "^0.15.
|
|
1121
|
+
"@eslint/core": "^0.15.2",
|
|
1043
1122
|
"levn": "^0.4.1"
|
|
1044
1123
|
},
|
|
1045
1124
|
"engines": {
|
|
@@ -1127,6 +1206,7 @@
|
|
|
1127
1206
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
1128
1207
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
1129
1208
|
"dev": true,
|
|
1209
|
+
"license": "ISC",
|
|
1130
1210
|
"dependencies": {
|
|
1131
1211
|
"string-width": "^5.1.2",
|
|
1132
1212
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
@@ -1140,10 +1220,11 @@
|
|
|
1140
1220
|
}
|
|
1141
1221
|
},
|
|
1142
1222
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
1143
|
-
"version": "6.
|
|
1144
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
1145
|
-
"integrity": "sha512-
|
|
1223
|
+
"version": "6.2.0",
|
|
1224
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz",
|
|
1225
|
+
"integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==",
|
|
1146
1226
|
"dev": true,
|
|
1227
|
+
"license": "MIT",
|
|
1147
1228
|
"engines": {
|
|
1148
1229
|
"node": ">=12"
|
|
1149
1230
|
},
|
|
@@ -1156,6 +1237,7 @@
|
|
|
1156
1237
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
1157
1238
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
1158
1239
|
"dev": true,
|
|
1240
|
+
"license": "MIT",
|
|
1159
1241
|
"dependencies": {
|
|
1160
1242
|
"ansi-regex": "^6.0.1"
|
|
1161
1243
|
},
|
|
@@ -1171,6 +1253,7 @@
|
|
|
1171
1253
|
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
|
|
1172
1254
|
"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
1173
1255
|
"dev": true,
|
|
1256
|
+
"license": "ISC",
|
|
1174
1257
|
"dependencies": {
|
|
1175
1258
|
"camelcase": "^5.3.1",
|
|
1176
1259
|
"find-up": "^4.1.0",
|
|
@@ -1187,20 +1270,22 @@
|
|
|
1187
1270
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
1188
1271
|
"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
|
|
1189
1272
|
"dev": true,
|
|
1273
|
+
"license": "MIT",
|
|
1190
1274
|
"engines": {
|
|
1191
1275
|
"node": ">=8"
|
|
1192
1276
|
}
|
|
1193
1277
|
},
|
|
1194
1278
|
"node_modules/@jest/console": {
|
|
1195
|
-
"version": "30.
|
|
1196
|
-
"resolved": "https://registry.npmjs.org/@jest/console/-/console-30.
|
|
1197
|
-
"integrity": "sha512-
|
|
1279
|
+
"version": "30.1.2",
|
|
1280
|
+
"resolved": "https://registry.npmjs.org/@jest/console/-/console-30.1.2.tgz",
|
|
1281
|
+
"integrity": "sha512-BGMAxj8VRmoD0MoA/jo9alMXSRoqW8KPeqOfEo1ncxnRLatTBCpRoOwlwlEMdudp68Q6WSGwYrrLtTGOh8fLzw==",
|
|
1198
1282
|
"dev": true,
|
|
1283
|
+
"license": "MIT",
|
|
1199
1284
|
"dependencies": {
|
|
1200
1285
|
"@jest/types": "30.0.5",
|
|
1201
1286
|
"@types/node": "*",
|
|
1202
1287
|
"chalk": "^4.1.2",
|
|
1203
|
-
"jest-message-util": "30.0
|
|
1288
|
+
"jest-message-util": "30.1.0",
|
|
1204
1289
|
"jest-util": "30.0.5",
|
|
1205
1290
|
"slash": "^3.0.0"
|
|
1206
1291
|
},
|
|
@@ -1209,16 +1294,17 @@
|
|
|
1209
1294
|
}
|
|
1210
1295
|
},
|
|
1211
1296
|
"node_modules/@jest/core": {
|
|
1212
|
-
"version": "30.
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/@jest/core/-/core-30.
|
|
1214
|
-
"integrity": "sha512-
|
|
1297
|
+
"version": "30.1.2",
|
|
1298
|
+
"resolved": "https://registry.npmjs.org/@jest/core/-/core-30.1.2.tgz",
|
|
1299
|
+
"integrity": "sha512-iSLOojkYgM7Lw0FF5egecZh+CiLWe4xICM3WOMjFbewhbWn+ixEoPwY7oK9jSCnLLphMFAjussXp7CE3tHa5EA==",
|
|
1215
1300
|
"dev": true,
|
|
1301
|
+
"license": "MIT",
|
|
1216
1302
|
"dependencies": {
|
|
1217
|
-
"@jest/console": "30.
|
|
1303
|
+
"@jest/console": "30.1.2",
|
|
1218
1304
|
"@jest/pattern": "30.0.1",
|
|
1219
|
-
"@jest/reporters": "30.
|
|
1220
|
-
"@jest/test-result": "30.
|
|
1221
|
-
"@jest/transform": "30.
|
|
1305
|
+
"@jest/reporters": "30.1.2",
|
|
1306
|
+
"@jest/test-result": "30.1.2",
|
|
1307
|
+
"@jest/transform": "30.1.2",
|
|
1222
1308
|
"@jest/types": "30.0.5",
|
|
1223
1309
|
"@types/node": "*",
|
|
1224
1310
|
"ansi-escapes": "^4.3.2",
|
|
@@ -1227,18 +1313,18 @@
|
|
|
1227
1313
|
"exit-x": "^0.2.2",
|
|
1228
1314
|
"graceful-fs": "^4.2.11",
|
|
1229
1315
|
"jest-changed-files": "30.0.5",
|
|
1230
|
-
"jest-config": "30.
|
|
1231
|
-
"jest-haste-map": "30.0
|
|
1232
|
-
"jest-message-util": "30.0
|
|
1316
|
+
"jest-config": "30.1.2",
|
|
1317
|
+
"jest-haste-map": "30.1.0",
|
|
1318
|
+
"jest-message-util": "30.1.0",
|
|
1233
1319
|
"jest-regex-util": "30.0.1",
|
|
1234
|
-
"jest-resolve": "30.0
|
|
1235
|
-
"jest-resolve-dependencies": "30.
|
|
1236
|
-
"jest-runner": "30.
|
|
1237
|
-
"jest-runtime": "30.
|
|
1238
|
-
"jest-snapshot": "30.
|
|
1320
|
+
"jest-resolve": "30.1.0",
|
|
1321
|
+
"jest-resolve-dependencies": "30.1.2",
|
|
1322
|
+
"jest-runner": "30.1.2",
|
|
1323
|
+
"jest-runtime": "30.1.2",
|
|
1324
|
+
"jest-snapshot": "30.1.2",
|
|
1239
1325
|
"jest-util": "30.0.5",
|
|
1240
|
-
"jest-validate": "30.0
|
|
1241
|
-
"jest-watcher": "30.
|
|
1326
|
+
"jest-validate": "30.1.0",
|
|
1327
|
+
"jest-watcher": "30.1.2",
|
|
1242
1328
|
"micromatch": "^4.0.8",
|
|
1243
1329
|
"pretty-format": "30.0.5",
|
|
1244
1330
|
"slash": "^3.0.0"
|
|
@@ -1266,6 +1352,7 @@
|
|
|
1266
1352
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
1267
1353
|
}
|
|
1268
1354
|
],
|
|
1355
|
+
"license": "MIT",
|
|
1269
1356
|
"engines": {
|
|
1270
1357
|
"node": ">=8"
|
|
1271
1358
|
}
|
|
@@ -1275,17 +1362,19 @@
|
|
|
1275
1362
|
"resolved": "https://registry.npmjs.org/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz",
|
|
1276
1363
|
"integrity": "sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==",
|
|
1277
1364
|
"dev": true,
|
|
1365
|
+
"license": "MIT",
|
|
1278
1366
|
"engines": {
|
|
1279
1367
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
1280
1368
|
}
|
|
1281
1369
|
},
|
|
1282
1370
|
"node_modules/@jest/environment": {
|
|
1283
|
-
"version": "30.
|
|
1284
|
-
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.
|
|
1285
|
-
"integrity": "sha512-
|
|
1371
|
+
"version": "30.1.2",
|
|
1372
|
+
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.1.2.tgz",
|
|
1373
|
+
"integrity": "sha512-N8t1Ytw4/mr9uN28OnVf0SYE2dGhaIxOVYcwsf9IInBKjvofAjbFRvedvBBlyTYk2knbJTiEjEJ2PyyDIBnd9w==",
|
|
1286
1374
|
"dev": true,
|
|
1375
|
+
"license": "MIT",
|
|
1287
1376
|
"dependencies": {
|
|
1288
|
-
"@jest/fake-timers": "30.
|
|
1377
|
+
"@jest/fake-timers": "30.1.2",
|
|
1289
1378
|
"@jest/types": "30.0.5",
|
|
1290
1379
|
"@types/node": "*",
|
|
1291
1380
|
"jest-mock": "30.0.5"
|
|
@@ -1295,40 +1384,43 @@
|
|
|
1295
1384
|
}
|
|
1296
1385
|
},
|
|
1297
1386
|
"node_modules/@jest/expect": {
|
|
1298
|
-
"version": "30.
|
|
1299
|
-
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.
|
|
1300
|
-
"integrity": "sha512-
|
|
1387
|
+
"version": "30.1.2",
|
|
1388
|
+
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.1.2.tgz",
|
|
1389
|
+
"integrity": "sha512-tyaIExOwQRCxPCGNC05lIjWJztDwk2gPDNSDGg1zitXJJ8dC3++G/CRjE5mb2wQsf89+lsgAgqxxNpDLiCViTA==",
|
|
1301
1390
|
"dev": true,
|
|
1391
|
+
"license": "MIT",
|
|
1302
1392
|
"dependencies": {
|
|
1303
|
-
"expect": "30.
|
|
1304
|
-
"jest-snapshot": "30.
|
|
1393
|
+
"expect": "30.1.2",
|
|
1394
|
+
"jest-snapshot": "30.1.2"
|
|
1305
1395
|
},
|
|
1306
1396
|
"engines": {
|
|
1307
1397
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
1308
1398
|
}
|
|
1309
1399
|
},
|
|
1310
1400
|
"node_modules/@jest/expect-utils": {
|
|
1311
|
-
"version": "30.
|
|
1312
|
-
"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.
|
|
1313
|
-
"integrity": "sha512-
|
|
1401
|
+
"version": "30.1.2",
|
|
1402
|
+
"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.1.2.tgz",
|
|
1403
|
+
"integrity": "sha512-HXy1qT/bfdjCv7iC336ExbqqYtZvljrV8odNdso7dWK9bSeHtLlvwWWC3YSybSPL03Gg5rug6WLCZAZFH72m0A==",
|
|
1314
1404
|
"dev": true,
|
|
1405
|
+
"license": "MIT",
|
|
1315
1406
|
"dependencies": {
|
|
1316
|
-
"@jest/get-type": "30.0
|
|
1407
|
+
"@jest/get-type": "30.1.0"
|
|
1317
1408
|
},
|
|
1318
1409
|
"engines": {
|
|
1319
1410
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
1320
1411
|
}
|
|
1321
1412
|
},
|
|
1322
1413
|
"node_modules/@jest/fake-timers": {
|
|
1323
|
-
"version": "30.
|
|
1324
|
-
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.
|
|
1325
|
-
"integrity": "sha512-
|
|
1414
|
+
"version": "30.1.2",
|
|
1415
|
+
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.1.2.tgz",
|
|
1416
|
+
"integrity": "sha512-Beljfv9AYkr9K+ETX9tvV61rJTY706BhBUtiaepQHeEGfe0DbpvUA5Z3fomwc5Xkhns6NWrcFDZn+72fLieUnA==",
|
|
1326
1417
|
"dev": true,
|
|
1418
|
+
"license": "MIT",
|
|
1327
1419
|
"dependencies": {
|
|
1328
1420
|
"@jest/types": "30.0.5",
|
|
1329
1421
|
"@sinonjs/fake-timers": "^13.0.0",
|
|
1330
1422
|
"@types/node": "*",
|
|
1331
|
-
"jest-message-util": "30.0
|
|
1423
|
+
"jest-message-util": "30.1.0",
|
|
1332
1424
|
"jest-mock": "30.0.5",
|
|
1333
1425
|
"jest-util": "30.0.5"
|
|
1334
1426
|
},
|
|
@@ -1337,22 +1429,24 @@
|
|
|
1337
1429
|
}
|
|
1338
1430
|
},
|
|
1339
1431
|
"node_modules/@jest/get-type": {
|
|
1340
|
-
"version": "30.0
|
|
1341
|
-
"resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.0.
|
|
1342
|
-
"integrity": "sha512-
|
|
1432
|
+
"version": "30.1.0",
|
|
1433
|
+
"resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.1.0.tgz",
|
|
1434
|
+
"integrity": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==",
|
|
1343
1435
|
"dev": true,
|
|
1436
|
+
"license": "MIT",
|
|
1344
1437
|
"engines": {
|
|
1345
1438
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
1346
1439
|
}
|
|
1347
1440
|
},
|
|
1348
1441
|
"node_modules/@jest/globals": {
|
|
1349
|
-
"version": "30.
|
|
1350
|
-
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.
|
|
1351
|
-
"integrity": "sha512-
|
|
1442
|
+
"version": "30.1.2",
|
|
1443
|
+
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.1.2.tgz",
|
|
1444
|
+
"integrity": "sha512-teNTPZ8yZe3ahbYnvnVRDeOjr+3pu2uiAtNtrEsiMjVPPj+cXd5E/fr8BL7v/T7F31vYdEHrI5cC/2OoO/vM9A==",
|
|
1352
1445
|
"dev": true,
|
|
1446
|
+
"license": "MIT",
|
|
1353
1447
|
"dependencies": {
|
|
1354
|
-
"@jest/environment": "30.
|
|
1355
|
-
"@jest/expect": "30.
|
|
1448
|
+
"@jest/environment": "30.1.2",
|
|
1449
|
+
"@jest/expect": "30.1.2",
|
|
1356
1450
|
"@jest/types": "30.0.5",
|
|
1357
1451
|
"jest-mock": "30.0.5"
|
|
1358
1452
|
},
|
|
@@ -1374,15 +1468,16 @@
|
|
|
1374
1468
|
}
|
|
1375
1469
|
},
|
|
1376
1470
|
"node_modules/@jest/reporters": {
|
|
1377
|
-
"version": "30.
|
|
1378
|
-
"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.
|
|
1379
|
-
"integrity": "sha512-
|
|
1471
|
+
"version": "30.1.2",
|
|
1472
|
+
"resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.1.2.tgz",
|
|
1473
|
+
"integrity": "sha512-8Jd7y3DUFBn8dG/bNJ2blmaJmT2Up74WAXkUJsbL0OuEZHDRRMnS4JmRtLArW2d0H5k8RDdhNN7j70Ki16Zr5g==",
|
|
1380
1474
|
"dev": true,
|
|
1475
|
+
"license": "MIT",
|
|
1381
1476
|
"dependencies": {
|
|
1382
1477
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
1383
|
-
"@jest/console": "30.
|
|
1384
|
-
"@jest/test-result": "30.
|
|
1385
|
-
"@jest/transform": "30.
|
|
1478
|
+
"@jest/console": "30.1.2",
|
|
1479
|
+
"@jest/test-result": "30.1.2",
|
|
1480
|
+
"@jest/transform": "30.1.2",
|
|
1386
1481
|
"@jest/types": "30.0.5",
|
|
1387
1482
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
1388
1483
|
"@types/node": "*",
|
|
@@ -1396,9 +1491,9 @@
|
|
|
1396
1491
|
"istanbul-lib-report": "^3.0.0",
|
|
1397
1492
|
"istanbul-lib-source-maps": "^5.0.0",
|
|
1398
1493
|
"istanbul-reports": "^3.1.3",
|
|
1399
|
-
"jest-message-util": "30.0
|
|
1494
|
+
"jest-message-util": "30.1.0",
|
|
1400
1495
|
"jest-util": "30.0.5",
|
|
1401
|
-
"jest-worker": "30.0
|
|
1496
|
+
"jest-worker": "30.1.0",
|
|
1402
1497
|
"slash": "^3.0.0",
|
|
1403
1498
|
"string-length": "^4.0.2",
|
|
1404
1499
|
"v8-to-istanbul": "^9.0.1"
|
|
@@ -1428,10 +1523,11 @@
|
|
|
1428
1523
|
}
|
|
1429
1524
|
},
|
|
1430
1525
|
"node_modules/@jest/snapshot-utils": {
|
|
1431
|
-
"version": "30.
|
|
1432
|
-
"resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.
|
|
1433
|
-
"integrity": "sha512-
|
|
1526
|
+
"version": "30.1.2",
|
|
1527
|
+
"resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.1.2.tgz",
|
|
1528
|
+
"integrity": "sha512-vHoMTpimcPSR7OxS2S0V1Cpg8eKDRxucHjoWl5u4RQcnxqQrV3avETiFpl8etn4dqxEGarBeHbIBety/f8mLXw==",
|
|
1434
1529
|
"dev": true,
|
|
1530
|
+
"license": "MIT",
|
|
1435
1531
|
"dependencies": {
|
|
1436
1532
|
"@jest/types": "30.0.5",
|
|
1437
1533
|
"chalk": "^4.1.2",
|
|
@@ -1447,6 +1543,7 @@
|
|
|
1447
1543
|
"resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-30.0.1.tgz",
|
|
1448
1544
|
"integrity": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==",
|
|
1449
1545
|
"dev": true,
|
|
1546
|
+
"license": "MIT",
|
|
1450
1547
|
"dependencies": {
|
|
1451
1548
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
1452
1549
|
"callsites": "^3.1.0",
|
|
@@ -1457,12 +1554,13 @@
|
|
|
1457
1554
|
}
|
|
1458
1555
|
},
|
|
1459
1556
|
"node_modules/@jest/test-result": {
|
|
1460
|
-
"version": "30.
|
|
1461
|
-
"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.
|
|
1462
|
-
"integrity": "sha512-
|
|
1557
|
+
"version": "30.1.2",
|
|
1558
|
+
"resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.1.2.tgz",
|
|
1559
|
+
"integrity": "sha512-mpKFr8DEpfG5aAfQYA5+3KneAsRBXhF7zwtwqT4UeYBckoOPD1MzVxU6gDHwx4gRB7I1MKL6owyJzr8QRq402Q==",
|
|
1463
1560
|
"dev": true,
|
|
1561
|
+
"license": "MIT",
|
|
1464
1562
|
"dependencies": {
|
|
1465
|
-
"@jest/console": "30.
|
|
1563
|
+
"@jest/console": "30.1.2",
|
|
1466
1564
|
"@jest/types": "30.0.5",
|
|
1467
1565
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
1468
1566
|
"collect-v8-coverage": "^1.0.2"
|
|
@@ -1472,14 +1570,15 @@
|
|
|
1472
1570
|
}
|
|
1473
1571
|
},
|
|
1474
1572
|
"node_modules/@jest/test-sequencer": {
|
|
1475
|
-
"version": "30.
|
|
1476
|
-
"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.
|
|
1477
|
-
"integrity": "sha512-
|
|
1573
|
+
"version": "30.1.2",
|
|
1574
|
+
"resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.1.2.tgz",
|
|
1575
|
+
"integrity": "sha512-v3vawuj2LC0XjpzF4q0pI0ZlQvMBDNqfRZZ2yHqcsGt7JEYsDK2L1WwrybEGlnOaEvnDFML/Y9xWLiW47Dda8A==",
|
|
1478
1576
|
"dev": true,
|
|
1577
|
+
"license": "MIT",
|
|
1479
1578
|
"dependencies": {
|
|
1480
|
-
"@jest/test-result": "30.
|
|
1579
|
+
"@jest/test-result": "30.1.2",
|
|
1481
1580
|
"graceful-fs": "^4.2.11",
|
|
1482
|
-
"jest-haste-map": "30.0
|
|
1581
|
+
"jest-haste-map": "30.1.0",
|
|
1483
1582
|
"slash": "^3.0.0"
|
|
1484
1583
|
},
|
|
1485
1584
|
"engines": {
|
|
@@ -1487,10 +1586,11 @@
|
|
|
1487
1586
|
}
|
|
1488
1587
|
},
|
|
1489
1588
|
"node_modules/@jest/transform": {
|
|
1490
|
-
"version": "30.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.
|
|
1492
|
-
"integrity": "sha512-
|
|
1589
|
+
"version": "30.1.2",
|
|
1590
|
+
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.1.2.tgz",
|
|
1591
|
+
"integrity": "sha512-UYYFGifSgfjujf1Cbd3iU/IQoSd6uwsj8XHj5DSDf5ERDcWMdJOPTkHWXj4U+Z/uMagyOQZ6Vne8C4nRIrCxqA==",
|
|
1493
1592
|
"dev": true,
|
|
1593
|
+
"license": "MIT",
|
|
1494
1594
|
"dependencies": {
|
|
1495
1595
|
"@babel/core": "^7.27.4",
|
|
1496
1596
|
"@jest/types": "30.0.5",
|
|
@@ -1500,7 +1600,7 @@
|
|
|
1500
1600
|
"convert-source-map": "^2.0.0",
|
|
1501
1601
|
"fast-json-stable-stringify": "^2.1.0",
|
|
1502
1602
|
"graceful-fs": "^4.2.11",
|
|
1503
|
-
"jest-haste-map": "30.0
|
|
1603
|
+
"jest-haste-map": "30.1.0",
|
|
1504
1604
|
"jest-regex-util": "30.0.1",
|
|
1505
1605
|
"jest-util": "30.0.5",
|
|
1506
1606
|
"micromatch": "^4.0.8",
|
|
@@ -1531,10 +1631,11 @@
|
|
|
1531
1631
|
}
|
|
1532
1632
|
},
|
|
1533
1633
|
"node_modules/@jridgewell/gen-mapping": {
|
|
1534
|
-
"version": "0.3.
|
|
1535
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
1536
|
-
"integrity": "sha512-
|
|
1634
|
+
"version": "0.3.13",
|
|
1635
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
1636
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
1537
1637
|
"dev": true,
|
|
1638
|
+
"license": "MIT",
|
|
1538
1639
|
"dependencies": {
|
|
1539
1640
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
1540
1641
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
@@ -1545,21 +1646,24 @@
|
|
|
1545
1646
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
1546
1647
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
1547
1648
|
"dev": true,
|
|
1649
|
+
"license": "MIT",
|
|
1548
1650
|
"engines": {
|
|
1549
1651
|
"node": ">=6.0.0"
|
|
1550
1652
|
}
|
|
1551
1653
|
},
|
|
1552
1654
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1553
|
-
"version": "1.5.
|
|
1554
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
1555
|
-
"integrity": "sha512-
|
|
1556
|
-
"dev": true
|
|
1655
|
+
"version": "1.5.5",
|
|
1656
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
1657
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
1658
|
+
"dev": true,
|
|
1659
|
+
"license": "MIT"
|
|
1557
1660
|
},
|
|
1558
1661
|
"node_modules/@jridgewell/trace-mapping": {
|
|
1559
|
-
"version": "0.3.
|
|
1560
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
1561
|
-
"integrity": "sha512-
|
|
1662
|
+
"version": "0.3.30",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz",
|
|
1664
|
+
"integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==",
|
|
1562
1665
|
"dev": true,
|
|
1666
|
+
"license": "MIT",
|
|
1563
1667
|
"dependencies": {
|
|
1564
1668
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
1565
1669
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
@@ -1630,6 +1734,7 @@
|
|
|
1630
1734
|
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
|
|
1631
1735
|
"integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
|
|
1632
1736
|
"dev": true,
|
|
1737
|
+
"license": "MIT",
|
|
1633
1738
|
"optional": true,
|
|
1634
1739
|
"dependencies": {
|
|
1635
1740
|
"@emnapi/core": "^1.4.3",
|
|
@@ -1674,6 +1779,7 @@
|
|
|
1674
1779
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
1675
1780
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
1676
1781
|
"dev": true,
|
|
1782
|
+
"license": "MIT",
|
|
1677
1783
|
"optional": true,
|
|
1678
1784
|
"engines": {
|
|
1679
1785
|
"node": ">=14"
|
|
@@ -1718,6 +1824,7 @@
|
|
|
1718
1824
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
1719
1825
|
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
1720
1826
|
"dev": true,
|
|
1827
|
+
"license": "BSD-3-Clause",
|
|
1721
1828
|
"dependencies": {
|
|
1722
1829
|
"type-detect": "4.0.8"
|
|
1723
1830
|
}
|
|
@@ -1727,6 +1834,7 @@
|
|
|
1727
1834
|
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz",
|
|
1728
1835
|
"integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==",
|
|
1729
1836
|
"dev": true,
|
|
1837
|
+
"license": "BSD-3-Clause",
|
|
1730
1838
|
"dependencies": {
|
|
1731
1839
|
"@sinonjs/commons": "^3.0.1"
|
|
1732
1840
|
}
|
|
@@ -1846,6 +1954,7 @@
|
|
|
1846
1954
|
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.0.tgz",
|
|
1847
1955
|
"integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==",
|
|
1848
1956
|
"dev": true,
|
|
1957
|
+
"license": "MIT",
|
|
1849
1958
|
"optional": true,
|
|
1850
1959
|
"dependencies": {
|
|
1851
1960
|
"tslib": "^2.4.0"
|
|
@@ -1856,6 +1965,7 @@
|
|
|
1856
1965
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
1857
1966
|
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
1858
1967
|
"dev": true,
|
|
1968
|
+
"license": "MIT",
|
|
1859
1969
|
"dependencies": {
|
|
1860
1970
|
"@babel/parser": "^7.20.7",
|
|
1861
1971
|
"@babel/types": "^7.20.7",
|
|
@@ -1869,6 +1979,7 @@
|
|
|
1869
1979
|
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
1870
1980
|
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
1871
1981
|
"dev": true,
|
|
1982
|
+
"license": "MIT",
|
|
1872
1983
|
"dependencies": {
|
|
1873
1984
|
"@babel/types": "^7.0.0"
|
|
1874
1985
|
}
|
|
@@ -1878,6 +1989,7 @@
|
|
|
1878
1989
|
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
1879
1990
|
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1880
1991
|
"dev": true,
|
|
1992
|
+
"license": "MIT",
|
|
1881
1993
|
"dependencies": {
|
|
1882
1994
|
"@babel/parser": "^7.1.0",
|
|
1883
1995
|
"@babel/types": "^7.0.0"
|
|
@@ -1888,6 +2000,7 @@
|
|
|
1888
2000
|
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|
1889
2001
|
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|
1890
2002
|
"dev": true,
|
|
2003
|
+
"license": "MIT",
|
|
1891
2004
|
"dependencies": {
|
|
1892
2005
|
"@babel/types": "^7.28.2"
|
|
1893
2006
|
}
|
|
@@ -1943,7 +2056,8 @@
|
|
|
1943
2056
|
"node_modules/@types/json-schema": {
|
|
1944
2057
|
"version": "7.0.15",
|
|
1945
2058
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
1946
|
-
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
|
|
2059
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
2060
|
+
"license": "MIT"
|
|
1947
2061
|
},
|
|
1948
2062
|
"node_modules/@types/json5": {
|
|
1949
2063
|
"version": "0.0.29",
|
|
@@ -2041,15 +2155,15 @@
|
|
|
2041
2155
|
}
|
|
2042
2156
|
},
|
|
2043
2157
|
"node_modules/@typescript-eslint/rule-tester": {
|
|
2044
|
-
"version": "8.
|
|
2045
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/rule-tester/-/rule-tester-8.
|
|
2046
|
-
"integrity": "sha512-
|
|
2158
|
+
"version": "8.42.0",
|
|
2159
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/rule-tester/-/rule-tester-8.42.0.tgz",
|
|
2160
|
+
"integrity": "sha512-vqclU6JYRKp/PrptobgGyNYqTn5LM6kWlhsdQG7wdn67K2z5c8Xg/dWrL9h2H3+/kZjJRgjpcjN7y7HsZ2iCbA==",
|
|
2047
2161
|
"dev": true,
|
|
2048
2162
|
"license": "MIT",
|
|
2049
2163
|
"dependencies": {
|
|
2050
|
-
"@typescript-eslint/parser": "8.
|
|
2051
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2052
|
-
"@typescript-eslint/utils": "8.
|
|
2164
|
+
"@typescript-eslint/parser": "8.42.0",
|
|
2165
|
+
"@typescript-eslint/typescript-estree": "8.42.0",
|
|
2166
|
+
"@typescript-eslint/utils": "8.42.0",
|
|
2053
2167
|
"ajv": "^6.12.6",
|
|
2054
2168
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
2055
2169
|
"lodash.merge": "4.6.2",
|
|
@@ -2066,6 +2180,186 @@
|
|
|
2066
2180
|
"eslint": "^8.57.0 || ^9.0.0"
|
|
2067
2181
|
}
|
|
2068
2182
|
},
|
|
2183
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/parser": {
|
|
2184
|
+
"version": "8.42.0",
|
|
2185
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.42.0.tgz",
|
|
2186
|
+
"integrity": "sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==",
|
|
2187
|
+
"dev": true,
|
|
2188
|
+
"license": "MIT",
|
|
2189
|
+
"dependencies": {
|
|
2190
|
+
"@typescript-eslint/scope-manager": "8.42.0",
|
|
2191
|
+
"@typescript-eslint/types": "8.42.0",
|
|
2192
|
+
"@typescript-eslint/typescript-estree": "8.42.0",
|
|
2193
|
+
"@typescript-eslint/visitor-keys": "8.42.0",
|
|
2194
|
+
"debug": "^4.3.4"
|
|
2195
|
+
},
|
|
2196
|
+
"engines": {
|
|
2197
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2198
|
+
},
|
|
2199
|
+
"funding": {
|
|
2200
|
+
"type": "opencollective",
|
|
2201
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2202
|
+
},
|
|
2203
|
+
"peerDependencies": {
|
|
2204
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
2205
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/project-service": {
|
|
2209
|
+
"version": "8.42.0",
|
|
2210
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.42.0.tgz",
|
|
2211
|
+
"integrity": "sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==",
|
|
2212
|
+
"dev": true,
|
|
2213
|
+
"license": "MIT",
|
|
2214
|
+
"dependencies": {
|
|
2215
|
+
"@typescript-eslint/tsconfig-utils": "^8.42.0",
|
|
2216
|
+
"@typescript-eslint/types": "^8.42.0",
|
|
2217
|
+
"debug": "^4.3.4"
|
|
2218
|
+
},
|
|
2219
|
+
"engines": {
|
|
2220
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2221
|
+
},
|
|
2222
|
+
"funding": {
|
|
2223
|
+
"type": "opencollective",
|
|
2224
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2225
|
+
},
|
|
2226
|
+
"peerDependencies": {
|
|
2227
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/scope-manager": {
|
|
2231
|
+
"version": "8.42.0",
|
|
2232
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz",
|
|
2233
|
+
"integrity": "sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==",
|
|
2234
|
+
"dev": true,
|
|
2235
|
+
"license": "MIT",
|
|
2236
|
+
"dependencies": {
|
|
2237
|
+
"@typescript-eslint/types": "8.42.0",
|
|
2238
|
+
"@typescript-eslint/visitor-keys": "8.42.0"
|
|
2239
|
+
},
|
|
2240
|
+
"engines": {
|
|
2241
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2242
|
+
},
|
|
2243
|
+
"funding": {
|
|
2244
|
+
"type": "opencollective",
|
|
2245
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
2249
|
+
"version": "8.42.0",
|
|
2250
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz",
|
|
2251
|
+
"integrity": "sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==",
|
|
2252
|
+
"dev": true,
|
|
2253
|
+
"license": "MIT",
|
|
2254
|
+
"engines": {
|
|
2255
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2256
|
+
},
|
|
2257
|
+
"funding": {
|
|
2258
|
+
"type": "opencollective",
|
|
2259
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2260
|
+
},
|
|
2261
|
+
"peerDependencies": {
|
|
2262
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/types": {
|
|
2266
|
+
"version": "8.42.0",
|
|
2267
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.42.0.tgz",
|
|
2268
|
+
"integrity": "sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==",
|
|
2269
|
+
"dev": true,
|
|
2270
|
+
"license": "MIT",
|
|
2271
|
+
"engines": {
|
|
2272
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2273
|
+
},
|
|
2274
|
+
"funding": {
|
|
2275
|
+
"type": "opencollective",
|
|
2276
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/typescript-estree": {
|
|
2280
|
+
"version": "8.42.0",
|
|
2281
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz",
|
|
2282
|
+
"integrity": "sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==",
|
|
2283
|
+
"dev": true,
|
|
2284
|
+
"license": "MIT",
|
|
2285
|
+
"dependencies": {
|
|
2286
|
+
"@typescript-eslint/project-service": "8.42.0",
|
|
2287
|
+
"@typescript-eslint/tsconfig-utils": "8.42.0",
|
|
2288
|
+
"@typescript-eslint/types": "8.42.0",
|
|
2289
|
+
"@typescript-eslint/visitor-keys": "8.42.0",
|
|
2290
|
+
"debug": "^4.3.4",
|
|
2291
|
+
"fast-glob": "^3.3.2",
|
|
2292
|
+
"is-glob": "^4.0.3",
|
|
2293
|
+
"minimatch": "^9.0.4",
|
|
2294
|
+
"semver": "^7.6.0",
|
|
2295
|
+
"ts-api-utils": "^2.1.0"
|
|
2296
|
+
},
|
|
2297
|
+
"engines": {
|
|
2298
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2299
|
+
},
|
|
2300
|
+
"funding": {
|
|
2301
|
+
"type": "opencollective",
|
|
2302
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2303
|
+
},
|
|
2304
|
+
"peerDependencies": {
|
|
2305
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/utils": {
|
|
2309
|
+
"version": "8.42.0",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.42.0.tgz",
|
|
2311
|
+
"integrity": "sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==",
|
|
2312
|
+
"dev": true,
|
|
2313
|
+
"license": "MIT",
|
|
2314
|
+
"dependencies": {
|
|
2315
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
2316
|
+
"@typescript-eslint/scope-manager": "8.42.0",
|
|
2317
|
+
"@typescript-eslint/types": "8.42.0",
|
|
2318
|
+
"@typescript-eslint/typescript-estree": "8.42.0"
|
|
2319
|
+
},
|
|
2320
|
+
"engines": {
|
|
2321
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2322
|
+
},
|
|
2323
|
+
"funding": {
|
|
2324
|
+
"type": "opencollective",
|
|
2325
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2326
|
+
},
|
|
2327
|
+
"peerDependencies": {
|
|
2328
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
2329
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/visitor-keys": {
|
|
2333
|
+
"version": "8.42.0",
|
|
2334
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz",
|
|
2335
|
+
"integrity": "sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==",
|
|
2336
|
+
"dev": true,
|
|
2337
|
+
"license": "MIT",
|
|
2338
|
+
"dependencies": {
|
|
2339
|
+
"@typescript-eslint/types": "8.42.0",
|
|
2340
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
2341
|
+
},
|
|
2342
|
+
"engines": {
|
|
2343
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2344
|
+
},
|
|
2345
|
+
"funding": {
|
|
2346
|
+
"type": "opencollective",
|
|
2347
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
2350
|
+
"node_modules/@typescript-eslint/rule-tester/node_modules/eslint-visitor-keys": {
|
|
2351
|
+
"version": "4.2.1",
|
|
2352
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
2353
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
2354
|
+
"dev": true,
|
|
2355
|
+
"license": "Apache-2.0",
|
|
2356
|
+
"engines": {
|
|
2357
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2358
|
+
},
|
|
2359
|
+
"funding": {
|
|
2360
|
+
"url": "https://opencollective.com/eslint"
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2069
2363
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2070
2364
|
"version": "8.39.0",
|
|
2071
2365
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
|
|
@@ -2122,6 +2416,29 @@
|
|
|
2122
2416
|
"typescript": ">=4.8.4 <6.0.0"
|
|
2123
2417
|
}
|
|
2124
2418
|
},
|
|
2419
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
|
2420
|
+
"version": "8.39.0",
|
|
2421
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.0.tgz",
|
|
2422
|
+
"integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
|
|
2423
|
+
"license": "MIT",
|
|
2424
|
+
"dependencies": {
|
|
2425
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
2426
|
+
"@typescript-eslint/scope-manager": "8.39.0",
|
|
2427
|
+
"@typescript-eslint/types": "8.39.0",
|
|
2428
|
+
"@typescript-eslint/typescript-estree": "8.39.0"
|
|
2429
|
+
},
|
|
2430
|
+
"engines": {
|
|
2431
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2432
|
+
},
|
|
2433
|
+
"funding": {
|
|
2434
|
+
"type": "opencollective",
|
|
2435
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2436
|
+
},
|
|
2437
|
+
"peerDependencies": {
|
|
2438
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
2439
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2125
2442
|
"node_modules/@typescript-eslint/types": {
|
|
2126
2443
|
"version": "8.39.0",
|
|
2127
2444
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.0.tgz",
|
|
@@ -2164,15 +2481,15 @@
|
|
|
2164
2481
|
}
|
|
2165
2482
|
},
|
|
2166
2483
|
"node_modules/@typescript-eslint/utils": {
|
|
2167
|
-
"version": "8.
|
|
2168
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
2169
|
-
"integrity": "sha512-
|
|
2484
|
+
"version": "8.43.0",
|
|
2485
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.43.0.tgz",
|
|
2486
|
+
"integrity": "sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==",
|
|
2170
2487
|
"license": "MIT",
|
|
2171
2488
|
"dependencies": {
|
|
2172
2489
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
2173
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2174
|
-
"@typescript-eslint/types": "8.
|
|
2175
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2490
|
+
"@typescript-eslint/scope-manager": "8.43.0",
|
|
2491
|
+
"@typescript-eslint/types": "8.43.0",
|
|
2492
|
+
"@typescript-eslint/typescript-estree": "8.43.0"
|
|
2176
2493
|
},
|
|
2177
2494
|
"engines": {
|
|
2178
2495
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2186,6 +2503,130 @@
|
|
|
2186
2503
|
"typescript": ">=4.8.4 <6.0.0"
|
|
2187
2504
|
}
|
|
2188
2505
|
},
|
|
2506
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": {
|
|
2507
|
+
"version": "8.43.0",
|
|
2508
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.43.0.tgz",
|
|
2509
|
+
"integrity": "sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==",
|
|
2510
|
+
"license": "MIT",
|
|
2511
|
+
"dependencies": {
|
|
2512
|
+
"@typescript-eslint/tsconfig-utils": "^8.43.0",
|
|
2513
|
+
"@typescript-eslint/types": "^8.43.0",
|
|
2514
|
+
"debug": "^4.3.4"
|
|
2515
|
+
},
|
|
2516
|
+
"engines": {
|
|
2517
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2518
|
+
},
|
|
2519
|
+
"funding": {
|
|
2520
|
+
"type": "opencollective",
|
|
2521
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2522
|
+
},
|
|
2523
|
+
"peerDependencies": {
|
|
2524
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
2528
|
+
"version": "8.43.0",
|
|
2529
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz",
|
|
2530
|
+
"integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==",
|
|
2531
|
+
"license": "MIT",
|
|
2532
|
+
"dependencies": {
|
|
2533
|
+
"@typescript-eslint/types": "8.43.0",
|
|
2534
|
+
"@typescript-eslint/visitor-keys": "8.43.0"
|
|
2535
|
+
},
|
|
2536
|
+
"engines": {
|
|
2537
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2538
|
+
},
|
|
2539
|
+
"funding": {
|
|
2540
|
+
"type": "opencollective",
|
|
2541
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
2545
|
+
"version": "8.43.0",
|
|
2546
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz",
|
|
2547
|
+
"integrity": "sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==",
|
|
2548
|
+
"license": "MIT",
|
|
2549
|
+
"engines": {
|
|
2550
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2551
|
+
},
|
|
2552
|
+
"funding": {
|
|
2553
|
+
"type": "opencollective",
|
|
2554
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2555
|
+
},
|
|
2556
|
+
"peerDependencies": {
|
|
2557
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
2561
|
+
"version": "8.43.0",
|
|
2562
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.43.0.tgz",
|
|
2563
|
+
"integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==",
|
|
2564
|
+
"license": "MIT",
|
|
2565
|
+
"engines": {
|
|
2566
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2567
|
+
},
|
|
2568
|
+
"funding": {
|
|
2569
|
+
"type": "opencollective",
|
|
2570
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
2574
|
+
"version": "8.43.0",
|
|
2575
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz",
|
|
2576
|
+
"integrity": "sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==",
|
|
2577
|
+
"license": "MIT",
|
|
2578
|
+
"dependencies": {
|
|
2579
|
+
"@typescript-eslint/project-service": "8.43.0",
|
|
2580
|
+
"@typescript-eslint/tsconfig-utils": "8.43.0",
|
|
2581
|
+
"@typescript-eslint/types": "8.43.0",
|
|
2582
|
+
"@typescript-eslint/visitor-keys": "8.43.0",
|
|
2583
|
+
"debug": "^4.3.4",
|
|
2584
|
+
"fast-glob": "^3.3.2",
|
|
2585
|
+
"is-glob": "^4.0.3",
|
|
2586
|
+
"minimatch": "^9.0.4",
|
|
2587
|
+
"semver": "^7.6.0",
|
|
2588
|
+
"ts-api-utils": "^2.1.0"
|
|
2589
|
+
},
|
|
2590
|
+
"engines": {
|
|
2591
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2592
|
+
},
|
|
2593
|
+
"funding": {
|
|
2594
|
+
"type": "opencollective",
|
|
2595
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2596
|
+
},
|
|
2597
|
+
"peerDependencies": {
|
|
2598
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
2602
|
+
"version": "8.43.0",
|
|
2603
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz",
|
|
2604
|
+
"integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==",
|
|
2605
|
+
"license": "MIT",
|
|
2606
|
+
"dependencies": {
|
|
2607
|
+
"@typescript-eslint/types": "8.43.0",
|
|
2608
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
2609
|
+
},
|
|
2610
|
+
"engines": {
|
|
2611
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2612
|
+
},
|
|
2613
|
+
"funding": {
|
|
2614
|
+
"type": "opencollective",
|
|
2615
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
"node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
|
|
2619
|
+
"version": "4.2.1",
|
|
2620
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
2621
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
2622
|
+
"license": "Apache-2.0",
|
|
2623
|
+
"engines": {
|
|
2624
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2625
|
+
},
|
|
2626
|
+
"funding": {
|
|
2627
|
+
"url": "https://opencollective.com/eslint"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2189
2630
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2190
2631
|
"version": "8.39.0",
|
|
2191
2632
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
|
|
@@ -2219,7 +2660,8 @@
|
|
|
2219
2660
|
"version": "1.3.0",
|
|
2220
2661
|
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
2221
2662
|
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
2222
|
-
"dev": true
|
|
2663
|
+
"dev": true,
|
|
2664
|
+
"license": "ISC"
|
|
2223
2665
|
},
|
|
2224
2666
|
"node_modules/@unrs/resolver-binding-android-arm-eabi": {
|
|
2225
2667
|
"version": "1.11.1",
|
|
@@ -2229,6 +2671,7 @@
|
|
|
2229
2671
|
"arm"
|
|
2230
2672
|
],
|
|
2231
2673
|
"dev": true,
|
|
2674
|
+
"license": "MIT",
|
|
2232
2675
|
"optional": true,
|
|
2233
2676
|
"os": [
|
|
2234
2677
|
"android"
|
|
@@ -2242,6 +2685,7 @@
|
|
|
2242
2685
|
"arm64"
|
|
2243
2686
|
],
|
|
2244
2687
|
"dev": true,
|
|
2688
|
+
"license": "MIT",
|
|
2245
2689
|
"optional": true,
|
|
2246
2690
|
"os": [
|
|
2247
2691
|
"android"
|
|
@@ -2255,6 +2699,7 @@
|
|
|
2255
2699
|
"arm64"
|
|
2256
2700
|
],
|
|
2257
2701
|
"dev": true,
|
|
2702
|
+
"license": "MIT",
|
|
2258
2703
|
"optional": true,
|
|
2259
2704
|
"os": [
|
|
2260
2705
|
"darwin"
|
|
@@ -2268,6 +2713,7 @@
|
|
|
2268
2713
|
"x64"
|
|
2269
2714
|
],
|
|
2270
2715
|
"dev": true,
|
|
2716
|
+
"license": "MIT",
|
|
2271
2717
|
"optional": true,
|
|
2272
2718
|
"os": [
|
|
2273
2719
|
"darwin"
|
|
@@ -2281,6 +2727,7 @@
|
|
|
2281
2727
|
"x64"
|
|
2282
2728
|
],
|
|
2283
2729
|
"dev": true,
|
|
2730
|
+
"license": "MIT",
|
|
2284
2731
|
"optional": true,
|
|
2285
2732
|
"os": [
|
|
2286
2733
|
"freebsd"
|
|
@@ -2294,6 +2741,7 @@
|
|
|
2294
2741
|
"arm"
|
|
2295
2742
|
],
|
|
2296
2743
|
"dev": true,
|
|
2744
|
+
"license": "MIT",
|
|
2297
2745
|
"optional": true,
|
|
2298
2746
|
"os": [
|
|
2299
2747
|
"linux"
|
|
@@ -2307,6 +2755,7 @@
|
|
|
2307
2755
|
"arm"
|
|
2308
2756
|
],
|
|
2309
2757
|
"dev": true,
|
|
2758
|
+
"license": "MIT",
|
|
2310
2759
|
"optional": true,
|
|
2311
2760
|
"os": [
|
|
2312
2761
|
"linux"
|
|
@@ -2320,6 +2769,7 @@
|
|
|
2320
2769
|
"arm64"
|
|
2321
2770
|
],
|
|
2322
2771
|
"dev": true,
|
|
2772
|
+
"license": "MIT",
|
|
2323
2773
|
"optional": true,
|
|
2324
2774
|
"os": [
|
|
2325
2775
|
"linux"
|
|
@@ -2333,6 +2783,7 @@
|
|
|
2333
2783
|
"arm64"
|
|
2334
2784
|
],
|
|
2335
2785
|
"dev": true,
|
|
2786
|
+
"license": "MIT",
|
|
2336
2787
|
"optional": true,
|
|
2337
2788
|
"os": [
|
|
2338
2789
|
"linux"
|
|
@@ -2346,6 +2797,7 @@
|
|
|
2346
2797
|
"ppc64"
|
|
2347
2798
|
],
|
|
2348
2799
|
"dev": true,
|
|
2800
|
+
"license": "MIT",
|
|
2349
2801
|
"optional": true,
|
|
2350
2802
|
"os": [
|
|
2351
2803
|
"linux"
|
|
@@ -2359,6 +2811,7 @@
|
|
|
2359
2811
|
"riscv64"
|
|
2360
2812
|
],
|
|
2361
2813
|
"dev": true,
|
|
2814
|
+
"license": "MIT",
|
|
2362
2815
|
"optional": true,
|
|
2363
2816
|
"os": [
|
|
2364
2817
|
"linux"
|
|
@@ -2372,6 +2825,7 @@
|
|
|
2372
2825
|
"riscv64"
|
|
2373
2826
|
],
|
|
2374
2827
|
"dev": true,
|
|
2828
|
+
"license": "MIT",
|
|
2375
2829
|
"optional": true,
|
|
2376
2830
|
"os": [
|
|
2377
2831
|
"linux"
|
|
@@ -2385,6 +2839,7 @@
|
|
|
2385
2839
|
"s390x"
|
|
2386
2840
|
],
|
|
2387
2841
|
"dev": true,
|
|
2842
|
+
"license": "MIT",
|
|
2388
2843
|
"optional": true,
|
|
2389
2844
|
"os": [
|
|
2390
2845
|
"linux"
|
|
@@ -2398,6 +2853,7 @@
|
|
|
2398
2853
|
"x64"
|
|
2399
2854
|
],
|
|
2400
2855
|
"dev": true,
|
|
2856
|
+
"license": "MIT",
|
|
2401
2857
|
"optional": true,
|
|
2402
2858
|
"os": [
|
|
2403
2859
|
"linux"
|
|
@@ -2411,6 +2867,7 @@
|
|
|
2411
2867
|
"x64"
|
|
2412
2868
|
],
|
|
2413
2869
|
"dev": true,
|
|
2870
|
+
"license": "MIT",
|
|
2414
2871
|
"optional": true,
|
|
2415
2872
|
"os": [
|
|
2416
2873
|
"linux"
|
|
@@ -2424,6 +2881,7 @@
|
|
|
2424
2881
|
"wasm32"
|
|
2425
2882
|
],
|
|
2426
2883
|
"dev": true,
|
|
2884
|
+
"license": "MIT",
|
|
2427
2885
|
"optional": true,
|
|
2428
2886
|
"dependencies": {
|
|
2429
2887
|
"@napi-rs/wasm-runtime": "^0.2.11"
|
|
@@ -2440,6 +2898,7 @@
|
|
|
2440
2898
|
"arm64"
|
|
2441
2899
|
],
|
|
2442
2900
|
"dev": true,
|
|
2901
|
+
"license": "MIT",
|
|
2443
2902
|
"optional": true,
|
|
2444
2903
|
"os": [
|
|
2445
2904
|
"win32"
|
|
@@ -2453,6 +2912,7 @@
|
|
|
2453
2912
|
"ia32"
|
|
2454
2913
|
],
|
|
2455
2914
|
"dev": true,
|
|
2915
|
+
"license": "MIT",
|
|
2456
2916
|
"optional": true,
|
|
2457
2917
|
"os": [
|
|
2458
2918
|
"win32"
|
|
@@ -2466,6 +2926,7 @@
|
|
|
2466
2926
|
"x64"
|
|
2467
2927
|
],
|
|
2468
2928
|
"dev": true,
|
|
2929
|
+
"license": "MIT",
|
|
2469
2930
|
"optional": true,
|
|
2470
2931
|
"os": [
|
|
2471
2932
|
"win32"
|
|
@@ -2519,6 +2980,7 @@
|
|
|
2519
2980
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
2520
2981
|
"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
|
|
2521
2982
|
"dev": true,
|
|
2983
|
+
"license": "MIT",
|
|
2522
2984
|
"dependencies": {
|
|
2523
2985
|
"type-fest": "^0.21.3"
|
|
2524
2986
|
},
|
|
@@ -2557,6 +3019,7 @@
|
|
|
2557
3019
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
2558
3020
|
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
2559
3021
|
"dev": true,
|
|
3022
|
+
"license": "ISC",
|
|
2560
3023
|
"dependencies": {
|
|
2561
3024
|
"normalize-path": "^3.0.0",
|
|
2562
3025
|
"picomatch": "^2.0.4"
|
|
@@ -2745,12 +3208,13 @@
|
|
|
2745
3208
|
}
|
|
2746
3209
|
},
|
|
2747
3210
|
"node_modules/babel-jest": {
|
|
2748
|
-
"version": "30.
|
|
2749
|
-
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.
|
|
2750
|
-
"integrity": "sha512-
|
|
3211
|
+
"version": "30.1.2",
|
|
3212
|
+
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.1.2.tgz",
|
|
3213
|
+
"integrity": "sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==",
|
|
2751
3214
|
"dev": true,
|
|
3215
|
+
"license": "MIT",
|
|
2752
3216
|
"dependencies": {
|
|
2753
|
-
"@jest/transform": "30.
|
|
3217
|
+
"@jest/transform": "30.1.2",
|
|
2754
3218
|
"@types/babel__core": "^7.20.5",
|
|
2755
3219
|
"babel-plugin-istanbul": "^7.0.0",
|
|
2756
3220
|
"babel-preset-jest": "30.0.1",
|
|
@@ -2770,6 +3234,7 @@
|
|
|
2770
3234
|
"resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.0.tgz",
|
|
2771
3235
|
"integrity": "sha512-C5OzENSx/A+gt7t4VH1I2XsflxyPUmXRFPKBxt33xncdOmq7oROVM3bZv9Ysjjkv8OJYDMa+tKuKMvqU/H3xdw==",
|
|
2772
3236
|
"dev": true,
|
|
3237
|
+
"license": "BSD-3-Clause",
|
|
2773
3238
|
"dependencies": {
|
|
2774
3239
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
2775
3240
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
@@ -2786,6 +3251,7 @@
|
|
|
2786
3251
|
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.0.1.tgz",
|
|
2787
3252
|
"integrity": "sha512-zTPME3pI50NsFW8ZBaVIOeAxzEY7XHlmWeXXu9srI+9kNfzCUTy8MFan46xOGZY8NZThMqq+e3qZUKsvXbasnQ==",
|
|
2788
3253
|
"dev": true,
|
|
3254
|
+
"license": "MIT",
|
|
2789
3255
|
"dependencies": {
|
|
2790
3256
|
"@babel/template": "^7.27.2",
|
|
2791
3257
|
"@babel/types": "^7.27.3",
|
|
@@ -2800,6 +3266,7 @@
|
|
|
2800
3266
|
"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz",
|
|
2801
3267
|
"integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==",
|
|
2802
3268
|
"dev": true,
|
|
3269
|
+
"license": "MIT",
|
|
2803
3270
|
"dependencies": {
|
|
2804
3271
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
2805
3272
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
@@ -2826,6 +3293,7 @@
|
|
|
2826
3293
|
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-30.0.1.tgz",
|
|
2827
3294
|
"integrity": "sha512-+YHejD5iTWI46cZmcc/YtX4gaKBtdqCHCVfuVinizVpbmyjO3zYmeuyFdfA8duRqQZfgCAMlsfmkVbJ+e2MAJw==",
|
|
2828
3295
|
"dev": true,
|
|
3296
|
+
"license": "MIT",
|
|
2829
3297
|
"dependencies": {
|
|
2830
3298
|
"babel-plugin-jest-hoist": "30.0.1",
|
|
2831
3299
|
"babel-preset-current-node-syntax": "^1.1.0"
|
|
@@ -2909,6 +3377,7 @@
|
|
|
2909
3377
|
"resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
|
|
2910
3378
|
"integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
|
|
2911
3379
|
"dev": true,
|
|
3380
|
+
"license": "Apache-2.0",
|
|
2912
3381
|
"dependencies": {
|
|
2913
3382
|
"node-int64": "^0.4.0"
|
|
2914
3383
|
}
|
|
@@ -2917,7 +3386,8 @@
|
|
|
2917
3386
|
"version": "1.1.2",
|
|
2918
3387
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
2919
3388
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
2920
|
-
"dev": true
|
|
3389
|
+
"dev": true,
|
|
3390
|
+
"license": "MIT"
|
|
2921
3391
|
},
|
|
2922
3392
|
"node_modules/call-bind": {
|
|
2923
3393
|
"version": "1.0.8",
|
|
@@ -2976,6 +3446,7 @@
|
|
|
2976
3446
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
2977
3447
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
|
2978
3448
|
"dev": true,
|
|
3449
|
+
"license": "MIT",
|
|
2979
3450
|
"engines": {
|
|
2980
3451
|
"node": ">=6"
|
|
2981
3452
|
}
|
|
@@ -3019,6 +3490,7 @@
|
|
|
3019
3490
|
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
|
|
3020
3491
|
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
|
|
3021
3492
|
"dev": true,
|
|
3493
|
+
"license": "MIT",
|
|
3022
3494
|
"engines": {
|
|
3023
3495
|
"node": ">=10"
|
|
3024
3496
|
}
|
|
@@ -3054,10 +3526,11 @@
|
|
|
3054
3526
|
}
|
|
3055
3527
|
},
|
|
3056
3528
|
"node_modules/chardet": {
|
|
3057
|
-
"version": "
|
|
3058
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-
|
|
3059
|
-
"integrity": "sha512-
|
|
3060
|
-
"dev": true
|
|
3529
|
+
"version": "2.1.0",
|
|
3530
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.0.tgz",
|
|
3531
|
+
"integrity": "sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==",
|
|
3532
|
+
"dev": true,
|
|
3533
|
+
"license": "MIT"
|
|
3061
3534
|
},
|
|
3062
3535
|
"node_modules/ci-info": {
|
|
3063
3536
|
"version": "3.9.0",
|
|
@@ -3078,13 +3551,15 @@
|
|
|
3078
3551
|
"version": "2.1.0",
|
|
3079
3552
|
"resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.1.0.tgz",
|
|
3080
3553
|
"integrity": "sha512-UX0OwmYRYQQetfrLEZeewIFFI+wSTofC+pMBLNuH3RUuu/xzG1oz84UCEDOSoQlN3fZ4+AzmV50ZYvGqkMh9yA==",
|
|
3081
|
-
"dev": true
|
|
3554
|
+
"dev": true,
|
|
3555
|
+
"license": "MIT"
|
|
3082
3556
|
},
|
|
3083
3557
|
"node_modules/cliui": {
|
|
3084
3558
|
"version": "8.0.1",
|
|
3085
3559
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
3086
3560
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
3087
3561
|
"dev": true,
|
|
3562
|
+
"license": "ISC",
|
|
3088
3563
|
"dependencies": {
|
|
3089
3564
|
"string-width": "^4.2.0",
|
|
3090
3565
|
"strip-ansi": "^6.0.1",
|
|
@@ -3098,13 +3573,15 @@
|
|
|
3098
3573
|
"version": "8.0.0",
|
|
3099
3574
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3100
3575
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
3101
|
-
"dev": true
|
|
3576
|
+
"dev": true,
|
|
3577
|
+
"license": "MIT"
|
|
3102
3578
|
},
|
|
3103
3579
|
"node_modules/cliui/node_modules/string-width": {
|
|
3104
3580
|
"version": "4.2.3",
|
|
3105
3581
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3106
3582
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3107
3583
|
"dev": true,
|
|
3584
|
+
"license": "MIT",
|
|
3108
3585
|
"dependencies": {
|
|
3109
3586
|
"emoji-regex": "^8.0.0",
|
|
3110
3587
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -3119,6 +3596,7 @@
|
|
|
3119
3596
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3120
3597
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3121
3598
|
"dev": true,
|
|
3599
|
+
"license": "MIT",
|
|
3122
3600
|
"dependencies": {
|
|
3123
3601
|
"ansi-styles": "^4.0.0",
|
|
3124
3602
|
"string-width": "^4.1.0",
|
|
@@ -3136,6 +3614,7 @@
|
|
|
3136
3614
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
3137
3615
|
"integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
|
|
3138
3616
|
"dev": true,
|
|
3617
|
+
"license": "MIT",
|
|
3139
3618
|
"engines": {
|
|
3140
3619
|
"iojs": ">= 1.0.0",
|
|
3141
3620
|
"node": ">= 0.12.0"
|
|
@@ -3145,7 +3624,8 @@
|
|
|
3145
3624
|
"version": "1.0.2",
|
|
3146
3625
|
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
|
|
3147
3626
|
"integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
|
|
3148
|
-
"dev": true
|
|
3627
|
+
"dev": true,
|
|
3628
|
+
"license": "MIT"
|
|
3149
3629
|
},
|
|
3150
3630
|
"node_modules/color-convert": {
|
|
3151
3631
|
"version": "2.0.1",
|
|
@@ -3181,7 +3661,8 @@
|
|
|
3181
3661
|
"version": "2.0.0",
|
|
3182
3662
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
3183
3663
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
3184
|
-
"dev": true
|
|
3664
|
+
"dev": true,
|
|
3665
|
+
"license": "MIT"
|
|
3185
3666
|
},
|
|
3186
3667
|
"node_modules/cross-spawn": {
|
|
3187
3668
|
"version": "7.0.6",
|
|
@@ -3289,6 +3770,7 @@
|
|
|
3289
3770
|
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.6.0.tgz",
|
|
3290
3771
|
"integrity": "sha512-F1Z+5UCFpmQUzJa11agbyPVMbpgT/qA3/SKyJ1jyBgm7dUcUEa8v9JwDkerSQXfakBwFljIxhOJqGkjUwZ9FSA==",
|
|
3291
3772
|
"dev": true,
|
|
3773
|
+
"license": "MIT",
|
|
3292
3774
|
"peerDependencies": {
|
|
3293
3775
|
"babel-plugin-macros": "^3.1.0"
|
|
3294
3776
|
},
|
|
@@ -3308,6 +3790,7 @@
|
|
|
3308
3790
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
|
|
3309
3791
|
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
3310
3792
|
"dev": true,
|
|
3793
|
+
"license": "MIT",
|
|
3311
3794
|
"engines": {
|
|
3312
3795
|
"node": ">=0.10.0"
|
|
3313
3796
|
}
|
|
@@ -3367,6 +3850,7 @@
|
|
|
3367
3850
|
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
|
|
3368
3851
|
"integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
|
|
3369
3852
|
"dev": true,
|
|
3853
|
+
"license": "MIT",
|
|
3370
3854
|
"engines": {
|
|
3371
3855
|
"node": ">=8"
|
|
3372
3856
|
}
|
|
@@ -3433,7 +3917,8 @@
|
|
|
3433
3917
|
"version": "0.2.0",
|
|
3434
3918
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
3435
3919
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
3436
|
-
"dev": true
|
|
3920
|
+
"dev": true,
|
|
3921
|
+
"license": "MIT"
|
|
3437
3922
|
},
|
|
3438
3923
|
"node_modules/electron-to-chromium": {
|
|
3439
3924
|
"version": "1.5.198",
|
|
@@ -3445,6 +3930,7 @@
|
|
|
3445
3930
|
"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
|
|
3446
3931
|
"integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
|
|
3447
3932
|
"dev": true,
|
|
3933
|
+
"license": "MIT",
|
|
3448
3934
|
"engines": {
|
|
3449
3935
|
"node": ">=12"
|
|
3450
3936
|
},
|
|
@@ -3500,6 +3986,7 @@
|
|
|
3500
3986
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
3501
3987
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
|
3502
3988
|
"dev": true,
|
|
3989
|
+
"license": "MIT",
|
|
3503
3990
|
"dependencies": {
|
|
3504
3991
|
"is-arrayish": "^0.2.1"
|
|
3505
3992
|
}
|
|
@@ -3659,18 +4146,19 @@
|
|
|
3659
4146
|
}
|
|
3660
4147
|
},
|
|
3661
4148
|
"node_modules/eslint": {
|
|
3662
|
-
"version": "9.
|
|
3663
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
3664
|
-
"integrity": "sha512-
|
|
4149
|
+
"version": "9.35.0",
|
|
4150
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.35.0.tgz",
|
|
4151
|
+
"integrity": "sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==",
|
|
4152
|
+
"license": "MIT",
|
|
3665
4153
|
"dependencies": {
|
|
3666
|
-
"@eslint-community/eslint-utils": "^4.
|
|
4154
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
3667
4155
|
"@eslint-community/regexpp": "^4.12.1",
|
|
3668
4156
|
"@eslint/config-array": "^0.21.0",
|
|
3669
|
-
"@eslint/config-helpers": "^0.3.
|
|
3670
|
-
"@eslint/core": "^0.15.
|
|
4157
|
+
"@eslint/config-helpers": "^0.3.1",
|
|
4158
|
+
"@eslint/core": "^0.15.2",
|
|
3671
4159
|
"@eslint/eslintrc": "^3.3.1",
|
|
3672
|
-
"@eslint/js": "9.
|
|
3673
|
-
"@eslint/plugin-kit": "^0.3.
|
|
4160
|
+
"@eslint/js": "9.35.0",
|
|
4161
|
+
"@eslint/plugin-kit": "^0.3.5",
|
|
3674
4162
|
"@humanfs/node": "^0.16.6",
|
|
3675
4163
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
3676
4164
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -3890,6 +4378,29 @@
|
|
|
3890
4378
|
"typescript": ">=4.8.4 <6.0.0"
|
|
3891
4379
|
}
|
|
3892
4380
|
},
|
|
4381
|
+
"node_modules/eslint-plugin-github/node_modules/@typescript-eslint/utils": {
|
|
4382
|
+
"version": "8.39.0",
|
|
4383
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.0.tgz",
|
|
4384
|
+
"integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
|
|
4385
|
+
"license": "MIT",
|
|
4386
|
+
"dependencies": {
|
|
4387
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
4388
|
+
"@typescript-eslint/scope-manager": "8.39.0",
|
|
4389
|
+
"@typescript-eslint/types": "8.39.0",
|
|
4390
|
+
"@typescript-eslint/typescript-estree": "8.39.0"
|
|
4391
|
+
},
|
|
4392
|
+
"engines": {
|
|
4393
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4394
|
+
},
|
|
4395
|
+
"funding": {
|
|
4396
|
+
"type": "opencollective",
|
|
4397
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
4398
|
+
},
|
|
4399
|
+
"peerDependencies": {
|
|
4400
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
4401
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
3893
4404
|
"node_modules/eslint-plugin-github/node_modules/ignore": {
|
|
3894
4405
|
"version": "7.0.5",
|
|
3895
4406
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
@@ -4273,6 +4784,7 @@
|
|
|
4273
4784
|
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
4274
4785
|
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
4275
4786
|
"dev": true,
|
|
4787
|
+
"license": "MIT",
|
|
4276
4788
|
"dependencies": {
|
|
4277
4789
|
"cross-spawn": "^7.0.3",
|
|
4278
4790
|
"get-stream": "^6.0.0",
|
|
@@ -4295,27 +4807,30 @@
|
|
|
4295
4807
|
"version": "3.0.7",
|
|
4296
4808
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
4297
4809
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
4298
|
-
"dev": true
|
|
4810
|
+
"dev": true,
|
|
4811
|
+
"license": "ISC"
|
|
4299
4812
|
},
|
|
4300
4813
|
"node_modules/exit-x": {
|
|
4301
4814
|
"version": "0.2.2",
|
|
4302
4815
|
"resolved": "https://registry.npmjs.org/exit-x/-/exit-x-0.2.2.tgz",
|
|
4303
4816
|
"integrity": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==",
|
|
4304
4817
|
"dev": true,
|
|
4818
|
+
"license": "MIT",
|
|
4305
4819
|
"engines": {
|
|
4306
4820
|
"node": ">= 0.8.0"
|
|
4307
4821
|
}
|
|
4308
4822
|
},
|
|
4309
4823
|
"node_modules/expect": {
|
|
4310
|
-
"version": "30.
|
|
4311
|
-
"resolved": "https://registry.npmjs.org/expect/-/expect-30.
|
|
4312
|
-
"integrity": "sha512-
|
|
4824
|
+
"version": "30.1.2",
|
|
4825
|
+
"resolved": "https://registry.npmjs.org/expect/-/expect-30.1.2.tgz",
|
|
4826
|
+
"integrity": "sha512-xvHszRavo28ejws8FpemjhwswGj4w/BetHIL8cU49u4sGyXDw2+p3YbeDbj6xzlxi6kWTjIRSTJ+9sNXPnF0Zg==",
|
|
4313
4827
|
"dev": true,
|
|
4828
|
+
"license": "MIT",
|
|
4314
4829
|
"dependencies": {
|
|
4315
|
-
"@jest/expect-utils": "30.
|
|
4316
|
-
"@jest/get-type": "30.0
|
|
4317
|
-
"jest-matcher-utils": "30.
|
|
4318
|
-
"jest-message-util": "30.0
|
|
4830
|
+
"@jest/expect-utils": "30.1.2",
|
|
4831
|
+
"@jest/get-type": "30.1.0",
|
|
4832
|
+
"jest-matcher-utils": "30.1.2",
|
|
4833
|
+
"jest-message-util": "30.1.0",
|
|
4319
4834
|
"jest-mock": "30.0.5",
|
|
4320
4835
|
"jest-util": "30.0.5"
|
|
4321
4836
|
},
|
|
@@ -4329,20 +4844,6 @@
|
|
|
4329
4844
|
"integrity": "sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==",
|
|
4330
4845
|
"dev": true
|
|
4331
4846
|
},
|
|
4332
|
-
"node_modules/external-editor": {
|
|
4333
|
-
"version": "3.1.0",
|
|
4334
|
-
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
4335
|
-
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
4336
|
-
"dev": true,
|
|
4337
|
-
"dependencies": {
|
|
4338
|
-
"chardet": "^0.7.0",
|
|
4339
|
-
"iconv-lite": "^0.4.24",
|
|
4340
|
-
"tmp": "^0.0.33"
|
|
4341
|
-
},
|
|
4342
|
-
"engines": {
|
|
4343
|
-
"node": ">=4"
|
|
4344
|
-
}
|
|
4345
|
-
},
|
|
4346
4847
|
"node_modules/fast-deep-equal": {
|
|
4347
4848
|
"version": "3.1.3",
|
|
4348
4849
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -4402,6 +4903,7 @@
|
|
|
4402
4903
|
"resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
|
|
4403
4904
|
"integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
|
|
4404
4905
|
"dev": true,
|
|
4906
|
+
"license": "Apache-2.0",
|
|
4405
4907
|
"dependencies": {
|
|
4406
4908
|
"bser": "2.1.1"
|
|
4407
4909
|
}
|
|
@@ -4477,6 +4979,7 @@
|
|
|
4477
4979
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
4478
4980
|
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
4479
4981
|
"dev": true,
|
|
4982
|
+
"license": "ISC",
|
|
4480
4983
|
"dependencies": {
|
|
4481
4984
|
"cross-spawn": "^7.0.6",
|
|
4482
4985
|
"signal-exit": "^4.0.1"
|
|
@@ -4506,7 +5009,8 @@
|
|
|
4506
5009
|
"version": "1.0.0",
|
|
4507
5010
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
4508
5011
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
4509
|
-
"dev": true
|
|
5012
|
+
"dev": true,
|
|
5013
|
+
"license": "ISC"
|
|
4510
5014
|
},
|
|
4511
5015
|
"node_modules/fsevents": {
|
|
4512
5016
|
"version": "2.3.3",
|
|
@@ -4514,6 +5018,7 @@
|
|
|
4514
5018
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
4515
5019
|
"dev": true,
|
|
4516
5020
|
"hasInstallScript": true,
|
|
5021
|
+
"license": "MIT",
|
|
4517
5022
|
"optional": true,
|
|
4518
5023
|
"os": [
|
|
4519
5024
|
"darwin"
|
|
@@ -4562,6 +5067,7 @@
|
|
|
4562
5067
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
4563
5068
|
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
4564
5069
|
"dev": true,
|
|
5070
|
+
"license": "MIT",
|
|
4565
5071
|
"engines": {
|
|
4566
5072
|
"node": ">=6.9.0"
|
|
4567
5073
|
}
|
|
@@ -4571,6 +5077,7 @@
|
|
|
4571
5077
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
4572
5078
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
4573
5079
|
"dev": true,
|
|
5080
|
+
"license": "ISC",
|
|
4574
5081
|
"engines": {
|
|
4575
5082
|
"node": "6.* || 8.* || >= 10.*"
|
|
4576
5083
|
}
|
|
@@ -4603,6 +5110,7 @@
|
|
|
4603
5110
|
"resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
|
|
4604
5111
|
"integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
|
|
4605
5112
|
"dev": true,
|
|
5113
|
+
"license": "MIT",
|
|
4606
5114
|
"engines": {
|
|
4607
5115
|
"node": ">=8.0.0"
|
|
4608
5116
|
}
|
|
@@ -4624,6 +5132,7 @@
|
|
|
4624
5132
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
4625
5133
|
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
4626
5134
|
"dev": true,
|
|
5135
|
+
"license": "MIT",
|
|
4627
5136
|
"engines": {
|
|
4628
5137
|
"node": ">=10"
|
|
4629
5138
|
},
|
|
@@ -4652,6 +5161,7 @@
|
|
|
4652
5161
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
4653
5162
|
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
4654
5163
|
"dev": true,
|
|
5164
|
+
"license": "ISC",
|
|
4655
5165
|
"dependencies": {
|
|
4656
5166
|
"foreground-child": "^3.1.0",
|
|
4657
5167
|
"jackspeak": "^3.1.2",
|
|
@@ -4830,7 +5340,8 @@
|
|
|
4830
5340
|
"version": "2.0.2",
|
|
4831
5341
|
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
4832
5342
|
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
|
|
4833
|
-
"dev": true
|
|
5343
|
+
"dev": true,
|
|
5344
|
+
"license": "MIT"
|
|
4834
5345
|
},
|
|
4835
5346
|
"node_modules/human-id": {
|
|
4836
5347
|
"version": "4.1.1",
|
|
@@ -4846,17 +5357,19 @@
|
|
|
4846
5357
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
|
4847
5358
|
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
|
4848
5359
|
"dev": true,
|
|
5360
|
+
"license": "Apache-2.0",
|
|
4849
5361
|
"engines": {
|
|
4850
5362
|
"node": ">=10.17.0"
|
|
4851
5363
|
}
|
|
4852
5364
|
},
|
|
4853
5365
|
"node_modules/iconv-lite": {
|
|
4854
|
-
"version": "0.
|
|
4855
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
4856
|
-
"integrity": "sha512-
|
|
5366
|
+
"version": "0.6.3",
|
|
5367
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
5368
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
4857
5369
|
"dev": true,
|
|
5370
|
+
"license": "MIT",
|
|
4858
5371
|
"dependencies": {
|
|
4859
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
5372
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
4860
5373
|
},
|
|
4861
5374
|
"engines": {
|
|
4862
5375
|
"node": ">=0.10.0"
|
|
@@ -4898,6 +5411,7 @@
|
|
|
4898
5411
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
4899
5412
|
"integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
|
|
4900
5413
|
"dev": true,
|
|
5414
|
+
"license": "MIT",
|
|
4901
5415
|
"dependencies": {
|
|
4902
5416
|
"pkg-dir": "^4.2.0",
|
|
4903
5417
|
"resolve-cwd": "^3.0.0"
|
|
@@ -4926,6 +5440,7 @@
|
|
|
4926
5440
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
4927
5441
|
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
4928
5442
|
"dev": true,
|
|
5443
|
+
"license": "ISC",
|
|
4929
5444
|
"dependencies": {
|
|
4930
5445
|
"once": "^1.3.0",
|
|
4931
5446
|
"wrappy": "1"
|
|
@@ -4935,7 +5450,8 @@
|
|
|
4935
5450
|
"version": "2.0.4",
|
|
4936
5451
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
4937
5452
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
4938
|
-
"dev": true
|
|
5453
|
+
"dev": true,
|
|
5454
|
+
"license": "ISC"
|
|
4939
5455
|
},
|
|
4940
5456
|
"node_modules/internal-slot": {
|
|
4941
5457
|
"version": "1.1.0",
|
|
@@ -4994,7 +5510,8 @@
|
|
|
4994
5510
|
"version": "0.2.1",
|
|
4995
5511
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
|
4996
5512
|
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
|
4997
|
-
"dev": true
|
|
5513
|
+
"dev": true,
|
|
5514
|
+
"license": "MIT"
|
|
4998
5515
|
},
|
|
4999
5516
|
"node_modules/is-async-function": {
|
|
5000
5517
|
"version": "2.1.1",
|
|
@@ -5136,6 +5653,7 @@
|
|
|
5136
5653
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
5137
5654
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
5138
5655
|
"dev": true,
|
|
5656
|
+
"license": "MIT",
|
|
5139
5657
|
"engines": {
|
|
5140
5658
|
"node": ">=8"
|
|
5141
5659
|
}
|
|
@@ -5145,6 +5663,7 @@
|
|
|
5145
5663
|
"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
|
|
5146
5664
|
"integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
|
|
5147
5665
|
"dev": true,
|
|
5666
|
+
"license": "MIT",
|
|
5148
5667
|
"engines": {
|
|
5149
5668
|
"node": ">=6"
|
|
5150
5669
|
}
|
|
@@ -5279,6 +5798,7 @@
|
|
|
5279
5798
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
5280
5799
|
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
5281
5800
|
"dev": true,
|
|
5801
|
+
"license": "MIT",
|
|
5282
5802
|
"engines": {
|
|
5283
5803
|
"node": ">=8"
|
|
5284
5804
|
},
|
|
@@ -5407,6 +5927,7 @@
|
|
|
5407
5927
|
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
5408
5928
|
"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
|
|
5409
5929
|
"dev": true,
|
|
5930
|
+
"license": "BSD-3-Clause",
|
|
5410
5931
|
"engines": {
|
|
5411
5932
|
"node": ">=8"
|
|
5412
5933
|
}
|
|
@@ -5416,6 +5937,7 @@
|
|
|
5416
5937
|
"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
|
|
5417
5938
|
"integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
|
|
5418
5939
|
"dev": true,
|
|
5940
|
+
"license": "BSD-3-Clause",
|
|
5419
5941
|
"dependencies": {
|
|
5420
5942
|
"@babel/core": "^7.23.9",
|
|
5421
5943
|
"@babel/parser": "^7.23.9",
|
|
@@ -5432,6 +5954,7 @@
|
|
|
5432
5954
|
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
|
|
5433
5955
|
"integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
|
|
5434
5956
|
"dev": true,
|
|
5957
|
+
"license": "BSD-3-Clause",
|
|
5435
5958
|
"dependencies": {
|
|
5436
5959
|
"istanbul-lib-coverage": "^3.0.0",
|
|
5437
5960
|
"make-dir": "^4.0.0",
|
|
@@ -5446,6 +5969,7 @@
|
|
|
5446
5969
|
"resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
|
|
5447
5970
|
"integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
|
|
5448
5971
|
"dev": true,
|
|
5972
|
+
"license": "BSD-3-Clause",
|
|
5449
5973
|
"dependencies": {
|
|
5450
5974
|
"@jridgewell/trace-mapping": "^0.3.23",
|
|
5451
5975
|
"debug": "^4.1.1",
|
|
@@ -5456,10 +5980,11 @@
|
|
|
5456
5980
|
}
|
|
5457
5981
|
},
|
|
5458
5982
|
"node_modules/istanbul-reports": {
|
|
5459
|
-
"version": "3.
|
|
5460
|
-
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.
|
|
5461
|
-
"integrity": "sha512-
|
|
5983
|
+
"version": "3.2.0",
|
|
5984
|
+
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
|
|
5985
|
+
"integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==",
|
|
5462
5986
|
"dev": true,
|
|
5987
|
+
"license": "BSD-3-Clause",
|
|
5463
5988
|
"dependencies": {
|
|
5464
5989
|
"html-escaper": "^2.0.0",
|
|
5465
5990
|
"istanbul-lib-report": "^3.0.0"
|
|
@@ -5473,6 +5998,7 @@
|
|
|
5473
5998
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
5474
5999
|
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
5475
6000
|
"dev": true,
|
|
6001
|
+
"license": "BlueOak-1.0.0",
|
|
5476
6002
|
"dependencies": {
|
|
5477
6003
|
"@isaacs/cliui": "^8.0.2"
|
|
5478
6004
|
},
|
|
@@ -5484,15 +6010,16 @@
|
|
|
5484
6010
|
}
|
|
5485
6011
|
},
|
|
5486
6012
|
"node_modules/jest": {
|
|
5487
|
-
"version": "30.
|
|
5488
|
-
"resolved": "https://registry.npmjs.org/jest/-/jest-30.
|
|
5489
|
-
"integrity": "sha512-
|
|
6013
|
+
"version": "30.1.2",
|
|
6014
|
+
"resolved": "https://registry.npmjs.org/jest/-/jest-30.1.2.tgz",
|
|
6015
|
+
"integrity": "sha512-iLreJmUWdANLD2UIbebrXxQqU9jIxv2ahvrBNfff55deL9DtVxm8ZJBLk/kmn0AQ+FyCTrNSlGbMdTgSasldYA==",
|
|
5490
6016
|
"dev": true,
|
|
6017
|
+
"license": "MIT",
|
|
5491
6018
|
"dependencies": {
|
|
5492
|
-
"@jest/core": "30.
|
|
6019
|
+
"@jest/core": "30.1.2",
|
|
5493
6020
|
"@jest/types": "30.0.5",
|
|
5494
6021
|
"import-local": "^3.2.0",
|
|
5495
|
-
"jest-cli": "30.
|
|
6022
|
+
"jest-cli": "30.1.2"
|
|
5496
6023
|
},
|
|
5497
6024
|
"bin": {
|
|
5498
6025
|
"jest": "bin/jest.js"
|
|
@@ -5514,6 +6041,7 @@
|
|
|
5514
6041
|
"resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-30.0.5.tgz",
|
|
5515
6042
|
"integrity": "sha512-bGl2Ntdx0eAwXuGpdLdVYVr5YQHnSZlQ0y9HVDu565lCUAe9sj6JOtBbMmBBikGIegne9piDDIOeiLVoqTkz4A==",
|
|
5516
6043
|
"dev": true,
|
|
6044
|
+
"license": "MIT",
|
|
5517
6045
|
"dependencies": {
|
|
5518
6046
|
"execa": "^5.1.1",
|
|
5519
6047
|
"jest-util": "30.0.5",
|
|
@@ -5528,6 +6056,7 @@
|
|
|
5528
6056
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
5529
6057
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5530
6058
|
"dev": true,
|
|
6059
|
+
"license": "MIT",
|
|
5531
6060
|
"dependencies": {
|
|
5532
6061
|
"yocto-queue": "^0.1.0"
|
|
5533
6062
|
},
|
|
@@ -5539,25 +6068,26 @@
|
|
|
5539
6068
|
}
|
|
5540
6069
|
},
|
|
5541
6070
|
"node_modules/jest-circus": {
|
|
5542
|
-
"version": "30.
|
|
5543
|
-
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.
|
|
5544
|
-
"integrity": "sha512-
|
|
6071
|
+
"version": "30.1.2",
|
|
6072
|
+
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.1.2.tgz",
|
|
6073
|
+
"integrity": "sha512-pyqgRv00fPbU3QBjN9I5QRd77eCWA19NA7BLgI1veFvbUIFpeDCKbnG1oyRr6q5/jPEW2zDfqZ/r6fvfE85vrA==",
|
|
5545
6074
|
"dev": true,
|
|
6075
|
+
"license": "MIT",
|
|
5546
6076
|
"dependencies": {
|
|
5547
|
-
"@jest/environment": "30.
|
|
5548
|
-
"@jest/expect": "30.
|
|
5549
|
-
"@jest/test-result": "30.
|
|
6077
|
+
"@jest/environment": "30.1.2",
|
|
6078
|
+
"@jest/expect": "30.1.2",
|
|
6079
|
+
"@jest/test-result": "30.1.2",
|
|
5550
6080
|
"@jest/types": "30.0.5",
|
|
5551
6081
|
"@types/node": "*",
|
|
5552
6082
|
"chalk": "^4.1.2",
|
|
5553
6083
|
"co": "^4.6.0",
|
|
5554
6084
|
"dedent": "^1.6.0",
|
|
5555
6085
|
"is-generator-fn": "^2.1.0",
|
|
5556
|
-
"jest-each": "30.0
|
|
5557
|
-
"jest-matcher-utils": "30.
|
|
5558
|
-
"jest-message-util": "30.0
|
|
5559
|
-
"jest-runtime": "30.
|
|
5560
|
-
"jest-snapshot": "30.
|
|
6086
|
+
"jest-each": "30.1.0",
|
|
6087
|
+
"jest-matcher-utils": "30.1.2",
|
|
6088
|
+
"jest-message-util": "30.1.0",
|
|
6089
|
+
"jest-runtime": "30.1.2",
|
|
6090
|
+
"jest-snapshot": "30.1.2",
|
|
5561
6091
|
"jest-util": "30.0.5",
|
|
5562
6092
|
"p-limit": "^3.1.0",
|
|
5563
6093
|
"pretty-format": "30.0.5",
|
|
@@ -5574,6 +6104,7 @@
|
|
|
5574
6104
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
5575
6105
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5576
6106
|
"dev": true,
|
|
6107
|
+
"license": "MIT",
|
|
5577
6108
|
"dependencies": {
|
|
5578
6109
|
"yocto-queue": "^0.1.0"
|
|
5579
6110
|
},
|
|
@@ -5585,20 +6116,21 @@
|
|
|
5585
6116
|
}
|
|
5586
6117
|
},
|
|
5587
6118
|
"node_modules/jest-cli": {
|
|
5588
|
-
"version": "30.
|
|
5589
|
-
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.
|
|
5590
|
-
"integrity": "sha512-
|
|
6119
|
+
"version": "30.1.2",
|
|
6120
|
+
"resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.1.2.tgz",
|
|
6121
|
+
"integrity": "sha512-Q7H6GGo/0TBB8Mhm3Ab7KKJHn6GeMVff+/8PVCQ7vXXahvr5sRERnNbxuVJAMiVY2JQm5roA7CHYOYlH+gzmUg==",
|
|
5591
6122
|
"dev": true,
|
|
6123
|
+
"license": "MIT",
|
|
5592
6124
|
"dependencies": {
|
|
5593
|
-
"@jest/core": "30.
|
|
5594
|
-
"@jest/test-result": "30.
|
|
6125
|
+
"@jest/core": "30.1.2",
|
|
6126
|
+
"@jest/test-result": "30.1.2",
|
|
5595
6127
|
"@jest/types": "30.0.5",
|
|
5596
6128
|
"chalk": "^4.1.2",
|
|
5597
6129
|
"exit-x": "^0.2.2",
|
|
5598
6130
|
"import-local": "^3.2.0",
|
|
5599
|
-
"jest-config": "30.
|
|
6131
|
+
"jest-config": "30.1.2",
|
|
5600
6132
|
"jest-util": "30.0.5",
|
|
5601
|
-
"jest-validate": "30.0
|
|
6133
|
+
"jest-validate": "30.1.0",
|
|
5602
6134
|
"yargs": "^17.7.2"
|
|
5603
6135
|
},
|
|
5604
6136
|
"bin": {
|
|
@@ -5617,30 +6149,31 @@
|
|
|
5617
6149
|
}
|
|
5618
6150
|
},
|
|
5619
6151
|
"node_modules/jest-config": {
|
|
5620
|
-
"version": "30.
|
|
5621
|
-
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.
|
|
5622
|
-
"integrity": "sha512-
|
|
6152
|
+
"version": "30.1.2",
|
|
6153
|
+
"resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.1.2.tgz",
|
|
6154
|
+
"integrity": "sha512-gCuBeE/cksjQ3e1a8H4YglZJuVPcnLZQK9jC70E6GbkHNQKPasnOO+r9IYdsUbAekb6c7eVRR8laGLMF06gMqg==",
|
|
5623
6155
|
"dev": true,
|
|
6156
|
+
"license": "MIT",
|
|
5624
6157
|
"dependencies": {
|
|
5625
6158
|
"@babel/core": "^7.27.4",
|
|
5626
|
-
"@jest/get-type": "30.0
|
|
6159
|
+
"@jest/get-type": "30.1.0",
|
|
5627
6160
|
"@jest/pattern": "30.0.1",
|
|
5628
|
-
"@jest/test-sequencer": "30.
|
|
6161
|
+
"@jest/test-sequencer": "30.1.2",
|
|
5629
6162
|
"@jest/types": "30.0.5",
|
|
5630
|
-
"babel-jest": "30.
|
|
6163
|
+
"babel-jest": "30.1.2",
|
|
5631
6164
|
"chalk": "^4.1.2",
|
|
5632
6165
|
"ci-info": "^4.2.0",
|
|
5633
6166
|
"deepmerge": "^4.3.1",
|
|
5634
6167
|
"glob": "^10.3.10",
|
|
5635
6168
|
"graceful-fs": "^4.2.11",
|
|
5636
|
-
"jest-circus": "30.
|
|
6169
|
+
"jest-circus": "30.1.2",
|
|
5637
6170
|
"jest-docblock": "30.0.1",
|
|
5638
|
-
"jest-environment-node": "30.
|
|
6171
|
+
"jest-environment-node": "30.1.2",
|
|
5639
6172
|
"jest-regex-util": "30.0.1",
|
|
5640
|
-
"jest-resolve": "30.0
|
|
5641
|
-
"jest-runner": "30.
|
|
6173
|
+
"jest-resolve": "30.1.0",
|
|
6174
|
+
"jest-runner": "30.1.2",
|
|
5642
6175
|
"jest-util": "30.0.5",
|
|
5643
|
-
"jest-validate": "30.0
|
|
6176
|
+
"jest-validate": "30.1.0",
|
|
5644
6177
|
"micromatch": "^4.0.8",
|
|
5645
6178
|
"parse-json": "^5.2.0",
|
|
5646
6179
|
"pretty-format": "30.0.5",
|
|
@@ -5678,18 +6211,20 @@
|
|
|
5678
6211
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
5679
6212
|
}
|
|
5680
6213
|
],
|
|
6214
|
+
"license": "MIT",
|
|
5681
6215
|
"engines": {
|
|
5682
6216
|
"node": ">=8"
|
|
5683
6217
|
}
|
|
5684
6218
|
},
|
|
5685
6219
|
"node_modules/jest-diff": {
|
|
5686
|
-
"version": "30.
|
|
5687
|
-
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.
|
|
5688
|
-
"integrity": "sha512-
|
|
6220
|
+
"version": "30.1.2",
|
|
6221
|
+
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.1.2.tgz",
|
|
6222
|
+
"integrity": "sha512-4+prq+9J61mOVXCa4Qp8ZjavdxzrWQXrI80GNxP8f4tkI2syPuPrJgdRPZRrfUTRvIoUwcmNLbqEJy9W800+NQ==",
|
|
5689
6223
|
"dev": true,
|
|
6224
|
+
"license": "MIT",
|
|
5690
6225
|
"dependencies": {
|
|
5691
6226
|
"@jest/diff-sequences": "30.0.1",
|
|
5692
|
-
"@jest/get-type": "30.0
|
|
6227
|
+
"@jest/get-type": "30.1.0",
|
|
5693
6228
|
"chalk": "^4.1.2",
|
|
5694
6229
|
"pretty-format": "30.0.5"
|
|
5695
6230
|
},
|
|
@@ -5702,6 +6237,7 @@
|
|
|
5702
6237
|
"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-30.0.1.tgz",
|
|
5703
6238
|
"integrity": "sha512-/vF78qn3DYphAaIc3jy4gA7XSAz167n9Bm/wn/1XhTLW7tTBIzXtCJpb/vcmc73NIIeeohCbdL94JasyXUZsGA==",
|
|
5704
6239
|
"dev": true,
|
|
6240
|
+
"license": "MIT",
|
|
5705
6241
|
"dependencies": {
|
|
5706
6242
|
"detect-newline": "^3.1.0"
|
|
5707
6243
|
},
|
|
@@ -5710,12 +6246,13 @@
|
|
|
5710
6246
|
}
|
|
5711
6247
|
},
|
|
5712
6248
|
"node_modules/jest-each": {
|
|
5713
|
-
"version": "30.0
|
|
5714
|
-
"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.0.
|
|
5715
|
-
"integrity": "sha512-
|
|
6249
|
+
"version": "30.1.0",
|
|
6250
|
+
"resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.1.0.tgz",
|
|
6251
|
+
"integrity": "sha512-A+9FKzxPluqogNahpCv04UJvcZ9B3HamqpDNWNKDjtxVRYB8xbZLFuCr8JAJFpNp83CA0anGQFlpQna9Me+/tQ==",
|
|
5716
6252
|
"dev": true,
|
|
6253
|
+
"license": "MIT",
|
|
5717
6254
|
"dependencies": {
|
|
5718
|
-
"@jest/get-type": "30.0
|
|
6255
|
+
"@jest/get-type": "30.1.0",
|
|
5719
6256
|
"@jest/types": "30.0.5",
|
|
5720
6257
|
"chalk": "^4.1.2",
|
|
5721
6258
|
"jest-util": "30.0.5",
|
|
@@ -5726,28 +6263,30 @@
|
|
|
5726
6263
|
}
|
|
5727
6264
|
},
|
|
5728
6265
|
"node_modules/jest-environment-node": {
|
|
5729
|
-
"version": "30.
|
|
5730
|
-
"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.
|
|
5731
|
-
"integrity": "sha512-
|
|
6266
|
+
"version": "30.1.2",
|
|
6267
|
+
"resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.1.2.tgz",
|
|
6268
|
+
"integrity": "sha512-w8qBiXtqGWJ9xpJIA98M0EIoq079GOQRQUyse5qg1plShUCQ0Ek1VTTcczqKrn3f24TFAgFtT+4q3aOXvjbsuA==",
|
|
5732
6269
|
"dev": true,
|
|
6270
|
+
"license": "MIT",
|
|
5733
6271
|
"dependencies": {
|
|
5734
|
-
"@jest/environment": "30.
|
|
5735
|
-
"@jest/fake-timers": "30.
|
|
6272
|
+
"@jest/environment": "30.1.2",
|
|
6273
|
+
"@jest/fake-timers": "30.1.2",
|
|
5736
6274
|
"@jest/types": "30.0.5",
|
|
5737
6275
|
"@types/node": "*",
|
|
5738
6276
|
"jest-mock": "30.0.5",
|
|
5739
6277
|
"jest-util": "30.0.5",
|
|
5740
|
-
"jest-validate": "30.0
|
|
6278
|
+
"jest-validate": "30.1.0"
|
|
5741
6279
|
},
|
|
5742
6280
|
"engines": {
|
|
5743
6281
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
5744
6282
|
}
|
|
5745
6283
|
},
|
|
5746
6284
|
"node_modules/jest-haste-map": {
|
|
5747
|
-
"version": "30.0
|
|
5748
|
-
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.0.
|
|
5749
|
-
"integrity": "sha512-
|
|
6285
|
+
"version": "30.1.0",
|
|
6286
|
+
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.1.0.tgz",
|
|
6287
|
+
"integrity": "sha512-JLeM84kNjpRkggcGpQLsV7B8W4LNUWz7oDNVnY1Vjj22b5/fAb3kk3htiD+4Na8bmJmjJR7rBtS2Rmq/NEcADg==",
|
|
5750
6288
|
"dev": true,
|
|
6289
|
+
"license": "MIT",
|
|
5751
6290
|
"dependencies": {
|
|
5752
6291
|
"@jest/types": "30.0.5",
|
|
5753
6292
|
"@types/node": "*",
|
|
@@ -5756,7 +6295,7 @@
|
|
|
5756
6295
|
"graceful-fs": "^4.2.11",
|
|
5757
6296
|
"jest-regex-util": "30.0.1",
|
|
5758
6297
|
"jest-util": "30.0.5",
|
|
5759
|
-
"jest-worker": "30.0
|
|
6298
|
+
"jest-worker": "30.1.0",
|
|
5760
6299
|
"micromatch": "^4.0.8",
|
|
5761
6300
|
"walker": "^1.0.8"
|
|
5762
6301
|
},
|
|
@@ -5768,12 +6307,13 @@
|
|
|
5768
6307
|
}
|
|
5769
6308
|
},
|
|
5770
6309
|
"node_modules/jest-leak-detector": {
|
|
5771
|
-
"version": "30.0
|
|
5772
|
-
"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.0.
|
|
5773
|
-
"integrity": "sha512-
|
|
6310
|
+
"version": "30.1.0",
|
|
6311
|
+
"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.1.0.tgz",
|
|
6312
|
+
"integrity": "sha512-AoFvJzwxK+4KohH60vRuHaqXfWmeBATFZpzpmzNmYTtmRMiyGPVhkXpBqxUQunw+dQB48bDf4NpUs6ivVbRv1g==",
|
|
5774
6313
|
"dev": true,
|
|
6314
|
+
"license": "MIT",
|
|
5775
6315
|
"dependencies": {
|
|
5776
|
-
"@jest/get-type": "30.0
|
|
6316
|
+
"@jest/get-type": "30.1.0",
|
|
5777
6317
|
"pretty-format": "30.0.5"
|
|
5778
6318
|
},
|
|
5779
6319
|
"engines": {
|
|
@@ -5781,14 +6321,15 @@
|
|
|
5781
6321
|
}
|
|
5782
6322
|
},
|
|
5783
6323
|
"node_modules/jest-matcher-utils": {
|
|
5784
|
-
"version": "30.
|
|
5785
|
-
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.
|
|
5786
|
-
"integrity": "sha512-
|
|
6324
|
+
"version": "30.1.2",
|
|
6325
|
+
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.1.2.tgz",
|
|
6326
|
+
"integrity": "sha512-7ai16hy4rSbDjvPTuUhuV8nyPBd6EX34HkBsBcBX2lENCuAQ0qKCPb/+lt8OSWUa9WWmGYLy41PrEzkwRwoGZQ==",
|
|
5787
6327
|
"dev": true,
|
|
6328
|
+
"license": "MIT",
|
|
5788
6329
|
"dependencies": {
|
|
5789
|
-
"@jest/get-type": "30.0
|
|
6330
|
+
"@jest/get-type": "30.1.0",
|
|
5790
6331
|
"chalk": "^4.1.2",
|
|
5791
|
-
"jest-diff": "30.
|
|
6332
|
+
"jest-diff": "30.1.2",
|
|
5792
6333
|
"pretty-format": "30.0.5"
|
|
5793
6334
|
},
|
|
5794
6335
|
"engines": {
|
|
@@ -5796,10 +6337,11 @@
|
|
|
5796
6337
|
}
|
|
5797
6338
|
},
|
|
5798
6339
|
"node_modules/jest-message-util": {
|
|
5799
|
-
"version": "30.0
|
|
5800
|
-
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.0.
|
|
5801
|
-
"integrity": "sha512-
|
|
6340
|
+
"version": "30.1.0",
|
|
6341
|
+
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.1.0.tgz",
|
|
6342
|
+
"integrity": "sha512-HizKDGG98cYkWmaLUHChq4iN+oCENohQLb7Z5guBPumYs+/etonmNFlg1Ps6yN9LTPyZn+M+b/9BbnHx3WTMDg==",
|
|
5802
6343
|
"dev": true,
|
|
6344
|
+
"license": "MIT",
|
|
5803
6345
|
"dependencies": {
|
|
5804
6346
|
"@babel/code-frame": "^7.27.1",
|
|
5805
6347
|
"@jest/types": "30.0.5",
|
|
@@ -5834,6 +6376,7 @@
|
|
|
5834
6376
|
"resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
|
|
5835
6377
|
"integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
|
|
5836
6378
|
"dev": true,
|
|
6379
|
+
"license": "MIT",
|
|
5837
6380
|
"engines": {
|
|
5838
6381
|
"node": ">=6"
|
|
5839
6382
|
},
|
|
@@ -5856,17 +6399,18 @@
|
|
|
5856
6399
|
}
|
|
5857
6400
|
},
|
|
5858
6401
|
"node_modules/jest-resolve": {
|
|
5859
|
-
"version": "30.0
|
|
5860
|
-
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.0.
|
|
5861
|
-
"integrity": "sha512-
|
|
6402
|
+
"version": "30.1.0",
|
|
6403
|
+
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.1.0.tgz",
|
|
6404
|
+
"integrity": "sha512-hASe7D/wRtZw8Cm607NrlF7fi3HWC5wmA5jCVc2QjQAB2pTwP9eVZILGEi6OeSLNUtE1zb04sXRowsdh5CUjwA==",
|
|
5862
6405
|
"dev": true,
|
|
6406
|
+
"license": "MIT",
|
|
5863
6407
|
"dependencies": {
|
|
5864
6408
|
"chalk": "^4.1.2",
|
|
5865
6409
|
"graceful-fs": "^4.2.11",
|
|
5866
|
-
"jest-haste-map": "30.0
|
|
6410
|
+
"jest-haste-map": "30.1.0",
|
|
5867
6411
|
"jest-pnp-resolver": "^1.2.3",
|
|
5868
6412
|
"jest-util": "30.0.5",
|
|
5869
|
-
"jest-validate": "30.0
|
|
6413
|
+
"jest-validate": "30.1.0",
|
|
5870
6414
|
"slash": "^3.0.0",
|
|
5871
6415
|
"unrs-resolver": "^1.7.11"
|
|
5872
6416
|
},
|
|
@@ -5875,28 +6419,30 @@
|
|
|
5875
6419
|
}
|
|
5876
6420
|
},
|
|
5877
6421
|
"node_modules/jest-resolve-dependencies": {
|
|
5878
|
-
"version": "30.
|
|
5879
|
-
"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.
|
|
5880
|
-
"integrity": "sha512
|
|
6422
|
+
"version": "30.1.2",
|
|
6423
|
+
"resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.1.2.tgz",
|
|
6424
|
+
"integrity": "sha512-HJjyoaedY4wrwda+eqvgjbwFykrAnQEmhuT0bMyOV3GQIyLPcunZcjfkm77Zr11ujwl34ySdc4qYnm7SG75TjA==",
|
|
5881
6425
|
"dev": true,
|
|
6426
|
+
"license": "MIT",
|
|
5882
6427
|
"dependencies": {
|
|
5883
6428
|
"jest-regex-util": "30.0.1",
|
|
5884
|
-
"jest-snapshot": "30.
|
|
6429
|
+
"jest-snapshot": "30.1.2"
|
|
5885
6430
|
},
|
|
5886
6431
|
"engines": {
|
|
5887
6432
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
5888
6433
|
}
|
|
5889
6434
|
},
|
|
5890
6435
|
"node_modules/jest-runner": {
|
|
5891
|
-
"version": "30.
|
|
5892
|
-
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.
|
|
5893
|
-
"integrity": "sha512-
|
|
6436
|
+
"version": "30.1.2",
|
|
6437
|
+
"resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.1.2.tgz",
|
|
6438
|
+
"integrity": "sha512-eu9AzpDY/QV+7NuMg6fZMpQ7M24cBkl5dyS1Xj7iwDPDriOmLUXR8rLojESibcIX+sCDTO4KvUeaxWCH1fbTvg==",
|
|
5894
6439
|
"dev": true,
|
|
6440
|
+
"license": "MIT",
|
|
5895
6441
|
"dependencies": {
|
|
5896
|
-
"@jest/console": "30.
|
|
5897
|
-
"@jest/environment": "30.
|
|
5898
|
-
"@jest/test-result": "30.
|
|
5899
|
-
"@jest/transform": "30.
|
|
6442
|
+
"@jest/console": "30.1.2",
|
|
6443
|
+
"@jest/environment": "30.1.2",
|
|
6444
|
+
"@jest/test-result": "30.1.2",
|
|
6445
|
+
"@jest/transform": "30.1.2",
|
|
5900
6446
|
"@jest/types": "30.0.5",
|
|
5901
6447
|
"@types/node": "*",
|
|
5902
6448
|
"chalk": "^4.1.2",
|
|
@@ -5904,15 +6450,15 @@
|
|
|
5904
6450
|
"exit-x": "^0.2.2",
|
|
5905
6451
|
"graceful-fs": "^4.2.11",
|
|
5906
6452
|
"jest-docblock": "30.0.1",
|
|
5907
|
-
"jest-environment-node": "30.
|
|
5908
|
-
"jest-haste-map": "30.0
|
|
5909
|
-
"jest-leak-detector": "30.0
|
|
5910
|
-
"jest-message-util": "30.0
|
|
5911
|
-
"jest-resolve": "30.0
|
|
5912
|
-
"jest-runtime": "30.
|
|
6453
|
+
"jest-environment-node": "30.1.2",
|
|
6454
|
+
"jest-haste-map": "30.1.0",
|
|
6455
|
+
"jest-leak-detector": "30.1.0",
|
|
6456
|
+
"jest-message-util": "30.1.0",
|
|
6457
|
+
"jest-resolve": "30.1.0",
|
|
6458
|
+
"jest-runtime": "30.1.2",
|
|
5913
6459
|
"jest-util": "30.0.5",
|
|
5914
|
-
"jest-watcher": "30.
|
|
5915
|
-
"jest-worker": "30.0
|
|
6460
|
+
"jest-watcher": "30.1.2",
|
|
6461
|
+
"jest-worker": "30.1.0",
|
|
5916
6462
|
"p-limit": "^3.1.0",
|
|
5917
6463
|
"source-map-support": "0.5.13"
|
|
5918
6464
|
},
|
|
@@ -5925,6 +6471,7 @@
|
|
|
5925
6471
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
5926
6472
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5927
6473
|
"dev": true,
|
|
6474
|
+
"license": "MIT",
|
|
5928
6475
|
"dependencies": {
|
|
5929
6476
|
"yocto-queue": "^0.1.0"
|
|
5930
6477
|
},
|
|
@@ -5936,17 +6483,18 @@
|
|
|
5936
6483
|
}
|
|
5937
6484
|
},
|
|
5938
6485
|
"node_modules/jest-runtime": {
|
|
5939
|
-
"version": "30.
|
|
5940
|
-
"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.
|
|
5941
|
-
"integrity": "sha512-
|
|
6486
|
+
"version": "30.1.2",
|
|
6487
|
+
"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.1.2.tgz",
|
|
6488
|
+
"integrity": "sha512-zU02si+lAITgyRmVRgJn/AB4cnakq8+o7bP+5Z+N1A4r2mq40zGbmrg3UpYQWCkeim17tx8w1Tnmt6tQ6y9PGA==",
|
|
5942
6489
|
"dev": true,
|
|
6490
|
+
"license": "MIT",
|
|
5943
6491
|
"dependencies": {
|
|
5944
|
-
"@jest/environment": "30.
|
|
5945
|
-
"@jest/fake-timers": "30.
|
|
5946
|
-
"@jest/globals": "30.
|
|
6492
|
+
"@jest/environment": "30.1.2",
|
|
6493
|
+
"@jest/fake-timers": "30.1.2",
|
|
6494
|
+
"@jest/globals": "30.1.2",
|
|
5947
6495
|
"@jest/source-map": "30.0.1",
|
|
5948
|
-
"@jest/test-result": "30.
|
|
5949
|
-
"@jest/transform": "30.
|
|
6496
|
+
"@jest/test-result": "30.1.2",
|
|
6497
|
+
"@jest/transform": "30.1.2",
|
|
5950
6498
|
"@jest/types": "30.0.5",
|
|
5951
6499
|
"@types/node": "*",
|
|
5952
6500
|
"chalk": "^4.1.2",
|
|
@@ -5954,12 +6502,12 @@
|
|
|
5954
6502
|
"collect-v8-coverage": "^1.0.2",
|
|
5955
6503
|
"glob": "^10.3.10",
|
|
5956
6504
|
"graceful-fs": "^4.2.11",
|
|
5957
|
-
"jest-haste-map": "30.0
|
|
5958
|
-
"jest-message-util": "30.0
|
|
6505
|
+
"jest-haste-map": "30.1.0",
|
|
6506
|
+
"jest-message-util": "30.1.0",
|
|
5959
6507
|
"jest-mock": "30.0.5",
|
|
5960
6508
|
"jest-regex-util": "30.0.1",
|
|
5961
|
-
"jest-resolve": "30.0
|
|
5962
|
-
"jest-snapshot": "30.
|
|
6509
|
+
"jest-resolve": "30.1.0",
|
|
6510
|
+
"jest-snapshot": "30.1.2",
|
|
5963
6511
|
"jest-util": "30.0.5",
|
|
5964
6512
|
"slash": "^3.0.0",
|
|
5965
6513
|
"strip-bom": "^4.0.0"
|
|
@@ -5969,28 +6517,29 @@
|
|
|
5969
6517
|
}
|
|
5970
6518
|
},
|
|
5971
6519
|
"node_modules/jest-snapshot": {
|
|
5972
|
-
"version": "30.
|
|
5973
|
-
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.
|
|
5974
|
-
"integrity": "sha512-
|
|
6520
|
+
"version": "30.1.2",
|
|
6521
|
+
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.1.2.tgz",
|
|
6522
|
+
"integrity": "sha512-4q4+6+1c8B6Cy5pGgFvjDy/Pa6VYRiGu0yQafKkJ9u6wQx4G5PqI2QR6nxTl43yy7IWsINwz6oT4o6tD12a8Dg==",
|
|
5975
6523
|
"dev": true,
|
|
6524
|
+
"license": "MIT",
|
|
5976
6525
|
"dependencies": {
|
|
5977
6526
|
"@babel/core": "^7.27.4",
|
|
5978
6527
|
"@babel/generator": "^7.27.5",
|
|
5979
6528
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
5980
6529
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
|
5981
6530
|
"@babel/types": "^7.27.3",
|
|
5982
|
-
"@jest/expect-utils": "30.
|
|
5983
|
-
"@jest/get-type": "30.0
|
|
5984
|
-
"@jest/snapshot-utils": "30.
|
|
5985
|
-
"@jest/transform": "30.
|
|
6531
|
+
"@jest/expect-utils": "30.1.2",
|
|
6532
|
+
"@jest/get-type": "30.1.0",
|
|
6533
|
+
"@jest/snapshot-utils": "30.1.2",
|
|
6534
|
+
"@jest/transform": "30.1.2",
|
|
5986
6535
|
"@jest/types": "30.0.5",
|
|
5987
6536
|
"babel-preset-current-node-syntax": "^1.1.0",
|
|
5988
6537
|
"chalk": "^4.1.2",
|
|
5989
|
-
"expect": "30.
|
|
6538
|
+
"expect": "30.1.2",
|
|
5990
6539
|
"graceful-fs": "^4.2.11",
|
|
5991
|
-
"jest-diff": "30.
|
|
5992
|
-
"jest-matcher-utils": "30.
|
|
5993
|
-
"jest-message-util": "30.0
|
|
6540
|
+
"jest-diff": "30.1.2",
|
|
6541
|
+
"jest-matcher-utils": "30.1.2",
|
|
6542
|
+
"jest-message-util": "30.1.0",
|
|
5994
6543
|
"jest-util": "30.0.5",
|
|
5995
6544
|
"pretty-format": "30.0.5",
|
|
5996
6545
|
"semver": "^7.7.2",
|
|
@@ -6045,12 +6594,13 @@
|
|
|
6045
6594
|
}
|
|
6046
6595
|
},
|
|
6047
6596
|
"node_modules/jest-validate": {
|
|
6048
|
-
"version": "30.0
|
|
6049
|
-
"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.0.
|
|
6050
|
-
"integrity": "sha512-
|
|
6597
|
+
"version": "30.1.0",
|
|
6598
|
+
"resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.1.0.tgz",
|
|
6599
|
+
"integrity": "sha512-7P3ZlCFW/vhfQ8pE7zW6Oi4EzvuB4sgR72Q1INfW9m0FGo0GADYlPwIkf4CyPq7wq85g+kPMtPOHNAdWHeBOaA==",
|
|
6051
6600
|
"dev": true,
|
|
6601
|
+
"license": "MIT",
|
|
6052
6602
|
"dependencies": {
|
|
6053
|
-
"@jest/get-type": "30.0
|
|
6603
|
+
"@jest/get-type": "30.1.0",
|
|
6054
6604
|
"@jest/types": "30.0.5",
|
|
6055
6605
|
"camelcase": "^6.3.0",
|
|
6056
6606
|
"chalk": "^4.1.2",
|
|
@@ -6066,6 +6616,7 @@
|
|
|
6066
6616
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
|
|
6067
6617
|
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
|
|
6068
6618
|
"dev": true,
|
|
6619
|
+
"license": "MIT",
|
|
6069
6620
|
"engines": {
|
|
6070
6621
|
"node": ">=10"
|
|
6071
6622
|
},
|
|
@@ -6074,12 +6625,13 @@
|
|
|
6074
6625
|
}
|
|
6075
6626
|
},
|
|
6076
6627
|
"node_modules/jest-watcher": {
|
|
6077
|
-
"version": "30.
|
|
6078
|
-
"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.
|
|
6079
|
-
"integrity": "sha512-
|
|
6628
|
+
"version": "30.1.2",
|
|
6629
|
+
"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.1.2.tgz",
|
|
6630
|
+
"integrity": "sha512-MtoGuEgqsBM8Jkn52oEj+mXLtF94+njPlHI5ydfduZL5MHrTFr14ZG1CUX1xAbY23dbSZCCEkEPhBM3cQd12Jg==",
|
|
6080
6631
|
"dev": true,
|
|
6632
|
+
"license": "MIT",
|
|
6081
6633
|
"dependencies": {
|
|
6082
|
-
"@jest/test-result": "30.
|
|
6634
|
+
"@jest/test-result": "30.1.2",
|
|
6083
6635
|
"@jest/types": "30.0.5",
|
|
6084
6636
|
"@types/node": "*",
|
|
6085
6637
|
"ansi-escapes": "^4.3.2",
|
|
@@ -6093,10 +6645,11 @@
|
|
|
6093
6645
|
}
|
|
6094
6646
|
},
|
|
6095
6647
|
"node_modules/jest-worker": {
|
|
6096
|
-
"version": "30.0
|
|
6097
|
-
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.0.
|
|
6098
|
-
"integrity": "sha512-
|
|
6648
|
+
"version": "30.1.0",
|
|
6649
|
+
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.1.0.tgz",
|
|
6650
|
+
"integrity": "sha512-uvWcSjlwAAgIu133Tt77A05H7RIk3Ho8tZL50bQM2AkvLdluw9NG48lRCl3Dt+MOH719n/0nnb5YxUwcuJiKRA==",
|
|
6099
6651
|
"dev": true,
|
|
6652
|
+
"license": "MIT",
|
|
6100
6653
|
"dependencies": {
|
|
6101
6654
|
"@types/node": "*",
|
|
6102
6655
|
"@ungap/structured-clone": "^1.3.0",
|
|
@@ -6113,6 +6666,7 @@
|
|
|
6113
6666
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
6114
6667
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
6115
6668
|
"dev": true,
|
|
6669
|
+
"license": "MIT",
|
|
6116
6670
|
"dependencies": {
|
|
6117
6671
|
"has-flag": "^4.0.0"
|
|
6118
6672
|
},
|
|
@@ -6147,6 +6701,7 @@
|
|
|
6147
6701
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
6148
6702
|
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
6149
6703
|
"dev": true,
|
|
6704
|
+
"license": "MIT",
|
|
6150
6705
|
"bin": {
|
|
6151
6706
|
"jsesc": "bin/jsesc"
|
|
6152
6707
|
},
|
|
@@ -6163,7 +6718,8 @@
|
|
|
6163
6718
|
"version": "2.3.1",
|
|
6164
6719
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
6165
6720
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
6166
|
-
"dev": true
|
|
6721
|
+
"dev": true,
|
|
6722
|
+
"license": "MIT"
|
|
6167
6723
|
},
|
|
6168
6724
|
"node_modules/json-schema-traverse": {
|
|
6169
6725
|
"version": "0.4.1",
|
|
@@ -6180,6 +6736,7 @@
|
|
|
6180
6736
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
6181
6737
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
6182
6738
|
"dev": true,
|
|
6739
|
+
"license": "MIT",
|
|
6183
6740
|
"bin": {
|
|
6184
6741
|
"json5": "lib/cli.js"
|
|
6185
6742
|
},
|
|
@@ -6261,6 +6818,7 @@
|
|
|
6261
6818
|
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
|
|
6262
6819
|
"integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
|
|
6263
6820
|
"dev": true,
|
|
6821
|
+
"license": "MIT",
|
|
6264
6822
|
"engines": {
|
|
6265
6823
|
"node": ">=6"
|
|
6266
6824
|
}
|
|
@@ -6281,7 +6839,8 @@
|
|
|
6281
6839
|
"version": "1.2.4",
|
|
6282
6840
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
6283
6841
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
6284
|
-
"dev": true
|
|
6842
|
+
"dev": true,
|
|
6843
|
+
"license": "MIT"
|
|
6285
6844
|
},
|
|
6286
6845
|
"node_modules/linkify-it": {
|
|
6287
6846
|
"version": "5.0.0",
|
|
@@ -6345,6 +6904,7 @@
|
|
|
6345
6904
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
6346
6905
|
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
6347
6906
|
"dev": true,
|
|
6907
|
+
"license": "ISC",
|
|
6348
6908
|
"dependencies": {
|
|
6349
6909
|
"yallist": "^3.0.2"
|
|
6350
6910
|
}
|
|
@@ -6354,6 +6914,7 @@
|
|
|
6354
6914
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
|
|
6355
6915
|
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
|
|
6356
6916
|
"dev": true,
|
|
6917
|
+
"license": "MIT",
|
|
6357
6918
|
"dependencies": {
|
|
6358
6919
|
"semver": "^7.5.3"
|
|
6359
6920
|
},
|
|
@@ -6369,6 +6930,7 @@
|
|
|
6369
6930
|
"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
|
|
6370
6931
|
"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
|
|
6371
6932
|
"dev": true,
|
|
6933
|
+
"license": "BSD-3-Clause",
|
|
6372
6934
|
"dependencies": {
|
|
6373
6935
|
"tmpl": "1.0.5"
|
|
6374
6936
|
}
|
|
@@ -6576,7 +7138,8 @@
|
|
|
6576
7138
|
"version": "2.0.0",
|
|
6577
7139
|
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
|
|
6578
7140
|
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
6579
|
-
"dev": true
|
|
7141
|
+
"dev": true,
|
|
7142
|
+
"license": "MIT"
|
|
6580
7143
|
},
|
|
6581
7144
|
"node_modules/merge2": {
|
|
6582
7145
|
"version": "1.4.1",
|
|
@@ -7114,6 +7677,7 @@
|
|
|
7114
7677
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
7115
7678
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
7116
7679
|
"dev": true,
|
|
7680
|
+
"license": "MIT",
|
|
7117
7681
|
"engines": {
|
|
7118
7682
|
"node": ">=6"
|
|
7119
7683
|
}
|
|
@@ -7145,6 +7709,7 @@
|
|
|
7145
7709
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
7146
7710
|
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
7147
7711
|
"dev": true,
|
|
7712
|
+
"license": "ISC",
|
|
7148
7713
|
"engines": {
|
|
7149
7714
|
"node": ">=16 || 14 >=14.17"
|
|
7150
7715
|
}
|
|
@@ -7164,10 +7729,11 @@
|
|
|
7164
7729
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
7165
7730
|
},
|
|
7166
7731
|
"node_modules/napi-postinstall": {
|
|
7167
|
-
"version": "0.3.
|
|
7168
|
-
"resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.
|
|
7169
|
-
"integrity": "sha512-
|
|
7732
|
+
"version": "0.3.3",
|
|
7733
|
+
"resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.3.tgz",
|
|
7734
|
+
"integrity": "sha512-uTp172LLXSxuSYHv/kou+f6KW3SMppU9ivthaVTXian9sOt3XM/zHYHpRZiLgQoxeWfYUnslNWQHF1+G71xcow==",
|
|
7170
7735
|
"dev": true,
|
|
7736
|
+
"license": "MIT",
|
|
7171
7737
|
"bin": {
|
|
7172
7738
|
"napi-postinstall": "lib/cli.js"
|
|
7173
7739
|
},
|
|
@@ -7207,7 +7773,8 @@
|
|
|
7207
7773
|
"version": "0.4.0",
|
|
7208
7774
|
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
|
|
7209
7775
|
"integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
|
|
7210
|
-
"dev": true
|
|
7776
|
+
"dev": true,
|
|
7777
|
+
"license": "MIT"
|
|
7211
7778
|
},
|
|
7212
7779
|
"node_modules/node-releases": {
|
|
7213
7780
|
"version": "2.0.19",
|
|
@@ -7219,6 +7786,7 @@
|
|
|
7219
7786
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
7220
7787
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
7221
7788
|
"dev": true,
|
|
7789
|
+
"license": "MIT",
|
|
7222
7790
|
"engines": {
|
|
7223
7791
|
"node": ">=0.10.0"
|
|
7224
7792
|
}
|
|
@@ -7228,6 +7796,7 @@
|
|
|
7228
7796
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
|
7229
7797
|
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
|
|
7230
7798
|
"dev": true,
|
|
7799
|
+
"license": "MIT",
|
|
7231
7800
|
"dependencies": {
|
|
7232
7801
|
"path-key": "^3.0.0"
|
|
7233
7802
|
},
|
|
@@ -7333,6 +7902,7 @@
|
|
|
7333
7902
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
7334
7903
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
7335
7904
|
"dev": true,
|
|
7905
|
+
"license": "ISC",
|
|
7336
7906
|
"dependencies": {
|
|
7337
7907
|
"wrappy": "1"
|
|
7338
7908
|
}
|
|
@@ -7342,6 +7912,7 @@
|
|
|
7342
7912
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
7343
7913
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
7344
7914
|
"dev": true,
|
|
7915
|
+
"license": "MIT",
|
|
7345
7916
|
"dependencies": {
|
|
7346
7917
|
"mimic-fn": "^2.1.0"
|
|
7347
7918
|
},
|
|
@@ -7368,15 +7939,6 @@
|
|
|
7368
7939
|
"node": ">= 0.8.0"
|
|
7369
7940
|
}
|
|
7370
7941
|
},
|
|
7371
|
-
"node_modules/os-tmpdir": {
|
|
7372
|
-
"version": "1.0.2",
|
|
7373
|
-
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
7374
|
-
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
7375
|
-
"dev": true,
|
|
7376
|
-
"engines": {
|
|
7377
|
-
"node": ">=0.10.0"
|
|
7378
|
-
}
|
|
7379
|
-
},
|
|
7380
7942
|
"node_modules/outdent": {
|
|
7381
7943
|
"version": "0.5.0",
|
|
7382
7944
|
"resolved": "https://registry.npmjs.org/outdent/-/outdent-0.5.0.tgz",
|
|
@@ -7460,7 +8022,8 @@
|
|
|
7460
8022
|
"version": "1.0.1",
|
|
7461
8023
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
7462
8024
|
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
7463
|
-
"dev": true
|
|
8025
|
+
"dev": true,
|
|
8026
|
+
"license": "BlueOak-1.0.0"
|
|
7464
8027
|
},
|
|
7465
8028
|
"node_modules/package-manager-detector": {
|
|
7466
8029
|
"version": "0.2.11",
|
|
@@ -7506,6 +8069,7 @@
|
|
|
7506
8069
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
7507
8070
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
7508
8071
|
"dev": true,
|
|
8072
|
+
"license": "MIT",
|
|
7509
8073
|
"dependencies": {
|
|
7510
8074
|
"@babel/code-frame": "^7.0.0",
|
|
7511
8075
|
"error-ex": "^1.3.1",
|
|
@@ -7532,6 +8096,7 @@
|
|
|
7532
8096
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
7533
8097
|
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
7534
8098
|
"dev": true,
|
|
8099
|
+
"license": "MIT",
|
|
7535
8100
|
"engines": {
|
|
7536
8101
|
"node": ">=0.10.0"
|
|
7537
8102
|
}
|
|
@@ -7554,6 +8119,7 @@
|
|
|
7554
8119
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
7555
8120
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
7556
8121
|
"dev": true,
|
|
8122
|
+
"license": "BlueOak-1.0.0",
|
|
7557
8123
|
"dependencies": {
|
|
7558
8124
|
"lru-cache": "^10.2.0",
|
|
7559
8125
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
@@ -7569,7 +8135,8 @@
|
|
|
7569
8135
|
"version": "10.4.3",
|
|
7570
8136
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
7571
8137
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
7572
|
-
"dev": true
|
|
8138
|
+
"dev": true,
|
|
8139
|
+
"license": "ISC"
|
|
7573
8140
|
},
|
|
7574
8141
|
"node_modules/path-type": {
|
|
7575
8142
|
"version": "4.0.0",
|
|
@@ -7610,6 +8177,7 @@
|
|
|
7610
8177
|
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
|
7611
8178
|
"integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
|
|
7612
8179
|
"dev": true,
|
|
8180
|
+
"license": "MIT",
|
|
7613
8181
|
"engines": {
|
|
7614
8182
|
"node": ">= 6"
|
|
7615
8183
|
}
|
|
@@ -7619,6 +8187,7 @@
|
|
|
7619
8187
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
7620
8188
|
"integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
|
|
7621
8189
|
"dev": true,
|
|
8190
|
+
"license": "MIT",
|
|
7622
8191
|
"dependencies": {
|
|
7623
8192
|
"find-up": "^4.0.0"
|
|
7624
8193
|
},
|
|
@@ -7724,7 +8293,8 @@
|
|
|
7724
8293
|
"type": "opencollective",
|
|
7725
8294
|
"url": "https://opencollective.com/fast-check"
|
|
7726
8295
|
}
|
|
7727
|
-
]
|
|
8296
|
+
],
|
|
8297
|
+
"license": "MIT"
|
|
7728
8298
|
},
|
|
7729
8299
|
"node_modules/quansync": {
|
|
7730
8300
|
"version": "0.2.10",
|
|
@@ -7836,6 +8406,7 @@
|
|
|
7836
8406
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
7837
8407
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
7838
8408
|
"dev": true,
|
|
8409
|
+
"license": "MIT",
|
|
7839
8410
|
"engines": {
|
|
7840
8411
|
"node": ">=0.10.0"
|
|
7841
8412
|
}
|
|
@@ -7864,6 +8435,7 @@
|
|
|
7864
8435
|
"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
|
|
7865
8436
|
"integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
|
|
7866
8437
|
"dev": true,
|
|
8438
|
+
"license": "MIT",
|
|
7867
8439
|
"dependencies": {
|
|
7868
8440
|
"resolve-from": "^5.0.0"
|
|
7869
8441
|
},
|
|
@@ -7964,7 +8536,8 @@
|
|
|
7964
8536
|
"version": "2.1.2",
|
|
7965
8537
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
7966
8538
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
7967
|
-
"dev": true
|
|
8539
|
+
"dev": true,
|
|
8540
|
+
"license": "MIT"
|
|
7968
8541
|
},
|
|
7969
8542
|
"node_modules/semver": {
|
|
7970
8543
|
"version": "7.7.2",
|
|
@@ -8133,6 +8706,7 @@
|
|
|
8133
8706
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
8134
8707
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
8135
8708
|
"dev": true,
|
|
8709
|
+
"license": "BSD-3-Clause",
|
|
8136
8710
|
"engines": {
|
|
8137
8711
|
"node": ">=0.10.0"
|
|
8138
8712
|
}
|
|
@@ -8142,6 +8716,7 @@
|
|
|
8142
8716
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
|
|
8143
8717
|
"integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
|
|
8144
8718
|
"dev": true,
|
|
8719
|
+
"license": "MIT",
|
|
8145
8720
|
"dependencies": {
|
|
8146
8721
|
"buffer-from": "^1.0.0",
|
|
8147
8722
|
"source-map": "^0.6.0"
|
|
@@ -8201,6 +8776,7 @@
|
|
|
8201
8776
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
|
|
8202
8777
|
"integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
|
|
8203
8778
|
"dev": true,
|
|
8779
|
+
"license": "MIT",
|
|
8204
8780
|
"dependencies": {
|
|
8205
8781
|
"char-regex": "^1.0.2",
|
|
8206
8782
|
"strip-ansi": "^6.0.0"
|
|
@@ -8214,6 +8790,7 @@
|
|
|
8214
8790
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
8215
8791
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
8216
8792
|
"dev": true,
|
|
8793
|
+
"license": "MIT",
|
|
8217
8794
|
"dependencies": {
|
|
8218
8795
|
"eastasianwidth": "^0.2.0",
|
|
8219
8796
|
"emoji-regex": "^9.2.2",
|
|
@@ -8232,6 +8809,7 @@
|
|
|
8232
8809
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
8233
8810
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
8234
8811
|
"dev": true,
|
|
8812
|
+
"license": "MIT",
|
|
8235
8813
|
"dependencies": {
|
|
8236
8814
|
"emoji-regex": "^8.0.0",
|
|
8237
8815
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -8245,13 +8823,15 @@
|
|
|
8245
8823
|
"version": "8.0.0",
|
|
8246
8824
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
8247
8825
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
8248
|
-
"dev": true
|
|
8826
|
+
"dev": true,
|
|
8827
|
+
"license": "MIT"
|
|
8249
8828
|
},
|
|
8250
8829
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
8251
|
-
"version": "6.
|
|
8252
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
8253
|
-
"integrity": "sha512-
|
|
8830
|
+
"version": "6.2.0",
|
|
8831
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz",
|
|
8832
|
+
"integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==",
|
|
8254
8833
|
"dev": true,
|
|
8834
|
+
"license": "MIT",
|
|
8255
8835
|
"engines": {
|
|
8256
8836
|
"node": ">=12"
|
|
8257
8837
|
},
|
|
@@ -8264,6 +8844,7 @@
|
|
|
8264
8844
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
8265
8845
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
8266
8846
|
"dev": true,
|
|
8847
|
+
"license": "MIT",
|
|
8267
8848
|
"dependencies": {
|
|
8268
8849
|
"ansi-regex": "^6.0.1"
|
|
8269
8850
|
},
|
|
@@ -8358,6 +8939,7 @@
|
|
|
8358
8939
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
8359
8940
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
8360
8941
|
"dev": true,
|
|
8942
|
+
"license": "MIT",
|
|
8361
8943
|
"dependencies": {
|
|
8362
8944
|
"ansi-regex": "^5.0.1"
|
|
8363
8945
|
},
|
|
@@ -8370,6 +8952,7 @@
|
|
|
8370
8952
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
|
|
8371
8953
|
"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
|
|
8372
8954
|
"dev": true,
|
|
8955
|
+
"license": "MIT",
|
|
8373
8956
|
"engines": {
|
|
8374
8957
|
"node": ">=8"
|
|
8375
8958
|
}
|
|
@@ -8379,6 +8962,7 @@
|
|
|
8379
8962
|
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
|
|
8380
8963
|
"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
|
|
8381
8964
|
"dev": true,
|
|
8965
|
+
"license": "MIT",
|
|
8382
8966
|
"engines": {
|
|
8383
8967
|
"node": ">=6"
|
|
8384
8968
|
}
|
|
@@ -8526,6 +9110,7 @@
|
|
|
8526
9110
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
8527
9111
|
"integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
|
|
8528
9112
|
"dev": true,
|
|
9113
|
+
"license": "ISC",
|
|
8529
9114
|
"dependencies": {
|
|
8530
9115
|
"@istanbuljs/schema": "^0.1.2",
|
|
8531
9116
|
"glob": "^7.1.4",
|
|
@@ -8540,6 +9125,7 @@
|
|
|
8540
9125
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
8541
9126
|
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
8542
9127
|
"dev": true,
|
|
9128
|
+
"license": "MIT",
|
|
8543
9129
|
"dependencies": {
|
|
8544
9130
|
"balanced-match": "^1.0.0",
|
|
8545
9131
|
"concat-map": "0.0.1"
|
|
@@ -8551,6 +9137,7 @@
|
|
|
8551
9137
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
8552
9138
|
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
8553
9139
|
"dev": true,
|
|
9140
|
+
"license": "ISC",
|
|
8554
9141
|
"dependencies": {
|
|
8555
9142
|
"fs.realpath": "^1.0.0",
|
|
8556
9143
|
"inflight": "^1.0.4",
|
|
@@ -8571,6 +9158,7 @@
|
|
|
8571
9158
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
8572
9159
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
8573
9160
|
"dev": true,
|
|
9161
|
+
"license": "ISC",
|
|
8574
9162
|
"dependencies": {
|
|
8575
9163
|
"brace-expansion": "^1.1.7"
|
|
8576
9164
|
},
|
|
@@ -8578,23 +9166,12 @@
|
|
|
8578
9166
|
"node": "*"
|
|
8579
9167
|
}
|
|
8580
9168
|
},
|
|
8581
|
-
"node_modules/tmp": {
|
|
8582
|
-
"version": "0.0.33",
|
|
8583
|
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
8584
|
-
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
8585
|
-
"dev": true,
|
|
8586
|
-
"dependencies": {
|
|
8587
|
-
"os-tmpdir": "~1.0.2"
|
|
8588
|
-
},
|
|
8589
|
-
"engines": {
|
|
8590
|
-
"node": ">=0.6.0"
|
|
8591
|
-
}
|
|
8592
|
-
},
|
|
8593
9169
|
"node_modules/tmpl": {
|
|
8594
9170
|
"version": "1.0.5",
|
|
8595
9171
|
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
|
8596
9172
|
"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
|
|
8597
|
-
"dev": true
|
|
9173
|
+
"dev": true,
|
|
9174
|
+
"license": "BSD-3-Clause"
|
|
8598
9175
|
},
|
|
8599
9176
|
"node_modules/to-regex-range": {
|
|
8600
9177
|
"version": "5.0.1",
|
|
@@ -8659,6 +9236,7 @@
|
|
|
8659
9236
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
8660
9237
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
8661
9238
|
"dev": true,
|
|
9239
|
+
"license": "0BSD",
|
|
8662
9240
|
"optional": true
|
|
8663
9241
|
},
|
|
8664
9242
|
"node_modules/type-check": {
|
|
@@ -8677,6 +9255,7 @@
|
|
|
8677
9255
|
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
|
|
8678
9256
|
"integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
|
|
8679
9257
|
"dev": true,
|
|
9258
|
+
"license": "MIT",
|
|
8680
9259
|
"engines": {
|
|
8681
9260
|
"node": ">=4"
|
|
8682
9261
|
}
|
|
@@ -8686,6 +9265,7 @@
|
|
|
8686
9265
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
8687
9266
|
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
8688
9267
|
"dev": true,
|
|
9268
|
+
"license": "(MIT OR CC0-1.0)",
|
|
8689
9269
|
"engines": {
|
|
8690
9270
|
"node": ">=10"
|
|
8691
9271
|
},
|
|
@@ -8764,9 +9344,10 @@
|
|
|
8764
9344
|
}
|
|
8765
9345
|
},
|
|
8766
9346
|
"node_modules/typescript": {
|
|
8767
|
-
"version": "5.
|
|
8768
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
8769
|
-
"integrity": "sha512-
|
|
9347
|
+
"version": "5.9.2",
|
|
9348
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
|
9349
|
+
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
|
9350
|
+
"license": "Apache-2.0",
|
|
8770
9351
|
"bin": {
|
|
8771
9352
|
"tsc": "bin/tsc",
|
|
8772
9353
|
"tsserver": "bin/tsserver"
|
|
@@ -8825,6 +9406,29 @@
|
|
|
8825
9406
|
"typescript": ">=4.8.4 <6.0.0"
|
|
8826
9407
|
}
|
|
8827
9408
|
},
|
|
9409
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
|
9410
|
+
"version": "8.39.0",
|
|
9411
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.0.tgz",
|
|
9412
|
+
"integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
|
|
9413
|
+
"license": "MIT",
|
|
9414
|
+
"dependencies": {
|
|
9415
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
9416
|
+
"@typescript-eslint/scope-manager": "8.39.0",
|
|
9417
|
+
"@typescript-eslint/types": "8.39.0",
|
|
9418
|
+
"@typescript-eslint/typescript-estree": "8.39.0"
|
|
9419
|
+
},
|
|
9420
|
+
"engines": {
|
|
9421
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9422
|
+
},
|
|
9423
|
+
"funding": {
|
|
9424
|
+
"type": "opencollective",
|
|
9425
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9426
|
+
},
|
|
9427
|
+
"peerDependencies": {
|
|
9428
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
9429
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
9430
|
+
}
|
|
9431
|
+
},
|
|
8828
9432
|
"node_modules/typescript-eslint/node_modules/ignore": {
|
|
8829
9433
|
"version": "7.0.5",
|
|
8830
9434
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
@@ -8856,6 +9460,15 @@
|
|
|
8856
9460
|
"url": "https://github.com/sponsors/ljharb"
|
|
8857
9461
|
}
|
|
8858
9462
|
},
|
|
9463
|
+
"node_modules/undici-types": {
|
|
9464
|
+
"version": "7.10.0",
|
|
9465
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
|
|
9466
|
+
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
|
9467
|
+
"dev": true,
|
|
9468
|
+
"license": "MIT",
|
|
9469
|
+
"optional": true,
|
|
9470
|
+
"peer": true
|
|
9471
|
+
},
|
|
8859
9472
|
"node_modules/unicorn-magic": {
|
|
8860
9473
|
"version": "0.3.0",
|
|
8861
9474
|
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
|
@@ -8883,6 +9496,7 @@
|
|
|
8883
9496
|
"integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
|
|
8884
9497
|
"dev": true,
|
|
8885
9498
|
"hasInstallScript": true,
|
|
9499
|
+
"license": "MIT",
|
|
8886
9500
|
"dependencies": {
|
|
8887
9501
|
"napi-postinstall": "^0.3.0"
|
|
8888
9502
|
},
|
|
@@ -8953,6 +9567,7 @@
|
|
|
8953
9567
|
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
|
|
8954
9568
|
"integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
|
|
8955
9569
|
"dev": true,
|
|
9570
|
+
"license": "ISC",
|
|
8956
9571
|
"dependencies": {
|
|
8957
9572
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
8958
9573
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
@@ -8967,6 +9582,7 @@
|
|
|
8967
9582
|
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
|
|
8968
9583
|
"integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
|
|
8969
9584
|
"dev": true,
|
|
9585
|
+
"license": "Apache-2.0",
|
|
8970
9586
|
"dependencies": {
|
|
8971
9587
|
"makeerror": "1.0.12"
|
|
8972
9588
|
}
|
|
@@ -9095,6 +9711,7 @@
|
|
|
9095
9711
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
9096
9712
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
9097
9713
|
"dev": true,
|
|
9714
|
+
"license": "MIT",
|
|
9098
9715
|
"dependencies": {
|
|
9099
9716
|
"ansi-styles": "^6.1.0",
|
|
9100
9717
|
"string-width": "^5.0.1",
|
|
@@ -9113,6 +9730,7 @@
|
|
|
9113
9730
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
9114
9731
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
9115
9732
|
"dev": true,
|
|
9733
|
+
"license": "MIT",
|
|
9116
9734
|
"dependencies": {
|
|
9117
9735
|
"ansi-styles": "^4.0.0",
|
|
9118
9736
|
"string-width": "^4.1.0",
|
|
@@ -9129,13 +9747,15 @@
|
|
|
9129
9747
|
"version": "8.0.0",
|
|
9130
9748
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
9131
9749
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
9132
|
-
"dev": true
|
|
9750
|
+
"dev": true,
|
|
9751
|
+
"license": "MIT"
|
|
9133
9752
|
},
|
|
9134
9753
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
9135
9754
|
"version": "4.2.3",
|
|
9136
9755
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
9137
9756
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
9138
9757
|
"dev": true,
|
|
9758
|
+
"license": "MIT",
|
|
9139
9759
|
"dependencies": {
|
|
9140
9760
|
"emoji-regex": "^8.0.0",
|
|
9141
9761
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -9146,10 +9766,11 @@
|
|
|
9146
9766
|
}
|
|
9147
9767
|
},
|
|
9148
9768
|
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
9149
|
-
"version": "6.
|
|
9150
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.
|
|
9151
|
-
"integrity": "sha512-
|
|
9769
|
+
"version": "6.2.0",
|
|
9770
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz",
|
|
9771
|
+
"integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==",
|
|
9152
9772
|
"dev": true,
|
|
9773
|
+
"license": "MIT",
|
|
9153
9774
|
"engines": {
|
|
9154
9775
|
"node": ">=12"
|
|
9155
9776
|
},
|
|
@@ -9162,6 +9783,7 @@
|
|
|
9162
9783
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
9163
9784
|
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
9164
9785
|
"dev": true,
|
|
9786
|
+
"license": "MIT",
|
|
9165
9787
|
"engines": {
|
|
9166
9788
|
"node": ">=12"
|
|
9167
9789
|
},
|
|
@@ -9174,6 +9796,7 @@
|
|
|
9174
9796
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
9175
9797
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
9176
9798
|
"dev": true,
|
|
9799
|
+
"license": "MIT",
|
|
9177
9800
|
"dependencies": {
|
|
9178
9801
|
"ansi-regex": "^6.0.1"
|
|
9179
9802
|
},
|
|
@@ -9188,13 +9811,15 @@
|
|
|
9188
9811
|
"version": "1.0.2",
|
|
9189
9812
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
9190
9813
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
9191
|
-
"dev": true
|
|
9814
|
+
"dev": true,
|
|
9815
|
+
"license": "ISC"
|
|
9192
9816
|
},
|
|
9193
9817
|
"node_modules/write-file-atomic": {
|
|
9194
9818
|
"version": "5.0.1",
|
|
9195
9819
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
9196
9820
|
"integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
|
|
9197
9821
|
"dev": true,
|
|
9822
|
+
"license": "ISC",
|
|
9198
9823
|
"dependencies": {
|
|
9199
9824
|
"imurmurhash": "^0.1.4",
|
|
9200
9825
|
"signal-exit": "^4.0.1"
|
|
@@ -9208,6 +9833,7 @@
|
|
|
9208
9833
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
9209
9834
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
9210
9835
|
"dev": true,
|
|
9836
|
+
"license": "ISC",
|
|
9211
9837
|
"engines": {
|
|
9212
9838
|
"node": ">=10"
|
|
9213
9839
|
}
|
|
@@ -9216,13 +9842,15 @@
|
|
|
9216
9842
|
"version": "3.1.1",
|
|
9217
9843
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
9218
9844
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
9219
|
-
"dev": true
|
|
9845
|
+
"dev": true,
|
|
9846
|
+
"license": "ISC"
|
|
9220
9847
|
},
|
|
9221
9848
|
"node_modules/yargs": {
|
|
9222
9849
|
"version": "17.7.2",
|
|
9223
9850
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
9224
9851
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
9225
9852
|
"dev": true,
|
|
9853
|
+
"license": "MIT",
|
|
9226
9854
|
"dependencies": {
|
|
9227
9855
|
"cliui": "^8.0.1",
|
|
9228
9856
|
"escalade": "^3.1.1",
|
|
@@ -9241,6 +9869,7 @@
|
|
|
9241
9869
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
9242
9870
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
9243
9871
|
"dev": true,
|
|
9872
|
+
"license": "ISC",
|
|
9244
9873
|
"engines": {
|
|
9245
9874
|
"node": ">=12"
|
|
9246
9875
|
}
|
|
@@ -9249,13 +9878,15 @@
|
|
|
9249
9878
|
"version": "8.0.0",
|
|
9250
9879
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
9251
9880
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
9252
|
-
"dev": true
|
|
9881
|
+
"dev": true,
|
|
9882
|
+
"license": "MIT"
|
|
9253
9883
|
},
|
|
9254
9884
|
"node_modules/yargs/node_modules/string-width": {
|
|
9255
9885
|
"version": "4.2.3",
|
|
9256
9886
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
9257
9887
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
9258
9888
|
"dev": true,
|
|
9889
|
+
"license": "MIT",
|
|
9259
9890
|
"dependencies": {
|
|
9260
9891
|
"emoji-regex": "^8.0.0",
|
|
9261
9892
|
"is-fullwidth-code-point": "^3.0.0",
|