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",