diff --git a/package-lock.json b/package-lock.json index 9124c95..11e954a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9238,12 +9238,12 @@ "license": "MIT" }, "node_modules/undici": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", - "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", + "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=22.19.0" } }, "node_modules/undici-types": { @@ -10776,7 +10776,7 @@ "@syncrona/credential-store": "^0.9.1", "@syncrona/jira": "^0.9.1", "@syncrona/sn-transport": "^0.9.1", - "undici": "^6.21.0", + "undici": "^8.7.0", "zod": "^3.23.8" }, "bin": { diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index 2b717d6..1ccffed 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -29,7 +29,7 @@ "@syncrona/credential-store": "^0.9.1", "@syncrona/jira": "^0.9.1", "@syncrona/sn-transport": "^0.9.1", - "undici": "^6.21.0", + "undici": "^8.7.0", "zod": "^3.23.8" }, "devDependencies": {