Skip to content

Commit 609e034

Browse files
Update all non-major dependencies
1 parent 350082e commit 609e034

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"dependencies": {},
3838
"devDependencies": {
3939
"@types/node": "24.10.9",
40-
"@typescript-eslint/eslint-plugin": "8.52.0",
41-
"@typescript-eslint/parser": "8.52.0",
40+
"@typescript-eslint/eslint-plugin": "8.53.0",
41+
"@typescript-eslint/parser": "8.53.0",
4242
"eslint": "9.39.2",
4343
"eslint-config-prettier": "10.1.8",
44-
"prettier": "3.7.4",
45-
"terser": "5.44.1",
44+
"prettier": "3.8.0",
45+
"terser": "5.46.0",
4646
"ts-node": "10.9.2",
4747
"typescript": "5.9.3"
4848
}

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -207,100 +207,100 @@
207207
dependencies:
208208
undici-types "~7.16.0"
209209

210-
"@typescript-eslint/eslint-plugin@8.52.0":
211-
version "8.52.0"
212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz#9a9f1d2ee974ed77a8b1bda94e77123f697ee8b4"
213-
integrity sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==
210+
"@typescript-eslint/eslint-plugin@8.53.0":
211+
version "8.53.0"
212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.0.tgz#afb966c66a2fdc6158cf81118204a971a36d0fc5"
213+
integrity sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==
214214
dependencies:
215215
"@eslint-community/regexpp" "^4.12.2"
216-
"@typescript-eslint/scope-manager" "8.52.0"
217-
"@typescript-eslint/type-utils" "8.52.0"
218-
"@typescript-eslint/utils" "8.52.0"
219-
"@typescript-eslint/visitor-keys" "8.52.0"
216+
"@typescript-eslint/scope-manager" "8.53.0"
217+
"@typescript-eslint/type-utils" "8.53.0"
218+
"@typescript-eslint/utils" "8.53.0"
219+
"@typescript-eslint/visitor-keys" "8.53.0"
220220
ignore "^7.0.5"
221221
natural-compare "^1.4.0"
222222
ts-api-utils "^2.4.0"
223223

224-
"@typescript-eslint/parser@8.52.0":
225-
version "8.52.0"
226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.52.0.tgz#9fae9f5f13ebb1c8f31a50c34381bfd6bf96a05f"
227-
integrity sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==
224+
"@typescript-eslint/parser@8.53.0":
225+
version "8.53.0"
226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.0.tgz#d8bed6f12dc74e03751e5f947510ff2b165990c6"
227+
integrity sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==
228228
dependencies:
229-
"@typescript-eslint/scope-manager" "8.52.0"
230-
"@typescript-eslint/types" "8.52.0"
231-
"@typescript-eslint/typescript-estree" "8.52.0"
232-
"@typescript-eslint/visitor-keys" "8.52.0"
229+
"@typescript-eslint/scope-manager" "8.53.0"
230+
"@typescript-eslint/types" "8.53.0"
231+
"@typescript-eslint/typescript-estree" "8.53.0"
232+
"@typescript-eslint/visitor-keys" "8.53.0"
233233
debug "^4.4.3"
234234

235-
"@typescript-eslint/project-service@8.52.0":
236-
version "8.52.0"
237-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.52.0.tgz#5fb4c16af4eda6d74c70cbc62f5d3f77b96e4cbe"
238-
integrity sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==
235+
"@typescript-eslint/project-service@8.53.0":
236+
version "8.53.0"
237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df"
238+
integrity sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==
239239
dependencies:
240-
"@typescript-eslint/tsconfig-utils" "^8.52.0"
241-
"@typescript-eslint/types" "^8.52.0"
240+
"@typescript-eslint/tsconfig-utils" "^8.53.0"
241+
"@typescript-eslint/types" "^8.53.0"
242242
debug "^4.4.3"
243243

244-
"@typescript-eslint/scope-manager@8.52.0":
245-
version "8.52.0"
246-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz#9884ff690fad30380ccabfb08af1ac200af6b4e5"
247-
integrity sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==
244+
"@typescript-eslint/scope-manager@8.53.0":
245+
version "8.53.0"
246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97"
247+
integrity sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==
248248
dependencies:
249-
"@typescript-eslint/types" "8.52.0"
250-
"@typescript-eslint/visitor-keys" "8.52.0"
249+
"@typescript-eslint/types" "8.53.0"
250+
"@typescript-eslint/visitor-keys" "8.53.0"
251251

252-
"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0":
253-
version "8.52.0"
254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed"
255-
integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==
252+
"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0":
253+
version "8.53.0"
254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
255+
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
256256

