judges 0.47.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/package-lock.json CHANGED
@@ -1,14 +1,20 @@
1
1
  {
2
- "lockfileVersion": 3,
3
2
  "name": "judges",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
4
5
  "packages": {
5
6
  "": {
6
- "dependencies": {
7
+ "devDependencies": {
7
8
  "@eslint/js": "^9.27.0",
8
9
  "eslint": "^9.27.0"
9
10
  }
10
11
  },
11
12
  "node_modules/@eslint-community/eslint-utils": {
13
+ "version": "4.7.0",
14
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
15
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
16
+ "dev": true,
17
+ "license": "MIT",
12
18
  "dependencies": {
13
19
  "eslint-visitor-keys": "^3.4.3"
14
20
  },
@@ -18,36 +24,39 @@
18
24
  "funding": {
19
25
  "url": "https://opencollective.com/eslint"
20
26
  },
21
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
22
- "license": "MIT",
23
27
  "peerDependencies": {
24
28
  "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
25
- },
26
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
27
- "version": "4.7.0"
29
+ }
28
30
  },
29
31
  "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
32
+ "version": "3.4.3",
33
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
34
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
35
+ "dev": true,
36
+ "license": "Apache-2.0",
30
37
  "engines": {
31
38
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
32
39
  },
33
40
  "funding": {
34
41
  "url": "https://opencollective.com/eslint"
35
- },
36
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
37
- "license": "Apache-2.0",
38
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
39
- "version": "3.4.3"
42
+ }
40
43
  },
41
44
  "node_modules/@eslint-community/regexpp": {
42
- "engines": {
43
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
44
- },
45
+ "version": "4.12.1",
46
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
45
47
  "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
48
+ "dev": true,
46
49
  "license": "MIT",
47
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
48
- "version": "4.12.1"
50
+ "engines": {
51
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
52
+ }
49
53
  },
50
54
  "node_modules/@eslint/config-array": {
55
+ "version": "0.20.1",
56
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.1.tgz",
57
+ "integrity": "sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==",
58
+ "dev": true,
59
+ "license": "Apache-2.0",
51
60
  "dependencies": {
52
61
  "@eslint/object-schema": "^2.1.6",
53
62
  "debug": "^4.3.1",
@@ -55,34 +64,37 @@
55
64
  },
56
65
  "engines": {
57
66
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
58
- },
59
- "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
60
- "license": "Apache-2.0",
61
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz",
62
- "version": "0.20.0"
67
+ }
63
68
  },
64
69
  "node_modules/@eslint/config-helpers": {
65
- "engines": {
66
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
67
- },
70
+ "version": "0.2.2",
71
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz",
68
72
  "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==",
73
+ "dev": true,
69
74
  "license": "Apache-2.0",
70
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz",
71
- "version": "0.2.2"
75
+ "engines": {
76
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
77
+ }
72
78
  },
73
79
  "node_modules/@eslint/core": {
80
+ "version": "0.14.0",
81
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
82
+ "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
83
+ "dev": true,
84
+ "license": "Apache-2.0",
74
85
  "dependencies": {
75
86
  "@types/json-schema": "^7.0.15"
76
87
  },
77
88
  "engines": {
78
89
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
79
- },
80
- "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
81
- "license": "Apache-2.0",
82
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
83
- "version": "0.14.0"
90
+ }
84
91
  },
85
92
  "node_modules/@eslint/eslintrc": {
93
+ "version": "3.3.1",
94
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
95
+ "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
96
+ "dev": true,
97
+ "license": "MIT",
86
98
  "dependencies": {
87
99
  "ajv": "^6.12.4",
88
100
  "debug": "^4.3.2",
@@ -99,141 +111,154 @@
99
111
  },
100
112
  "funding": {
101
113
  "url": "https://opencollective.com/eslint"
102
- },
103
- "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
104
- "license": "MIT",
105
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
106
- "version": "3.3.1"
114
+ }
107
115
  },
108
116
  "node_modules/@eslint/js": {
117
+ "version": "9.29.0",
118
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
119
+ "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
120
+ "dev": true,
121
+ "license": "MIT",
109
122
  "engines": {
110
123
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
111
124
  },
112
125
  "funding": {
113
126
  "url": "https://eslint.org/donate"
114
- },
115
- "integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
116
- "license": "MIT",
117
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
118
- "version": "9.27.0"
127
+ }
119
128
  },
120
129
  "node_modules/@eslint/object-schema": {
121
- "engines": {
122
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
123
- },
130
+ "version": "2.1.6",
131
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
124
132
  "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
133
+ "dev": true,
125
134
  "license": "Apache-2.0",
126
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
127
- "version": "2.1.6"
135
+ "engines": {
136
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
137
+ }
128
138
  },
129
139
  "node_modules/@eslint/plugin-kit": {
140
+ "version": "0.3.1",
141
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
142
+ "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
143
+ "dev": true,
144
+ "license": "Apache-2.0",
130
145
  "dependencies": {
131
146
  "@eslint/core": "^0.14.0",
132
147
  "levn": "^0.4.1"
133
148
  },
134
149
  "engines": {
135
150
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
136
- },
137
- "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
138
- "license": "Apache-2.0",
139
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
140
- "version": "0.3.1"
151
+ }
141
152
  },
