Skip to content

Commit 46d6ea4

Browse files
Update all non-major dependencies
1 parent 790a9c8 commit 46d6ea4

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
},
3737
"dependencies": {},
3838
"devDependencies": {
39-
"@types/node": "22.10.5",
40-
"@typescript-eslint/eslint-plugin": "8.19.0",
41-
"@typescript-eslint/parser": "8.19.0",
39+
"@types/node": "22.10.7",
40+
"@typescript-eslint/eslint-plugin": "8.19.1",
41+
"@typescript-eslint/parser": "8.19.1",
4242
"eslint": "9.17.0",
4343
"eslint-config-prettier": "9.1.0",
4444
"prettier": "3.4.2",
4545
"terser": "5.37.0",
4646
"ts-node": "10.9.2",
47-
"typescript": "5.7.2"
47+
"typescript": "5.7.3"
4848
}
4949
}

yarn.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -204,92 +204,92 @@
204204
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
205205
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
206206

207-
"@types/node@22.10.5":
208-
version "22.10.5"
209-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
210-
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
207+
"@types/node@22.10.7":
208+
version "22.10.7"
209+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
210+
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
211211
dependencies:
212212
undici-types "~6.20.0"
213213

214-
"@typescript-eslint/eslint-plugin@8.19.0":
215-
version "8.19.0"
216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz#2b1e1b791e21d5fc27ddc93884db066444f597b5"
217-
integrity sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==
214+
"@typescript-eslint/eslint-plugin@8.19.1":
215+
version "8.19.1"
216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247"
217+
integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==
218218
dependencies:
219219
"@eslint-community/regexpp" "^4.10.0"
220-
"@typescript-eslint/scope-manager" "8.19.0"
221-
"@typescript-eslint/type-utils" "8.19.0"
222-
"@typescript-eslint/utils" "8.19.0"
223-
"@typescript-eslint/visitor-keys" "8.19.0"
220+
"@typescript-eslint/scope-manager" "8.19.1"
221+
"@typescript-eslint/type-utils" "8.19.1"
222+
"@typescript-eslint/utils" "8.19.1"
223+
"@typescript-eslint/visitor-keys" "8.19.1"
224224
graphemer "^1.4.0"
225225
ignore "^5.3.1"
226226
natural-compare "^1.4.0"
227-
ts-api-utils "^1.3.0"
227+
ts-api-utils "^2.0.0"
228228

229-
"@typescript-eslint/parser@8.19.0":
230-
version "8.19.0"
231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292"
232-
integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==
229+
"@typescript-eslint/parser@8.19.1":
230+
version "8.19.1"
231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b"
232+
integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==
233233
dependencies:
234-
"@typescript-eslint/scope-manager" "8.19.0"
235-
"@typescript-eslint/types" "8.19.0"
236-
"@typescript-eslint/typescript-estree" "8.19.0"
237-
"@typescript-eslint/visitor-keys" "8.19.0"
234+
"@typescript-eslint/scope-manager" "8.19.1"
235+
"@typescript-eslint/types" "8.19.1"
236+
"@typescript-eslint/typescript-estree" "8.19.1"
237+
"@typescript-eslint/visitor-keys" "8.19.1"
238238
debug "^4.3.4"
239239

240-
"@typescript-eslint/scope-manager@8.19.0":
241-
version "8.19.0"
242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc"
243-
integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==
240+
"@typescript-eslint/scope-manager@8.19.1":
241+
version "8.19.1"
242+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b"
243+
integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==
244244
dependencies:
245-
"@typescript-eslint/types" "8.19.0"
246-
"@typescript-eslint/visitor-keys" "8.19.0"
245+
"@typescript-eslint/types" "8.19.1"
246+
"@typescript-eslint/visitor-keys" "8.19.1"
247247

