diff --git a/package-lock.json b/package-lock.json index 8970386..6d3d661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@upstash/context7-mcp": "2.2.4", + "@upstash/context7-mcp": "3.1.0", "ccstatusline": "2.2.19" } }, @@ -150,13 +150,14 @@ } }, "node_modules/@upstash/context7-mcp": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.4.tgz", - "integrity": "sha512-6kpjAxif2w+HhxSPmyi+SUsVPgFKBi+xtFgKRc9f0fhLpZGTBX1QKWFmleAIZ4T69Ykynzxc4nHGEDrr219noA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.1.0.tgz", + "integrity": "sha512-bdlZ0dqSLG4XjNgHjgyToXRthTgc07nWeqpYMpkiCyuUlEiUABrzmtyj6JfBWDTYO1RN4eFkAqpaYcNqWjzTUA==", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "@types/express": "^5.0.4", + "@upstash/redis": "^1.38.0", "commander": "^14.0.0", "express": "^5.1.0", "jose": "^6.1.3", @@ -167,6 +168,15 @@ "context7-mcp": "dist/index.js" } }, + "node_modules/@upstash/redis": { + "version": "1.38.0", + "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.38.0.tgz", + "integrity": "sha512-wu+dZBptlLy0+MCUEoHmzrY/TnmgDey3+c7EbIGwrLqAvkP8yi5MWZHYGIFtAygmL4Bkz2TdFu+eU0vFPncIcg==", + "license": "MIT", + "dependencies": { + "uncrypto": "^0.1.3" + } + }, "node_modules/accepts": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", @@ -1202,6 +1212,12 @@ "node": ">= 0.6" } }, + "node_modules/uncrypto": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", + "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", + "license": "MIT" + }, "node_modules/undici": { "version": "6.25.0", "resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz", diff --git a/package.json b/package.json index d61ba3e..1d869a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "@upstash/context7-mcp": "2.2.4", + "@upstash/context7-mcp": "3.1.0", "ccstatusline": "2.2.19" } }