142
153
  "node_modules/@humanfs/core": {
143
- "engines": {
144
- "node": ">=18.18.0"
145
- },
154
+ "version": "0.19.1",
155
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
146
156
  "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
157
+ "dev": true,
147
158
  "license": "Apache-2.0",
148
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
149
- "version": "0.19.1"
159
+ "engines": {
160
+ "node": ">=18.18.0"
161
+ }
150
162
  },
151
163
  "node_modules/@humanfs/node": {
164
+ "version": "0.16.6",
165
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
166
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
167
+ "dev": true,
168
+ "license": "Apache-2.0",
152
169
  "dependencies": {
153
170
  "@humanfs/core": "^0.19.1",
154
171
  "@humanwhocodes/retry": "^0.3.0"
155
172
  },
156
173
  "engines": {
157
174
  "node": ">=18.18.0"
158
- },
159
- "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
160
- "license": "Apache-2.0",
161
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
162
- "version": "0.16.6"
175
+ }
163
176
  },
164
177
  "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
178
+ "version": "0.3.1",
179
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
180
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
181
+ "dev": true,
182
+ "license": "Apache-2.0",
165
183
  "engines": {
166
184
  "node": ">=18.18"
167
185
  },
168
186
  "funding": {
169
187
  "type": "github",
170
188
  "url": "https://github.com/sponsors/nzakas"
171
- },
172
- "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
173
- "license": "Apache-2.0",
174
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
175
- "version": "0.3.1"
189
+ }
176
190
  },
177
191
  "node_modules/@humanwhocodes/module-importer": {
192
+ "version": "1.0.1",
193
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
194
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
195
+ "dev": true,
196
+ "license": "Apache-2.0",
178
197
  "engines": {
179
198
  "node": ">=12.22"
180
199
  },
181
200
  "funding": {
182
201
  "type": "github",
183
202
  "url": "https://github.com/sponsors/nzakas"
184
- },
185
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
186
- "license": "Apache-2.0",
187
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
188
- "version": "1.0.1"
203
+ }
189
204
  },
190
205
  "node_modules/@humanwhocodes/retry": {
206
+ "version": "0.4.3",
207
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
208
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
209
+ "dev": true,
210
+ "license": "Apache-2.0",
191
211
  "engines": {
192
212
  "node": ">=18.18"
193
213
  },
194
214
  "funding": {
195
215
  "type": "github",
196
216
  "url": "https://github.com/sponsors/nzakas"
197
- },
198
- "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
199
- "license": "Apache-2.0",
200
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
201
- "version": "0.4.3"
217
+ }
202
218
  },
203
219
  "node_modules/@types/estree": {
204
- "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
205
- "license": "MIT",
220
+ "version": "1.0.7",
206
221
  "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
207
- "version": "1.0.7"
222
+ "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
223
+ "dev": true,
224
+ "license": "MIT"
208
225
  },
209
226
  "node_modules/@types/json-schema": {
210
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
211
- "license": "MIT",
227
+ "version": "7.0.15",
212
228
  "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
213
- "version": "7.0.15"
229
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
230
+ "dev": true,
231
+ "license": "MIT"
214
232
  },
215
233
  "node_modules/acorn": {
234
+ "version": "8.15.0",
235
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
236
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
237
+ "dev": true,
238
+ "license": "MIT",
216
239
  "bin": {
217
240
  "acorn": "bin/acorn"
218
241
  },
219
242
  "engines": {
220
243
  "node": ">=0.4.0"
221
- },
222
- "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
223
- "license": "MIT",
224
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
225
- "version": "8.14.1"
244
+ }
226
245
  },
227
246
  "node_modules/acorn-jsx": {
247
+ "version": "5.3.2",
248
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
228
249
  "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
250
+ "dev": true,
229
251
  "license": "MIT",
230
252
  "peerDependencies": {
231
253
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
232
- },
233
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
234
- "version": "5.3.2"
254
+ }
235
255
  },
236
256
  "node_modules/ajv": {
257
+ "version": "6.12.6",
258
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
259
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
260
+ "dev": true,
261
+ "license": "MIT",
237
262
  "dependencies": {
238
263
  "fast-deep-equal": "^3.1.1",
239
264
  "fast-json-stable-stringify": "^2.0.0",
@@ -243,13 +268,14 @@
243
268
  "funding": {
244
269
  "type": "github",
245
270
  "url": "https://github.com/sponsors/epoberezkin"
246
- },
247
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
248
- "license": "MIT",
249
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
250
- "version": "6.12.6"
271
+ }
251
272
  },
252
273
  "node_modules/ansi-styles": {
274
+ "version": "4.3.0",
275
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
276
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
277
+ "dev": true,
278
+ "license": "MIT",
253
279
  "dependencies": {
254
280
  "color-convert": "^2.0.1"
255
281
  },
@@ -258,44 +284,49 @@
258
284
  },
