From f89d57c549093c7ed2d5ff8bf8c8bb955334e729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 17:04:44 +0000 Subject: [PATCH] chore(deps): bump ip-address and express-rate-limit Bumps [ip-address](https://github.com/beaugunderson/ip-address) and [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit). These dependencies needed to be updated together. Updates `ip-address` from 10.1.0 to 10.2.0 - [Commits](https://github.com/beaugunderson/ip-address/commits) Updates `express-rate-limit` from 8.4.1 to 8.5.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.4.1...v8.5.1) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.2.0 dependency-type: indirect - dependency-name: express-rate-limit dependency-version: 8.5.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc777fb..b6d470f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,28 +9,28 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@anthropic-ai/claude-agent-sdk": "latest", - "@anthropic-ai/sdk": "latest", - "@modelcontextprotocol/sdk": "latest", - "@pinecone-database/pinecone": "latest", - "@slack/bolt": "latest", - "@slack/web-api": "latest", + "@anthropic-ai/claude-agent-sdk": "*", + "@anthropic-ai/sdk": "*", + "@modelcontextprotocol/sdk": "*", + "@pinecone-database/pinecone": "*", + "@slack/bolt": "*", + "@slack/web-api": "*", "@vercel/sandbox": "^1.10.0", - "dotenv": "latest", - "express": "latest", + "dotenv": "*", + "express": "*", "mammoth": "^1.12.0", "ms": "^2.1.3", "undici": "7.25.0", "workflow": "^4.2.4", - "zod": "latest" + "zod": "*" }, "devDependencies": { - "@types/express": "latest", - "@types/ms": "latest", - "@types/node": "latest", - "esbuild": "latest", - "tsx": "latest", - "typescript": "latest" + "@types/express": "*", + "@types/ms": "*", + "@types/node": "*", + "esbuild": "*", + "tsx": "*", + "typescript": "*" }, "engines": { "node": ">=20.18.1" @@ -5692,12 +5692,12 @@ } }, "node_modules/express-rate-limit": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.4.1.tgz", - "integrity": "sha512-NGVYwQSAyEQgzxX1iCM978PP9AdO/hW93gMcF6ZwQCm+rFvLsBH6w4xcXWTcliS8La5EPRN3p9wzItqBwJrfNw==", + "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==", "license": "MIT", "dependencies": { - "ip-address": "10.1.0" + "ip-address": "^10.2.0" }, "engines": { "node": ">= 16" @@ -6460,9 +6460,9 @@ } }, "node_modules/ip-address": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", - "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", + "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", "license": "MIT", "engines": { "node": ">= 12"