From 4620f5a7fd322e4129eb249b341796f619904c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:33:58 +0000 Subject: [PATCH] chore(deps): bump @armoriq/sdk in /plugins/armorcodex Bumps [@armoriq/sdk](https://github.com/armoriq/armoriq-sdk-typescript) from 0.3.1 to 0.3.8. - [Commits](https://github.com/armoriq/armoriq-sdk-typescript/commits) --- updated-dependencies: - dependency-name: "@armoriq/sdk" dependency-version: 0.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/armorcodex/package-lock.json | 8 ++++---- plugins/armorcodex/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" }