diff --git a/package-lock.json b/package-lock.json index 05df9d0..1a2a8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "genai-newsletter", "version": "1.1.15", "dependencies": { - "@anthropic-ai/bedrock-sdk": "^0.9.1", + "@anthropic-ai/bedrock-sdk": "^0.9.8", "@aws-amplify/auth": "^6.3.1", "@aws-amplify/core": "^6.2.1", "@aws-amplify/ui-react": "^6.1.6", @@ -301,9 +301,9 @@ } }, "node_modules/@anthropic-ai/bedrock-sdk": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/@anthropic-ai/bedrock-sdk/-/bedrock-sdk-0.9.7.tgz", - "integrity": "sha512-Rf4Q893eoHUxX5TyIN/r5ZgQU9Eeql5bb+hbnVe7+V/UUBb12XSUo2lCVXI8WDYam6eNtLKBPn+MPJzGIHikkA==", + "version": "0.9.8", + "resolved": "https://registry.npmjs.org/@anthropic-ai/bedrock-sdk/-/bedrock-sdk-0.9.8.tgz", + "integrity": "sha512-IzAISK58ONwZ2faIF9FX6hPGsvrQz9hgD6BYSQgChVKQau8l2HNS1K4d4Oq/8iUVVLHQjNSzPU0cCgNQD59Ysw==", "dependencies": { "@anthropic-ai/sdk": "^0", "@aws-crypto/sha256-js": "^4.0.0", diff --git a/package.json b/package.json index 61ba7e7..a45d59b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "vitepress": "^1.1.4" }, "dependencies": { - "@anthropic-ai/bedrock-sdk": "^0.9.1", + "@anthropic-ai/bedrock-sdk": "^0.9.8", "@aws-amplify/auth": "^6.3.1", "@aws-amplify/core": "^6.2.1", "@aws-amplify/ui-react": "^6.1.6",