248-
"@typescript-eslint/type-utils@8.19.0":
249-
version "8.19.0"
250-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz#41abd7d2e4cf93b6854b1fe6cbf416fab5abf89f"
251-
integrity sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==
248+
"@typescript-eslint/type-utils@8.19.1":
249+
version "8.19.1"
250+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa"
251+
integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==
252252
dependencies:
253-
"@typescript-eslint/typescript-estree" "8.19.0"
254-
"@typescript-eslint/utils" "8.19.0"
253+
"@typescript-eslint/typescript-estree" "8.19.1"
254+
"@typescript-eslint/utils" "8.19.1"
255255
debug "^4.3.4"
256-
ts-api-utils "^1.3.0"
256+
ts-api-utils "^2.0.0"
257257

258-
"@typescript-eslint/types@8.19.0":
259-
version "8.19.0"
260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb"
261-
integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==
258+
"@typescript-eslint/types@8.19.1":
259+
version "8.19.1"
260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c"
261+
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==
262262

263-
"@typescript-eslint/typescript-estree@8.19.0":
264-
version "8.19.0"
265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb"
266-
integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==
263+
"@typescript-eslint/typescript-estree@8.19.1":
264+
version "8.19.1"
265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b"
266+
integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==
267267
dependencies:
268-
"@typescript-eslint/types" "8.19.0"
269-
"@typescript-eslint/visitor-keys" "8.19.0"
268+
"@typescript-eslint/types" "8.19.1"
269+
"@typescript-eslint/visitor-keys" "8.19.1"
270270
debug "^4.3.4"
271271
fast-glob "^3.3.2"
272272
is-glob "^4.0.3"
273273
minimatch "^9.0.4"
274274
semver "^7.6.0"
275-
ts-api-utils "^1.3.0"
275+
ts-api-utils "^2.0.0"
276276

277-
"@typescript-eslint/utils@8.19.0":
278-
version "8.19.0"
279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.0.tgz#33824310e1fccc17f27fbd1030fd8bbd9a674684"
280-
integrity sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==
277+
"@typescript-eslint/utils@8.19.1":
278+
version "8.19.1"
279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
280+
integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==
281281
dependencies:
282282
"@eslint-community/eslint-utils" "^4.4.0"
283-
"@typescript-eslint/scope-manager" "8.19.0"
284-
"@typescript-eslint/types" "8.19.0"
285-
"@typescript-eslint/typescript-estree" "8.19.0"
283+
"@typescript-eslint/scope-manager" "8.19.1"
284+
"@typescript-eslint/types" "8.19.1"
285+
"@typescript-eslint/typescript-estree" "8.19.1"
286286

287-
"@typescript-eslint/visitor-keys@8.19.0":
288-
version "8.19.0"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77"
290-
integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==
287+
"@typescript-eslint/visitor-keys@8.19.1":
288+
version "8.19.1"
289+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0"
290+
integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==
291291
dependencies:
292-
"@typescript-eslint/types" "8.19.0"
292+
"@typescript-eslint/types" "8.19.1"
293293
eslint-visitor-keys "^4.2.0"
294294

295295
acorn-jsx@^5.3.2:
@@ -933,10 +933,10 @@ to-regex-range@^5.0.1:
933933
dependencies:
934934
is-number "^7.0.0"
935935

936-
ts-api-utils@^1.3.0:
937-
version "1.3.0"
938-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
939-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
936+
ts-api-utils@^2.0.0:
937+
version "2.0.0"
938+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
939+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
940940

941941
ts-node@10.9.2:
942942
version "10.9.2"
@@ -964,10 +964,10 @@ type-check@^0.4.0, type-check@~0.4.0:
964964
dependencies:
965965
prelude-ls "^1.2.1"
966966

967-
typescript@5.7.2:
968-
version "5.7.2"
969-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
970-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
967+
typescript@5.7.3:
968+
version "5.7.3"
969+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
970+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
971971

972972
undici-types@~6.20.0:
973973
version "6.20.0"

0 commit comments

Comments
 (0)