diff --git a/core/package-lock.json b/core/package-lock.json index 57518a6eb76..11f43f33282 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -85,7 +85,7 @@ "winston": "^3.17.0", "workerpool": "^9.1.3", "yaml": "^2.4.2", - "zod": "^3.24.2" + "zod": "^3.25.76" }, "devDependencies": { "@babel/preset-env": "^7.24.7", @@ -220,11 +220,11 @@ "version": "1.15.0", "license": "Apache-2.0", "dependencies": { - "@anthropic-ai/sdk": "^0.62.0", + "@anthropic-ai/sdk": "^0.67.0", "@aws-sdk/client-bedrock-runtime": "^3.842.0", - "@aws-sdk/credential-providers": "^3.840.0", + "@aws-sdk/credential-providers": "^3.913.0", "@continuedev/config-types": "^1.0.14", - "@continuedev/config-yaml": "^1.14.0", + "@continuedev/config-yaml": "^1.29.0", "@continuedev/fetch": "^1.5.0", "dotenv": "^16.5.0", "google-auth-library": "^10.1.0", @@ -20206,9 +20206,10 @@ } }, "node_modules/zod": { - "version": "3.24.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz", - "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==", + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/core/package.json b/core/package.json index e86f1095f0a..f752fb4fe55 100644 --- a/core/package.json +++ b/core/package.json @@ -130,7 +130,7 @@ "winston": "^3.17.0", "workerpool": "^9.1.3", "yaml": "^2.4.2", - "zod": "^3.24.2" + "zod": "^3.25.76" }, "engine-strict": true, "engines": {