diff --git a/package-lock.json b/package-lock.json index ea5b9ae..041b49a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.9", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", - "agnost": "^0.1.3", + "agnost": "^0.1.5", "axios": "^1.7.8", "zod": "^3.22.4" }, @@ -849,7 +849,6 @@ "version": "20.17.8", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~6.19.2" } @@ -883,9 +882,9 @@ } }, "node_modules/agnost": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/agnost/-/agnost-0.1.3.tgz", - "integrity": "sha512-ZR3Pj21kqULQq64MudVOEEuz7X5i4EaOy6rji8Kux1UtQyfjEPOzVCRuIbL6kSCFYoM3ZxBQeI2GqSas7py+Dw==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/agnost/-/agnost-0.1.5.tgz", + "integrity": "sha512-aDDgP96uKi3D6+6feFOlWL8oXvRZL3VUrtnv7fnUmOIoQTV7Z8t1FJo5KvhsRw/CjMUIE96JixprcHGIb6AJPw==", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "axios": "^1.4.0", @@ -1521,7 +1520,6 @@ "node_modules/express": { "version": "5.1.0", "license": "MIT", - "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -3283,7 +3281,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 2acca41..d7df553 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", - "agnost": "^0.1.3", + "agnost": "^0.1.5", "axios": "^1.7.8", "zod": "^3.22.4" },