257-
"@typescript-eslint/type-utils@8.52.0":
258-
version "8.52.0"
259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz#6e554113f8a074cf9b2faa818d2ebfccb867d6c5"
260-
integrity sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==
257+
"@typescript-eslint/type-utils@8.53.0":
258+
version "8.53.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.0.tgz#81a0de5c01fc68f6df0591d03cd8226bda01c91f"
260+
integrity sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==
261261
dependencies:
262-
"@typescript-eslint/types" "8.52.0"
263-
"@typescript-eslint/typescript-estree" "8.52.0"
264-
"@typescript-eslint/utils" "8.52.0"
262+
"@typescript-eslint/types" "8.53.0"
263+
"@typescript-eslint/typescript-estree" "8.53.0"
264+
"@typescript-eslint/utils" "8.53.0"
265265
debug "^4.4.3"
266266
ts-api-utils "^2.4.0"
267267

268-
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0":
269-
version "8.52.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a"
271-
integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==
268+
"@typescript-eslint/types@8.53.0", "@typescript-eslint/types@^8.53.0":
269+
version "8.53.0"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
271+
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
272272

273-
"@typescript-eslint/typescript-estree@8.52.0":
274-
version "8.52.0"
275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz#2ad7721c671be2127951286cb7f44c4ce55b0591"
276-
integrity sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==
273+
"@typescript-eslint/typescript-estree@8.53.0":
274+
version "8.53.0"
275+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52"
276+
integrity sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==
277277
dependencies:
278-
"@typescript-eslint/project-service" "8.52.0"
279-
"@typescript-eslint/tsconfig-utils" "8.52.0"
280-
"@typescript-eslint/types" "8.52.0"
281-
"@typescript-eslint/visitor-keys" "8.52.0"
278+
"@typescript-eslint/project-service" "8.53.0"
279+
"@typescript-eslint/tsconfig-utils" "8.53.0"
280+
"@typescript-eslint/types" "8.53.0"
281+
"@typescript-eslint/visitor-keys" "8.53.0"
282282
debug "^4.4.3"
283283
minimatch "^9.0.5"
284284
semver "^7.7.3"
285285
tinyglobby "^0.2.15"
286286
ts-api-utils "^2.4.0"
287287

288-
"@typescript-eslint/utils@8.52.0":
289-
version "8.52.0"
290-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962"
291-
integrity sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==
288+
"@typescript-eslint/utils@8.53.0":
289+
version "8.53.0"
290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13"
291+
integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==
292292
dependencies:
293293
"@eslint-community/eslint-utils" "^4.9.1"
294-
"@typescript-eslint/scope-manager" "8.52.0"
295-
"@typescript-eslint/types" "8.52.0"
296-
"@typescript-eslint/typescript-estree" "8.52.0"
294+
"@typescript-eslint/scope-manager" "8.53.0"
295+
"@typescript-eslint/types" "8.53.0"
296+
"@typescript-eslint/typescript-estree" "8.53.0"
297297

298-
"@typescript-eslint/visitor-keys@8.52.0":
299-
version "8.52.0"
300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz#50361c48a6302676230fe498f80f6decce4bf673"
301-
integrity sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==
298+
"@typescript-eslint/visitor-keys@8.53.0":
299+
version "8.53.0"
300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02"
301+
integrity sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==
302302
dependencies:
303-
"@typescript-eslint/types" "8.52.0"
303+
"@typescript-eslint/types" "8.53.0"
304304
eslint-visitor-keys "^4.2.1"
305305

306306
acorn-jsx@^5.3.2:
@@ -804,10 +804,10 @@ prelude-ls@^1.2.1:
804804
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
805805
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
806806

807-
prettier@3.7.4:
808-
version "3.7.4"
809-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f"
810-
integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
807+
prettier@3.8.0:
808+
version "3.8.0"
809+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69"
810+
integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==
811811

812812
punycode@^2.1.0:
813813
version "2.3.1"
@@ -861,10 +861,10 @@ supports-color@^7.1.0:
861861
dependencies:
862862
has-flag "^4.0.0"
863863

864-
terser@5.44.1:
865-
version "5.44.1"
866-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.44.1.tgz#e391e92175c299b8c284ad6ded609e37303b0a9c"
867-
integrity sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==
864+
terser@5.46.0:
865+
version "5.46.0"
866+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.46.0.tgz#1b81e560d584bbdd74a8ede87b4d9477b0ff9695"
867+
integrity sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==
868868
dependencies:
869869
"@jridgewell/source-map" "^0.3.3"
870870
acorn "^8.15.0"

0 commit comments

Comments
 (0)