diff --git a/@plugins/examples/notify/package.json b/@plugins/examples/notify/package.json index 7b3d27e6..c663bf12 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.3.3", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/@plugins/examples/weather/package.json b/@plugins/examples/weather/package.json index dd54d6c4..893d554d 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.3.3", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/@plugins/templates/basic/package.json b/@plugins/templates/basic/package.json index 349817e5..4a8c95d4 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.3.3", "typescript": "^5.0.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 15d4396d..7b391719 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.4", - "@types/node": "^25.3.0", + "@types/node": "^25.3.3", "@types/react": "19.2.14", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.56.0", diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 4d5dfb6a..e71465e3 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -79,7 +79,7 @@ "ws": "^8.19.0" }, "devDependencies": { - "@types/node": "^25.3.0", + "@types/node": "^25.3.3", "@types/vscode": "^1.109.0", "@types/ws": "^8.18.1", "@vscode/vsce": "^3.7.1",