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