259
285
  "funding": {
260
286
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
261
- },
262
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
263
- "license": "MIT",
264
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
265
- "version": "4.3.0"
287
+ }
266
288
  },
267
289
  "node_modules/argparse": {
268
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
269
- "license": "Python-2.0",
290
+ "version": "2.0.1",
270
291
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
271
- "version": "2.0.1"
292
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
293
+ "dev": true,
294
+ "license": "Python-2.0"
272
295
  },
273
296
  "node_modules/balanced-match": {
274
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
275
- "license": "MIT",
297
+ "version": "1.0.2",
276
298
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
277
- "version": "1.0.2"
299
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
300
+ "dev": true,
301
+ "license": "MIT"
278
302
  },
279
303
  "node_modules/brace-expansion": {
304
+ "version": "1.1.11",
305
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
306
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
307
+ "dev": true,
308
+ "license": "MIT",
280
309
  "dependencies": {
281
310
  "balanced-match": "^1.0.0",
282
311
  "concat-map": "0.0.1"
283
- },
284
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
285
- "license": "MIT",
286
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
287
- "version": "1.1.11"
312
+ }
288
313
  },
289
314
  "node_modules/callsites": {
290
- "engines": {
291
- "node": ">=6"
292
- },
315
+ "version": "3.1.0",
316
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
293
317
  "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
318
+ "dev": true,
294
319
  "license": "MIT",
295
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
296
- "version": "3.1.0"
320
+ "engines": {
321
+ "node": ">=6"
322
+ }
297
323
  },
298
324
  "node_modules/chalk": {
325
+ "version": "4.1.2",
326
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
327
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
328
+ "dev": true,
329
+ "license": "MIT",
299
330
  "dependencies": {
300
331
  "ansi-styles": "^4.1.0",
301
332
  "supports-color": "^7.1.0"
@@ -305,37 +336,41 @@
305
336
  },
306
337
  "funding": {
307
338
  "url": "https://github.com/chalk/chalk?sponsor=1"
308
- },
309
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
310
- "license": "MIT",
311
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
312
- "version": "4.1.2"
339
+ }
313
340
  },
314
341
  "node_modules/color-convert": {
342
+ "version": "2.0.1",
343
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
344
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
345
+ "dev": true,
346
+ "license": "MIT",
315
347
  "dependencies": {
316
348
  "color-name": "~1.1.4"
317
349
  },
318
350
  "engines": {
319
351
  "node": ">=7.0.0"
320
- },
321
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
322
- "license": "MIT",
323
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
324
- "version": "2.0.1"
352
+ }
325
353
  },
326
354
  "node_modules/color-name": {
327
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
328
- "license": "MIT",
355
+ "version": "1.1.4",
329
356
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
330
- "version": "1.1.4"
357
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
358
+ "dev": true,
359
+ "license": "MIT"
331
360
  },
332
361
  "node_modules/concat-map": {
333
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
334
- "license": "MIT",
362
+ "version": "0.0.1",
335
363
  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
336
- "version": "0.0.1"
364
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
365
+ "dev": true,
366
+ "license": "MIT"
337
367
  },
338
368
  "node_modules/cross-spawn": {
369
+ "version": "7.0.6",
370
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
371
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
372
+ "dev": true,
373
+ "license": "MIT",
339
374
  "dependencies": {
340
375
  "path-key": "^3.1.0",
341
376
  "shebang-command": "^2.0.0",
@@ -343,59 +378,60 @@
343
378
  },
344
379
  "engines": {
345
380
  "node": ">= 8"
346
- },
347
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
348
- "license": "MIT",
349
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
350
- "version": "7.0.6"
381
+ }
351
382
  },
352
383
  "node_modules/debug": {
384
+ "version": "4.4.1",
385
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
386
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
387
+ "dev": true,
388
+ "license": "MIT",
353
389
  "dependencies": {
354
390
  "ms": "^2.1.3"
355
391
  },
356
392
  "engines": {
357
393
  "node": ">=6.0"
358
394
  },
359
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
360
- "license": "MIT",
361
395
  "peerDependenciesMeta": {
362
396
  "supports-color": {
363
397
  "optional": true
364
398
  }
365
- },
366
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
367
- "version": "4.4.1"
399
+ }
368
400
  },
369
401
  "node_modules/deep-is": {
370
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
371
- "license": "MIT",
402
+ "version": "0.1.4",
372
403
  "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
373
- "version": "0.1.4"
404
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
405
+ "dev": true,
406
+ "license": "MIT"
374
407
  },
375
408
  "node_modules/escape-string-regexp": {
409
+ "version": "4.0.0",
410
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
411
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
412
+ "dev": true,
413
+ "license": "MIT",
376
414
  "engines": {
377
415
  "node": ">=10"
378
416
  },
379
417
  "funding": {
380
418
  "url": "https://github.com/sponsors/sindresorhus"
381
- },
382
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
383
- "license": "MIT",
384
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
385
- "version": "4.0.0"
419
+ }
386
420
  },
