diff --git a/plugins/unity-cli-agent/package-lock.json b/plugins/unity-cli-agent/package-lock.json index 6f6ff2b..1da339c 100644 --- a/plugins/unity-cli-agent/package-lock.json +++ b/plugins/unity-cli-agent/package-lock.json @@ -16,7 +16,7 @@ "unity-cli-mcp": "dist/server.mjs" }, "devDependencies": { - "@types/node": "^22.18.0", + "@types/node": "^26.1.1", "esbuild": "^0.25.10", "tsx": "^4.20.6", "typescript": "^5.9.3" @@ -520,13 +520,13 @@ } }, "node_modules/@types/node": { - "version": "22.20.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", - "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.3.0" } }, "node_modules/accepts": { @@ -2154,9 +2154,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/plugins/unity-cli-agent/package.json b/plugins/unity-cli-agent/package.json index f285279..d7ac531 100644 --- a/plugins/unity-cli-agent/package.json +++ b/plugins/unity-cli-agent/package.json @@ -40,7 +40,7 @@ "zod": "4.1.12" }, "devDependencies": { - "@types/node": "^22.18.0", + "@types/node": "^26.1.1", "esbuild": "^0.25.10", "tsx": "^4.20.6", "typescript": "^5.9.3"