diff --git a/package-lock.json b/package-lock.json index 4a2b346..d14a08b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@ai-sdk/provider": "^3.0.8", "@ai-sdk/provider-utils": "^4.0.17", - "@heyputer/puter.js": "^2.2.10", + "@heyputer/puter.js": "^2.2.12", "@modelcontextprotocol/sdk": "^1.26.0", "ai": "^6.0.111", "open": "^11.0.0", @@ -598,9 +598,9 @@ "license": "MIT" }, "node_modules/@heyputer/puter.js": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/@heyputer/puter.js/-/puter.js-2.2.10.tgz", - "integrity": "sha512-Vsa1QeztPBhCE/cTnlUuYSxWkCveFCop5GVaEZ/QmzynF7I3d1oJI9V1Zy+K78382dRpvW/vGTvMjR0hRUd/Gw==", + "version": "2.2.12", + "resolved": "https://registry.npmjs.org/@heyputer/puter.js/-/puter.js-2.2.12.tgz", + "integrity": "sha512-RNXQza1bPRvr5eupsdP+KUEZ8ek0cKjbpWRQ+KzID3B/fM8Zqwc5KFAO8+odK3ypPPQI36kapyw+AHs1QtVr9g==", "license": "Apache-2.0", "dependencies": { "@heyputer/kv.js": "^0.2.1", @@ -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..6f58d89 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "dependencies": { "@ai-sdk/provider": "^3.0.8", "@ai-sdk/provider-utils": "^4.0.17", - "@heyputer/puter.js": "^2.2.10", + "@heyputer/puter.js": "^2.2.12", "@modelcontextprotocol/sdk": "^1.26.0", "ai": "^6.0.111", "open": "^11.0.0",