387
421
  "node_modules/eslint": {
388
- "bin": {
389
- "eslint": "bin/eslint.js"
390
- },
422
+ "version": "9.29.0",
423
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.29.0.tgz",
424
+ "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==",
425
+ "dev": true,
426
+ "license": "MIT",
391
427
  "dependencies": {
392
428
  "@eslint-community/eslint-utils": "^4.2.0",
393
429
  "@eslint-community/regexpp": "^4.12.1",
394
- "@eslint/config-array": "^0.20.0",
430
+ "@eslint/config-array": "^0.20.1",
395
431
  "@eslint/config-helpers": "^0.2.1",
396
432
  "@eslint/core": "^0.14.0",
397
433
  "@eslint/eslintrc": "^3.3.1",
398
- "@eslint/js": "9.27.0",
434
+ "@eslint/js": "9.29.0",
399
435
  "@eslint/plugin-kit": "^0.3.1",
400
436
  "@humanfs/node": "^0.16.6",
401
437
  "@humanwhocodes/module-importer": "^1.0.1",
@@ -407,9 +443,9 @@
407
443
  "cross-spawn": "^7.0.6",
408
444
  "debug": "^4.3.2",
409
445
  "escape-string-regexp": "^4.0.0",
410
- "eslint-scope": "^8.3.0",
411
- "eslint-visitor-keys": "^4.2.0",
412
- "espree": "^10.3.0",
446
+ "eslint-scope": "^8.4.0",
447
+ "eslint-visitor-keys": "^4.2.1",
448
+ "espree": "^10.4.0",
413
449
  "esquery": "^1.5.0",
414
450
  "esutils": "^2.0.2",
415
451
  "fast-deep-equal": "^3.1.3",
@@ -425,14 +461,15 @@
425
461
  "natural-compare": "^1.4.0",
426
462
  "optionator": "^0.9.3"
427
463
  },
464
+ "bin": {
465
+ "eslint": "bin/eslint.js"
466
+ },
428
467
  "engines": {
429
468
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
430
469
  },
431
470
  "funding": {
432
471
  "url": "https://eslint.org/donate"
433
472
  },
434
- "integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==",
435
- "license": "MIT",
436
473
  "peerDependencies": {
437
474
  "jiti": "*"
438
475
  },
@@ -440,11 +477,14 @@
440
477
  "jiti": {
441
478
  "optional": true
442
479
  }
443
- },
444
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz",
445
- "version": "9.27.0"
480
+ }
446
481
  },
447
482
  "node_modules/eslint-scope": {
483
+ "version": "8.4.0",
484
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
485
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
486
+ "dev": true,
487
+ "license": "BSD-2-Clause",
448
488
  "dependencies": {
449
489
  "esrecurse": "^4.3.0",
450
490
  "estraverse": "^5.2.0"
@@ -454,114 +494,125 @@
454
494
  },
455
495
  "funding": {
456
496
  "url": "https://opencollective.com/eslint"
457
- },
458
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
459
- "license": "BSD-2-Clause",
460
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
461
- "version": "8.3.0"
497
+ }
462
498
  },
463
499
  "node_modules/eslint-visitor-keys": {
500
+ "version": "4.2.1",
501
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
502
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
503
+ "dev": true,
504
+ "license": "Apache-2.0",
464
505
  "engines": {
465
506
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
466
507
  },
467
508
  "funding": {
468
509
  "url": "https://opencollective.com/eslint"
469
- },
470
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
471
- "license": "Apache-2.0",
472
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
473
- "version": "4.2.0"
510
+ }
474
511
  },
475
512
  "node_modules/espree": {
513
+ "version": "10.4.0",
514
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
515
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
516
+ "dev": true,
517
+ "license": "BSD-2-Clause",
476
518
  "dependencies": {
477
- "acorn": "^8.14.0",
519
+ "acorn": "^8.15.0",
478
520
  "acorn-jsx": "^5.3.2",
479
- "eslint-visitor-keys": "^4.2.0"
521
+ "eslint-visitor-keys": "^4.2.1"
480
522
  },
481
523
  "engines": {
482
524
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
483
525
  },
484
526
  "funding": {
485
527
  "url": "https://opencollective.com/eslint"
486
- },
487
- "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
488
- "license": "BSD-2-Clause",
489
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
490
- "version": "10.3.0"
528
+ }
491
529
  },
492
530
  "node_modules/esquery": {
531
+ "version": "1.6.0",
532
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
533
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
534
+ "dev": true,
535
+ "license": "BSD-3-Clause",
493
536
  "dependencies": {
494
537
  "estraverse": "^5.1.0"
495
538
  },
496
539
  "engines": {
497
540
  "node": ">=0.10"
498
- },
499
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
500
- "license": "BSD-3-Clause",
501
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
502
- "version": "1.6.0"
541
+ }
503
542
  },
