From 835b04732b1b7cd97831521ccb85ac18cccb4c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:16:26 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump @types/node from 20.19.33 to 25.2.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.33 to 25.2.2. - [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.2 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..4e1811e6 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.2", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/@plugins/examples/weather/package.json b/@plugins/examples/weather/package.json index dd54d6c4..0a06ee45 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.2", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/@plugins/templates/basic/package.json b/@plugins/templates/basic/package.json index 349817e5..0bbe81f8 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.2", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index b077894e..96408550 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.4", - "@types/node": "^25.2.1", + "@types/node": "^25.2.2", "@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 f40cf383..d84885f5 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -79,7 +79,7 @@ "ws": "^8.19.0" }, "devDependencies": { - "@types/node": "^20.17.6", + "@types/node": "^25.2.2", "@types/vscode": "^1.80.0", "@types/ws": "^8.5.13", "@vscode/vsce": "^3.7.1",