diff --git a/package-lock.json b/package-lock.json index 4a2b346..bae2f5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "puter-mcp": "dist/mcp-server.js" }, "devDependencies": { - "@opencode-ai/plugin": "^1.2.16", + "@opencode-ai/plugin": "^1.2.27", "@types/node": "^25.3.0", "@vitest/coverage-v8": "^4.0.18", "@vitest/ui": "^4.0.18", @@ -883,13 +883,13 @@ "license": "MIT" }, "node_modules/@opencode-ai/plugin": { - "version": "1.2.16", - "resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-1.2.16.tgz", - "integrity": "sha512-9Kb7BQIC2P3oKCvI8K3thP5YP0vE7yLvcmBmgyACUIqc3e5UL6U+4umLpTvgQa2eQdjxtOXznuGTNwgcGMHUHg==", + "version": "1.2.27", + "resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-1.2.27.tgz", + "integrity": "sha512-h+8Bw9v9nghMg7T+SUCTzxlIhOrsTqXW7U0HVLGQST5DjbN7uyCUM51roZWZ8LRjGxzbzFhvPnY1bj8i+ioZyw==", "dev": true, "license": "MIT", "dependencies": { - "@opencode-ai/sdk": "1.2.16", + "@opencode-ai/sdk": "1.2.27", "zod": "4.1.8" } }, @@ -904,9 +904,9 @@ } }, "node_modules/@opencode-ai/sdk": { - "version": "1.2.16", - "resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-1.2.16.tgz", - "integrity": "sha512-y9ae9VnCcuog0GaI4DveX1HB6DBoZgGN3EuJVlRFbBCPwhzkls6fCfHSb5+VnTS6Fy0OWFUL28VBCmixL/D+/Q==", + "version": "1.2.27", + "resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-1.2.27.tgz", + "integrity": "sha512-Wk0o/I+Fo+wE3zgvlJDs8Fb67KlKqX0PrV8dK5adSDkANq6r4Z25zXJg2iOir+a8ntg3rAcpel1OY4FV/TwRUA==", "dev": true, "license": "MIT" }, @@ -1076,9 +1076,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1093,9 +1090,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1110,9 +1104,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1127,9 +1118,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1144,9 +1132,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1161,9 +1146,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1178,9 +1160,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1195,9 +1174,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1212,9 +1188,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1229,9 +1202,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1246,9 +1216,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1263,9 +1230,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1280,9 +1244,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index a1a8747..a23de27 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "typescript": "^5" }, "devDependencies": { - "@opencode-ai/plugin": "^1.2.16", + "@opencode-ai/plugin": "^1.2.27", "@types/node": "^25.3.0", "@vitest/coverage-v8": "^4.0.18", "@vitest/ui": "^4.0.18",