From 0f917f31c03fbda4efbbf92e29ab83250fda0435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:32:28 +0000 Subject: [PATCH] build(deps-dev): bump @types/node from 22.15.3 to 22.15.17 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.3 to 22.15.17. - [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: 22.15.17 dependency-type: direct:development update-type: version-update:semver-patch ... 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 40612beb..54d120fe 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "@giscus/vue": "^3.1.1", }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "prettier": "^3.5.3", "vitepress": "^1.6.3", "vitepress-export-pdf": "^1.0.0", @@ -204,7 +204,7 @@ "@types/mdurl": ["@types/mdurl@2.0.0", "", {}, "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="], - "@types/node": ["@types/node@22.15.3", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw=="], + "@types/node": ["@types/node@22.15.17", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw=="], "@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="], diff --git a/package.json b/package.json index 61b035e9..9ee59689 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "export-pdf": "press-export-pdf export course" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "prettier": "^3.5.3", "vitepress": "^1.6.3", "vitepress-export-pdf": "^1.0.0"