From c85c686f91d6997733879394fdbc2447fecae337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:16:41 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group in /src/api with 3 updates Bumps the minor-and-patch group in /src/api with 3 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) and [ws](https://github.com/websockets/ws). Updates `@anthropic-ai/sdk` from 0.95.1 to 0.96.0 - [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.95.1...sdk-v0.96.0) Updates `express-rate-limit` from 8.5.1 to 8.5.2 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.5.1...v8.5.2) Updates `ws` from 8.20.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.0...8.20.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.96.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: express-rate-limit dependency-version: 8.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- src/api/package-lock.json | 24 ++++++++++++------------ src/api/package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/api/package-lock.json b/src/api/package-lock.json index 15c3145..4846278 100644 --- a/src/api/package-lock.json +++ b/src/api/package-lock.json @@ -9,13 +9,13 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": "^0.95.1", + "@anthropic-ai/sdk": "^0.96.0", "@deepgram/sdk": "^3.4.0", "compression": "^1.7.4", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^4.19.2", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.5.2", "express-slow-down": "^3.1.0", "express-validator": "^7.0.1", "google-auth-library": "^10.6.2", @@ -29,7 +29,7 @@ "uuid": "^9.0.1", "winston": "^3.19.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.20.0" + "ws": "^8.20.1" }, "devDependencies": { "@eslint/js": "^9.2.0", @@ -58,9 +58,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.95.1", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.95.1.tgz", - "integrity": "sha512-OO9AF7hmAoU492c/mD7Q2cPqI2WNAj7rAPHlawgBeUgpwiboLRiDs+grsErGWeHHP9ZRWfzq2OVrODTt8aITVg==", + "version": "0.96.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.96.0.tgz", + "integrity": "sha512-KlCsODtTyb17bLUVCSDC2HtSvAbJf60sEiPEax9dInF+aDF92vS4TZJ5XD7YCQXNb1/5icYaw8Y7wMjPlIV9Zg==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1", @@ -3098,9 +3098,9 @@ } }, "node_modules/express-rate-limit": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz", - "integrity": "sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz", + "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==", "license": "MIT", "dependencies": { "ip-address": "^10.2.0" @@ -7429,9 +7429,9 @@ } }, "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "version": "8.20.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", + "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/src/api/package.json b/src/api/package.json index 4d9c891..dfb49f4 100644 --- a/src/api/package.json +++ b/src/api/package.json @@ -19,13 +19,13 @@ "docker:run": "docker run -p 3000:3000 --env-file .env muesli-api" }, "dependencies": { - "@anthropic-ai/sdk": "^0.95.1", + "@anthropic-ai/sdk": "^0.96.0", "@deepgram/sdk": "^3.4.0", "compression": "^1.7.4", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^4.19.2", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.5.2", "express-slow-down": "^3.1.0", "express-validator": "^7.0.1", "google-auth-library": "^10.6.2", @@ -39,7 +39,7 @@ "uuid": "^9.0.1", "winston": "^3.19.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.20.0" + "ws": "^8.20.1" }, "devDependencies": { "@eslint/js": "^9.2.0",