504
543
  "node_modules/esrecurse": {
544
+ "version": "4.3.0",
545
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
546
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
547
+ "dev": true,
548
+ "license": "BSD-2-Clause",
505
549
  "dependencies": {
506
550
  "estraverse": "^5.2.0"
507
551
  },
508
552
  "engines": {
509
553
  "node": ">=4.0"
510
- },
511
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
512
- "license": "BSD-2-Clause",
513
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
514
- "version": "4.3.0"
554
+ }
515
555
  },
516
556
  "node_modules/estraverse": {
557
+ "version": "5.3.0",
558
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
559
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
560
+ "dev": true,
561
+ "license": "BSD-2-Clause",
517
562
  "engines": {
518
563
  "node": ">=4.0"
519
- },
520
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
521
- "license": "BSD-2-Clause",
522
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
523
- "version": "5.3.0"
564
+ }
524
565
  },
525
566
  "node_modules/esutils": {
526
- "engines": {
527
- "node": ">=0.10.0"
528
- },
567
+ "version": "2.0.3",
568
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
529
569
  "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
570
+ "dev": true,
530
571
  "license": "BSD-2-Clause",
531
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
532
- "version": "2.0.3"
572
+ "engines": {
573
+ "node": ">=0.10.0"
574
+ }
533
575
  },
534
576
  "node_modules/fast-deep-equal": {
535
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
536
- "license": "MIT",
577
+ "version": "3.1.3",
537
578
  "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
538
- "version": "3.1.3"
579
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
580
+ "dev": true,
581
+ "license": "MIT"
539
582
  },
540
583
  "node_modules/fast-json-stable-stringify": {
541
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
542
- "license": "MIT",
584
+ "version": "2.1.0",
543
585
  "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
544
- "version": "2.1.0"
586
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
587
+ "dev": true,
588
+ "license": "MIT"
545
589
  },
546
590
  "node_modules/fast-levenshtein": {
547
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
548
- "license": "MIT",
591
+ "version": "2.0.6",
549
592
  "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
550
- "version": "2.0.6"
593
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
594
+ "dev": true,
595
+ "license": "MIT"
551
596
  },
552
597
  "node_modules/file-entry-cache": {
598
+ "version": "8.0.0",
599
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
600
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
601
+ "dev": true,
602
+ "license": "MIT",
553
603
  "dependencies": {
554
604
  "flat-cache": "^4.0.0"
555
605
  },
556
606
  "engines": {
557
607
  "node": ">=16.0.0"
558
- },
559
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
560
- "license": "MIT",
561
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
562
- "version": "8.0.0"
608
+ }
563
609
  },
564
610
  "node_modules/find-up": {
611
+ "version": "5.0.0",
612
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
613
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
614
+ "dev": true,
615
+ "license": "MIT",
565
616
  "dependencies": {
566
617
  "locate-path": "^6.0.0",
567
618
  "path-exists": "^4.0.0"
@@ -571,74 +622,81 @@
571
622
  },
572
623
  "funding": {
573
624
  "url": "https://github.com/sponsors/sindresorhus"
574
- },
575
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
576
- "license": "MIT",
577
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
578
- "version": "5.0.0"
625
+ }
579
626
  },
580
627
  "node_modules/flat-cache": {
628
+ "version": "4.0.1",
629
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
630
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
631
+ "dev": true,
632
+ "license": "MIT",
581
633
  "dependencies": {
582
634
  "flatted": "^3.2.9",
583
635
  "keyv": "^4.5.4"
584
636
  },
585
637
  "engines": {
586
638
  "node": ">=16"
587
- },
588
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
589
- "license": "MIT",
590
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
591
- "version": "4.0.1"
639
+ }
592
640
  },
593
641
  "node_modules/flatted": {
594
- "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
595
- "license": "ISC",
642
+ "version": "3.3.3",
596
643
  "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
597
- "version": "3.3.3"
644
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
645
+ "dev": true,
646
+ "license": "ISC"
598
647
  },
599
648
  "node_modules/glob-parent": {
649
+ "version": "6.0.2",
650
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
651
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
652
+ "dev": true,
653
+ "license": "ISC",
600
654
  "dependencies": {
601
655
  "is-glob": "^4.0.3"
602
656
  },
603
657
  "engines": {
604
658
  "node": ">=10.13.0"
605
- },
606
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
607
- "license": "ISC",
608
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
609
- "version": "6.0.2"
659
+ }
610
660
  },
611
661
  "node_modules/globals": {
662
+ "version": "14.0.0",
663
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
664
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
665
+ "dev": true,
666
+ "license": "MIT",
612
667
  "engines": {
613
668
  "node": ">=18"
614
669
  },
615
670
  "funding": {
616
671
  "url": "https://github.com/sponsors/sindresorhus"
617
- },
618
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
619
- "license": "MIT",
620
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
621
- "version": "14.0.0"
672
+ }
622
673
  },
623
674
  "node_modules/has-flag": {
624
- "engines": {
625
- "node": ">=8"
626
- },
675
+ "version": "4.0.0",
676
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
627
677
  "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
678
+ "dev": true,
628
679
  "license": "MIT",
629
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
630
- "version": "4.0.0"
680
+ "engines": {
681
+ "node": ">=8"
682
+ }
631
683
  },
