diff --git a/plugins/armorcodex/package-lock.json b/plugins/armorcodex/package-lock.json index 00caa8d..558b976 100644 --- a/plugins/armorcodex/package-lock.json +++ b/plugins/armorcodex/package-lock.json @@ -8,7 +8,7 @@ "name": "armorcodex", "version": "0.2.0", "dependencies": { - "@armoriq/sdk": "^0.3.1", + "@armoriq/sdk": "^0.3.8", "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.25.76" }, @@ -17,9 +17,9 @@ } }, "node_modules/@armoriq/sdk": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@armoriq/sdk/-/sdk-0.3.1.tgz", - "integrity": "sha512-L3tPPKTzr8oNNOxMhdEy1bWNzBHd38prtnMhYe8LSteZ/jBGQUGF5vm4wPT97C8MoMqLkUFj4LEYS+SaID1zpQ==", + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@armoriq/sdk/-/sdk-0.3.8.tgz", + "integrity": "sha512-BPaIGQtSicRnr/6ECYv7+Q9+0lEjWp+RQT5QuhJjA2cJO0KDah9sL29SFS77ES1VZP7JTKcD9TyBOQkmrFICLg==", "license": "MIT", "dependencies": { "axios": "^1.7.0", diff --git a/plugins/armorcodex/package.json b/plugins/armorcodex/package.json index f229bad..8a3e6b6 100644 --- a/plugins/armorcodex/package.json +++ b/plugins/armorcodex/package.json @@ -12,7 +12,7 @@ "node": ">=20.0.0" }, "dependencies": { - "@armoriq/sdk": "^0.4.0", + "@armoriq/sdk": "^0.3.8", "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.25.76" }