From b9224db6fa4a426331d7fd97907e0f120d3c22d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:25:48 +0000 Subject: [PATCH] chore(deps): bump the minor-patch group in /backend with 2 updates Bumps the minor-patch group in /backend with 2 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [tsx](https://github.com/privatenumber/tsx). Updates `@anthropic-ai/sdk` from 0.111.0 to 0.112.3 - [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.111.0...sdk-v0.112.3) Updates `tsx` from 4.23.0 to 4.23.1 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.112.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: tsx dependency-version: 4.23.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 16 ++++++++-------- backend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 38a77561..b3a6773b 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "@anthropic-ai/sdk": "^0.111.0", + "@anthropic-ai/sdk": "^0.112.3", "@asteasolutions/zod-to-openapi": "^7.3.4", "@kenjiuno/msgreader": "^1.28.0", "@prisma/client": "^5.7.0", @@ -71,14 +71,14 @@ "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "ts-prune": "^0.10.3", - "tsx": "^4.21.0", + "tsx": "^4.23.1", "typescript": "^5.3.3" } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.111.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.111.0.tgz", - "integrity": "sha512-1hUqKi+uJQoS5X90+InwHbFAXMvgq0DnsC5hVLEeSRaODiU5WvmqDAcVCmGS2wC0pN9Z8jtWCbWw7JLzeDdm/Q==", + "version": "0.112.3", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.112.3.tgz", + "integrity": "sha512-wjcozJlitVIuBEw9cj/xBuRznwkhcLmXmNzlFoeHbh4AvrDG3HGZrdvEOTTmobcbhjGkfOpKbmDTCQ4s9LQvCg==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1", @@ -10295,9 +10295,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz", - "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", + "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/backend/package.json b/backend/package.json index 3bdb39e5..c23642be 100644 --- a/backend/package.json +++ b/backend/package.json @@ -43,7 +43,7 @@ "author": "", "license": "AGPL-3.0-only", "dependencies": { - "@anthropic-ai/sdk": "^0.111.0", + "@anthropic-ai/sdk": "^0.112.3", "@asteasolutions/zod-to-openapi": "^7.3.4", "@kenjiuno/msgreader": "^1.28.0", "@prisma/client": "^5.7.0", @@ -104,7 +104,7 @@ "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "ts-prune": "^0.10.3", - "tsx": "^4.21.0", + "tsx": "^4.23.1", "typescript": "^5.3.3" }, "overrides": {