632
684
  "node_modules/ignore": {
633
- "engines": {
634
- "node": ">= 4"
635
- },
685
+ "version": "5.3.2",
686
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
636
687
  "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
688
+ "dev": true,
637
689
  "license": "MIT",
638
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
639
- "version": "5.3.2"
690
+ "engines": {
691
+ "node": ">= 4"
692
+ }
640
693
  },
641
694
  "node_modules/import-fresh": {
695
+ "version": "3.3.1",
696
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
697
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
698
+ "dev": true,
699
+ "license": "MIT",
642
700
  "dependencies": {
643
701
  "parent-module": "^1.0.0",
644
702
  "resolve-from": "^4.0.0"
@@ -648,101 +706,112 @@
648
706
  },
649
707
  "funding": {
650
708
  "url": "https://github.com/sponsors/sindresorhus"
651
- },
652
- "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
653
- "license": "MIT",
654
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
655
- "version": "3.3.1"
709
+ }
656
710
  },
657
711
  "node_modules/imurmurhash": {
658
- "engines": {
659
- "node": ">=0.8.19"
660
- },
712
+ "version": "0.1.4",
713
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
661
714
  "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
715
+ "dev": true,
662
716
  "license": "MIT",
663
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
664
- "version": "0.1.4"
717
+ "engines": {
718
+ "node": ">=0.8.19"
719
+ }
665
720
  },
666
721
  "node_modules/is-extglob": {
667
- "engines": {
668
- "node": ">=0.10.0"
669
- },
722
+ "version": "2.1.1",
723
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
670
724
  "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
725
+ "dev": true,
671
726
  "license": "MIT",
672
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
673
- "version": "2.1.1"
727
+ "engines": {
728
+ "node": ">=0.10.0"
729
+ }
674
730
  },
675
731
  "node_modules/is-glob": {
732
+ "version": "4.0.3",
733
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
734
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
735
+ "dev": true,
736
+ "license": "MIT",
676
737
  "dependencies": {
677
738
  "is-extglob": "^2.1.1"
678
739
  },
679
740
  "engines": {
680
741
  "node": ">=0.10.0"
681
- },
682
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
683
- "license": "MIT",
684
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
685
- "version": "4.0.3"
742
+ }
686
743
  },
687
744
  "node_modules/isexe": {
688
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
689
- "license": "ISC",
745
+ "version": "2.0.0",
690
746
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
691
- "version": "2.0.0"
747
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
748
+ "dev": true,
749
+ "license": "ISC"
692
750
  },
693
751
  "node_modules/js-yaml": {
694
- "bin": {
695
- "js-yaml": "bin/js-yaml.js"
696
- },
752
+ "version": "4.1.0",
753
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
754
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
755
+ "dev": true,
756
+ "license": "MIT",
697
757
  "dependencies": {
698
758
  "argparse": "^2.0.1"
699
759
  },
700
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
701
- "license": "MIT",
702
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
703
- "version": "4.1.0"
760
+ "bin": {
761
+ "js-yaml": "bin/js-yaml.js"
762
+ }
704
763
  },
705
764
  "node_modules/json-buffer": {
706
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
707
- "license": "MIT",
765
+ "version": "3.0.1",
708
766
  "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
709
- "version": "3.0.1"
767
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
768
+ "dev": true,
769
+ "license": "MIT"
710
770
  },
711
771
  "node_modules/json-schema-traverse": {
712
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
713
- "license": "MIT",
772
+ "version": "0.4.1",
714
773
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
715
- "version": "0.4.1"
774
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
775
+ "dev": true,
776
+ "license": "MIT"
716
777
  },
717
778
  "node_modules/json-stable-stringify-without-jsonify": {
718
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
719
- "license": "MIT",
779
+ "version": "1.0.1",
720
780
  "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
721
- "version": "1.0.1"
781
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
782
+ "dev": true,
783
+ "license": "MIT"
722
784
  },
723
785
  "node_modules/keyv": {
724
- "dependencies": {
725
- "json-buffer": "3.0.1"
726
- },
786
+ "version": "4.5.4",
787
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
727
788
  "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
789
+ "dev": true,
728
790
  "license": "MIT",
729
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
730
- "version": "4.5.4"
791
+ "dependencies": {
792
+ "json-buffer": "3.0.1"
793
+ }
731
794
  },
732
795
  "node_modules/levn": {
796
+ "version": "0.4.1",
797
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
798
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
799
+ "dev": true,
800
+ "license": "MIT",
733
801
  "dependencies": {
734
802
  "prelude-ls": "^1.2.1",
735
803
  "type-check": "~0.4.0"
736
804
  },
737
805
  "engines": {
738
806
  "node": ">= 0.8.0"
739
- },
740
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
741
- "license": "MIT",
742
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
743
- "version": "0.4.1"
807
+ }
744
808
  },
745
809
  "node_modules/locate-path": {
810
+ "version": "6.0.0",
811
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
812
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
813
+ "dev": true,
814
+ "license": "MIT",
746
815
  "dependencies": {
747
816
  "p-locate": "^5.0.0"
748
817
  },
@@ -751,43 +820,48 @@
751
820
  },
