From fef7f4399c27a264b1854e818f4bf97970079371 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:13:43 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v25.9.4 --- bun.lock | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 0dac731..7c7f8ab 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "devDependencies": { "@gameroman/config": "0.2.2", "@types/bun": "1.3.14", - "@types/node": "25.9.2", + "@types/node": "25.9.4", "oxfmt": "0.56.0", "oxlint": "1.71.0", "typescript": "6.0.3", @@ -56,7 +56,7 @@ }, }, "overrides": { - "@types/node": "25.9.2", + "@types/node": "25.9.4", }, "catalog": { "tsdown": "0.22.3", @@ -220,7 +220,7 @@ "@types/jsesc": ["@types/jsesc@2.5.1", "", {}, "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw=="], - "@types/node": ["@types/node@25.9.2", "", { "dependencies": { "undici-types": ">=7.24.0 <7.24.7" } }, "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw=="], + "@types/node": ["@types/node@25.9.4", "", { "dependencies": { "undici-types": ">=7.24.0 <7.24.7" } }, "sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g=="], "@types/picomatch": ["@types/picomatch@4.0.3", "", {}, "sha512-iG0T6+nYJ9FAPmx9SsUlnwcq1ZVRuCXcVEvWnntoPlrOpwtSTKNDC9uVAxTsC3PUvJ+99n4RpAcNgBbHX3JSnQ=="], diff --git a/package.json b/package.json index f9a8350..56c28eb 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "devDependencies": { "@gameroman/config": "0.2.2", "@types/bun": "1.3.14", - "@types/node": "25.9.2", + "@types/node": "25.9.4", "oxfmt": "0.56.0", "oxlint": "1.71.0", "typescript": "6.0.3" }, "overrides": { - "@types/node": "25.9.2" + "@types/node": "25.9.4" } }