From dcb08ab3001ce15e34dcb91cee5676321235be63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:55:37 +0000 Subject: [PATCH] chore(deps): bump the prod-minor group with 2 updates Bumps the prod-minor group with 2 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [google-auth-library](https://github.com/googleapis/google-cloud-node-core/tree/HEAD/packages/google-auth-library-nodejs). Updates `@anthropic-ai/sdk` from 0.100.1 to 0.104.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.100.1...sdk-v0.104.1) Updates `google-auth-library` from 10.6.2 to 10.7.0 - [Release notes](https://github.com/googleapis/google-cloud-node-core/releases) - [Changelog](https://github.com/googleapis/google-cloud-node-core/blob/main/packages/google-auth-library-nodejs/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-node-core/commits/HEAD/packages/google-auth-library-nodejs) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.104.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor - dependency-name: google-auth-library dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37ad5db..7f70e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@anthropic-ai/sdk": "^0.100.1", + "@anthropic-ai/sdk": "^0.104.1", "@huggingface/inference": "^4.13.18", "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.4.1", "cli-highlight": "^2.1.11", - "google-auth-library": "^10.6.2", + "google-auth-library": "^10.7.0", "ink": "^7.0.5", "marked": "^15.0.12", "marked-terminal": "^7.3.0", @@ -318,9 +318,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.100.1", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.100.1.tgz", - "integrity": "sha512-RANcEe7LpiLczkKGOwoXOTuFdPhuubS0i4xaAKOMpcqc55YO0mukgxppV7eygx3DXNjxWT6RYOLPyOy0aIAmwg==", + "version": "0.104.1", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.104.1.tgz", + "integrity": "sha512-gGACa/+IaiXzRRmF96aOhamoBgapKRBiFWbmmTFP8aMkpaEcuStF+Q61bjo4vPxBM7gqWJNZqsngslRdnLHv0Q==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1", @@ -5166,9 +5166,9 @@ } }, "node_modules/google-auth-library": { - "version": "10.6.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.2.tgz", - "integrity": "sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.7.0.tgz", + "integrity": "sha512-QpTAbNJ36TliZLx3TTtahR8HG0hN9RllL1e3FymOvQSIKK8JmgV58H924ub2wa2DsS3ANjjP1Aw1N+Ramc8hqQ==", "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", diff --git a/package.json b/package.json index 6a7c24b..0610d52 100644 --- a/package.json +++ b/package.json @@ -75,12 +75,12 @@ "docs:preview": "vitepress preview" }, "dependencies": { - "@anthropic-ai/sdk": "^0.100.1", + "@anthropic-ai/sdk": "^0.104.1", "@huggingface/inference": "^4.13.18", "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.4.1", "cli-highlight": "^2.1.11", - "google-auth-library": "^10.6.2", + "google-auth-library": "^10.7.0", "ink": "^7.0.5", "marked": "^15.0.12", "marked-terminal": "^7.3.0",