752
821
  "funding": {
753
822
  "url": "https://github.com/sponsors/sindresorhus"
754
- },
755
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
756
- "license": "MIT",
757
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
758
- "version": "6.0.0"
823
+ }
759
824
  },
760
825
  "node_modules/lodash.merge": {
761
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
762
- "license": "MIT",
826
+ "version": "4.6.2",
763
827
  "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
764
- "version": "4.6.2"
828
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
829
+ "dev": true,
830
+ "license": "MIT"
765
831
  },
766
832
  "node_modules/minimatch": {
833
+ "version": "3.1.2",
834
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
835
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
836
+ "dev": true,
837
+ "license": "ISC",
767
838
  "dependencies": {
768
839
  "brace-expansion": "^1.1.7"
769
840
  },
770
841
  "engines": {
771
842
  "node": "*"
772
- },
773
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
774
- "license": "ISC",
775
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
776
- "version": "3.1.2"
843
+ }
777
844
  },
778
845
  "node_modules/ms": {
779
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
780
- "license": "MIT",
846
+ "version": "2.1.3",
781
847
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
782
- "version": "2.1.3"
848
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
849
+ "dev": true,
850
+ "license": "MIT"
783
851
  },
784
852
  "node_modules/natural-compare": {
785
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
786
- "license": "MIT",
853
+ "version": "1.4.0",
787
854
  "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
788
- "version": "1.4.0"
855
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
856
+ "dev": true,
857
+ "license": "MIT"
789
858
  },
790
859
  "node_modules/optionator": {
860
+ "version": "0.9.4",
861
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
862
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
863
+ "dev": true,
864
+ "license": "MIT",
791
865
  "dependencies": {
792
866
  "deep-is": "^0.1.3",
793
867
  "fast-levenshtein": "^2.0.6",
@@ -798,13 +872,14 @@
798
872
  },
799
873
  "engines": {
800
874
  "node": ">= 0.8.0"
801
- },
802
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
803
- "license": "MIT",
804
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
805
- "version": "0.9.4"
875
+ }
806
876
  },
807
877
  "node_modules/p-limit": {
878
+ "version": "3.1.0",
879
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
880
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
881
+ "dev": true,
882
+ "license": "MIT",
808
883
  "dependencies": {
809
884
  "yocto-queue": "^0.1.0"
810
885
  },
@@ -813,13 +888,14 @@
813
888
  },
814
889
  "funding": {
815
890
  "url": "https://github.com/sponsors/sindresorhus"
816
- },
817
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
818
- "license": "MIT",
819
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
820
- "version": "3.1.0"
891
+ }
821
892
  },
822
893
  "node_modules/p-locate": {
894
+ "version": "5.0.0",
895
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
896
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
897
+ "dev": true,
898
+ "license": "MIT",
823
899
  "dependencies": {
824
900
  "p-limit": "^3.0.2"
825
901
  },
@@ -828,171 +904,181 @@
828
904
  },
829
905
  "funding": {
830
906
  "url": "https://github.com/sponsors/sindresorhus"
831
- },
832
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
833
- "license": "MIT",
834
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
835
- "version": "5.0.0"
907
+ }
836
908
  },
837
909
  "node_modules/parent-module": {
910
+ "version": "1.0.1",
911
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
912
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
913
+ "dev": true,
914
+ "license": "MIT",
838
915
  "dependencies": {
839
916
  "callsites": "^3.0.0"
840
917
  },
841
918
  "engines": {
842
919
  "node": ">=6"
843
- },
844
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
845
- "license": "MIT",
846
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
847
- "version": "1.0.1"
920
+ }
848
921
  },
849
922
  "node_modules/path-exists": {
850
- "engines": {
851
- "node": ">=8"
852
- },
923
+ "version": "4.0.0",
924
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
853
925
  "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
926
+ "dev": true,
854
927
  "license": "MIT",
855
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
856
- "version": "4.0.0"
857
- },
858
- "node_modules/path-key": {
859
928
  "engines": {
860
929
  "node": ">=8"
861
- },
930
+ }
931
+ },
932
+ "node_modules/path-key": {
933
+ "version": "3.1.1",
934
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
862
935
  "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
936
+ "dev": true,
863
937
  "license": "MIT",
864
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
865
- "version": "3.1.1"
938
+ "engines": {
939
+ "node": ">=8"
940
+ }
866
941
  },
867
942
  "node_modules/prelude-ls": {
868
- "engines": {
869
- "node": ">= 0.8.0"
870
- },
943
+ "version": "1.2.1",
944
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
871
945
  "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
946
+ "dev": true,
872
947
  "license": "MIT",
873
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
874
- "version": "1.2.1"
948
+ "engines": {
949
+ "node": ">= 0.8.0"
950
+ }
875
951
  },
