From 70681506083372df62d8733fc20454a4de0f6db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:54:08 +0000 Subject: [PATCH] build(deps-dev): bump @types/node from 25.3.3 to 25.4.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.3.3 to 25.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 24c453f9..26f556a7 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "@giscus/vue": "^3.1.1", }, "devDependencies": { - "@types/node": "^25.3.3", + "@types/node": "^25.4.0", "prettier": "^3.8.1", "vitepress": "^1.6.4", "vitepress-export-pdf": "^1.0.0", @@ -205,7 +205,7 @@ "@types/mdurl": ["@types/mdurl@2.0.0", "", {}, "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="], - "@types/node": ["@types/node@25.3.3", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ=="], + "@types/node": ["@types/node@25.4.0", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw=="], "@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="], diff --git a/package.json b/package.json index 1bd989d5..9ef00104 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "export-pdf": "press-export-pdf export course" }, "devDependencies": { - "@types/node": "^25.3.3", + "@types/node": "^25.4.0", "prettier": "^3.8.1", "vitepress": "^1.6.4", "vitepress-export-pdf": "^1.0.0"