From 3870c0da80b8a9d935ce49c3ae67bade199aac93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:20:16 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump @types/node from 20.19.30 to 25.2.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.30 to 25.2.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.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- @plugins/examples/notify/package.json | 2 +- @plugins/examples/weather/package.json | 2 +- @plugins/templates/basic/package.json | 2 +- package.json | 2 +- vscode-extension/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@plugins/examples/notify/package.json b/@plugins/examples/notify/package.json index 7b3d27e6..162ca2ad 100644 --- a/@plugins/examples/notify/package.json +++ b/@plugins/examples/notify/package.json @@ -18,7 +18,7 @@ "dev": "tsc --watch" }, "devDependencies": { - "@types/node": "^20.0.0", + "@types/node": "^25.2.0", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/@plugins/examples/weather/package.json b/@plugins/examples/weather/package.json index dd54d6c4..9acb4e80 100644 --- a/@plugins/examples/weather/package.json +++ b/@plugins/examples/weather/package.json @@ -18,7 +18,7 @@ "dev": "tsc --watch" }, "devDependencies": { - "@types/node": "^20.0.0", + "@types/node": "^25.2.0", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/@plugins/templates/basic/package.json b/@plugins/templates/basic/package.json index 349817e5..1ccd34a2 100644 --- a/@plugins/templates/basic/package.json +++ b/@plugins/templates/basic/package.json @@ -16,7 +16,7 @@ "dev": "tsc --watch" }, "devDependencies": { - "@types/node": "^20.0.0", + "@types/node": "^25.2.0", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index b084ceb7..8ba8fc64 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.4", - "@types/node": "^25.1.0", + "@types/node": "^25.2.0", "@types/react": "18.3.27", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.54.0", diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 7731579b..5c7e5091 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -74,7 +74,7 @@ "ws": "^8.19.0" }, "devDependencies": { - "@types/node": "^20.17.6", + "@types/node": "^25.2.0", "@types/vscode": "^1.80.0", "@types/ws": "^8.5.13", "@vscode/vsce": "^3.2.1",