fix: regenerate package-lock.json with npm 10.8.2 and add lru-cache to runtime deps

- Regenerated package-lock.json with npm 10.8.2 to match CI environment
- Added lru-cache@^11.2.1 to package.runtime.json as it's used at runtime
- This fixes npm ci failures in CI due to npm version mismatch
This commit is contained in:
czlonkowski
2025-09-19 17:23:36 +02:00
parent 34fbdc30fe
commit bc7bd8e2c0
2 changed files with 3793 additions and 1305 deletions

5095
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,13 @@
{
"name": "n8n-mcp-runtime",
"version": "2.11.2",
"version": "2.11.3",
"description": "n8n MCP Server Runtime Dependencies Only",
"private": true,
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"express": "^5.1.0",
"dotenv": "^16.5.0",
"lru-cache": "^11.2.1",
"sql.js": "^1.13.0",
"uuid": "^10.0.0",
"axios": "^1.7.7"