876
952
  "node_modules/punycode": {
877
- "engines": {
878
- "node": ">=6"
879
- },
953
+ "version": "2.3.1",
954
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
880
955
  "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
956
+ "dev": true,
881
957
  "license": "MIT",
882
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
883
- "version": "2.3.1"
958
+ "engines": {
959
+ "node": ">=6"
960
+ }
884
961
  },
885
962
  "node_modules/resolve-from": {
886
- "engines": {
887
- "node": ">=4"
888
- },
963
+ "version": "4.0.0",
964
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
889
965
  "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
966
+ "dev": true,
890
967
  "license": "MIT",
891
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
892
- "version": "4.0.0"
968
+ "engines": {
969
+ "node": ">=4"
970
+ }
893
971
  },
894
972
  "node_modules/shebang-command": {
973
+ "version": "2.0.0",
974
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
975
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
976
+ "dev": true,
977
+ "license": "MIT",
895
978
  "dependencies": {
896
979
  "shebang-regex": "^3.0.0"
897
980
  },
898
981
  "engines": {
899
982
  "node": ">=8"
900
- },
901
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
902
- "license": "MIT",
903
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
904
- "version": "2.0.0"
983
+ }
905
984
  },
906
985
  "node_modules/shebang-regex": {
907
- "engines": {
908
- "node": ">=8"
909
- },
986
+ "version": "3.0.0",
987
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
910
988
  "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
989
+ "dev": true,
911
990
  "license": "MIT",
912
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
913
- "version": "3.0.0"
991
+ "engines": {
992
+ "node": ">=8"
993
+ }
914
994
  },
915
995
  "node_modules/strip-json-comments": {
996
+ "version": "3.1.1",
997
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
998
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
999
+ "dev": true,
1000
+ "license": "MIT",
916
1001
  "engines": {
917
1002
  "node": ">=8"
918
1003
  },
919
1004
  "funding": {
920
1005
  "url": "https://github.com/sponsors/sindresorhus"
921
- },
922
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
923
- "license": "MIT",
924
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
925
- "version": "3.1.1"
1006
+ }
926
1007
  },
927
1008
  "node_modules/supports-color": {
1009
+ "version": "7.2.0",
1010
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1011
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1012
+ "dev": true,
1013
+ "license": "MIT",
928
1014
  "dependencies": {
929
1015
  "has-flag": "^4.0.0"
930
1016
  },
931
1017
  "engines": {
932
1018
  "node": ">=8"
933
- },
934
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
935
- "license": "MIT",
936
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
937
- "version": "7.2.0"
1019
+ }
938
1020
  },
939
1021
  "node_modules/type-check": {
1022
+ "version": "0.4.0",
1023
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
1024
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
1025
+ "dev": true,
1026
+ "license": "MIT",
940
1027
  "dependencies": {
941
1028
  "prelude-ls": "^1.2.1"
942
1029
  },
943
1030
  "engines": {
944
1031
  "node": ">= 0.8.0"
945
- },
946
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
947
- "license": "MIT",
948
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
949
- "version": "0.4.0"
1032
+ }
950
1033
  },
951
1034
  "node_modules/uri-js": {
952
- "dependencies": {
953
- "punycode": "^2.1.0"
954
- },
1035
+ "version": "4.4.1",
1036
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
955
1037
  "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
1038
+ "dev": true,
956
1039
  "license": "BSD-2-Clause",
957
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
958
- "version": "4.4.1"
1040
+ "dependencies": {
1041
+ "punycode": "^2.1.0"
1042
+ }
959
1043
  },
960
1044
  "node_modules/which": {
961
- "bin": {
962
- "node-which": "bin/node-which"
963
- },
1045
+ "version": "2.0.2",
1046
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1047
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1048
+ "dev": true,
1049
+ "license": "ISC",
964
1050
  "dependencies": {
965
1051
  "isexe": "^2.0.0"
966
1052
  },
1053
+ "bin": {
1054
+ "node-which": "bin/node-which"
1055
+ },
967
1056
  "engines": {
968
1057
  "node": ">= 8"
969
- },
970
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
971
- "license": "ISC",
972
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
973
- "version": "2.0.2"
1058
+ }
974
1059
  },
975
1060
  "node_modules/word-wrap": {
976
- "engines": {
977
- "node": ">=0.10.0"
978
- },
1061
+ "version": "1.2.5",
1062
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
979
1063
  "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
1064
+ "dev": true,
980
1065
  "license": "MIT",
981
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
982
- "version": "1.2.5"
1066
+ "engines": {
1067
+ "node": ">=0.10.0"
1068
+ }
983
1069
  },
984
1070
  "node_modules/yocto-queue": {
1071
+ "version": "0.1.0",
1072
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1073
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1074
+ "dev": true,
1075
+ "license": "MIT",
985
1076
  "engines": {
986
1077
  "node": ">=10"
987
1078
  },
988
1079
  "funding": {
989
1080
  "url": "https://github.com/sponsors/sindresorhus"
990
- },
991
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
992
- "license": "MIT",
993
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
994
- "version": "0.1.0"
1081
+ }
995
1082
  }
996
- },
997
- "requires": true
1083
+ }
998
1084
  }