diff --git a/entrypoint/package-lock.json b/entrypoint/package-lock.json index 1843344..3413496 100644 --- a/entrypoint/package-lock.json +++ b/entrypoint/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@code0-tech/triangulum": "file:../", - "@code0-tech/tucana": "0.0.68", + "@code0-tech/tucana": "0.0.71", "@protobuf-ts/runtime": "^2.11.1" }, "devDependencies": { @@ -20,17 +20,17 @@ "name": "@code0-tech/triangulum", "version": "0.1.0", "devDependencies": { - "@code0-tech/sagittarius-graphql-types": "0.0.0-experimental-2432054881-32575715299651daa0758c145b8773a8f547330b", - "@types/node": "^25.5.0", + "@code0-tech/sagittarius-graphql-types": "0.0.0-experimental-2528981282-646152abf1c648db37127248f703b21a210a68da", + "@types/node": "^25.6.0", "@typescript/vfs": "^1.6.4", "lossless-json": "^4.3.0", - "typescript": "^6.0.2", - "vite": "^8.0.3", + "typescript": "^6.0.3", + "vite": "^8.0.8", "vite-plugin-dts": "^4.5.4", - "vitest": "^4.1.2" + "vitest": "^4.1.4" }, "peerDependencies": { - "@code0-tech/sagittarius-graphql-types": "0.0.0-experimental-2432054881-32575715299651daa0758c145b8773a8f547330b", + "@code0-tech/sagittarius-graphql-types": "0.0.0-experimental-2528981282-646152abf1c648db37127248f703b21a210a68da", "@typescript/vfs": "^1.6.4", "lossless-json": "^4.3.0", "typescript": "^5.9.3 || ^6.0.2" @@ -41,10 +41,10 @@ "link": true }, "node_modules/@code0-tech/tucana": { - "version": "0.0.68", - "resolved": "https://registry.npmjs.org/@code0-tech/tucana/-/tucana-0.0.68.tgz", - "integrity": "sha512-kbjLiKjJyZLnPmNi5JabWRNZcWZyXnfnld8jCFrUkvKbGj77CAwggR0uH8SqaxwWNWqQZlavYzCZWO/ob3+uKA==", - "license": "Apache-2.0" + "version": "0.0.71", + "resolved": "https://registry.npmjs.org/@code0-tech/tucana/-/tucana-0.0.71.tgz", + "integrity": "sha512-jhPs7RC+v1b+93bwC2mqd6xjTcIsEAsGKp+KmVQ/696kttzLb9zZSZPuPTKuXAs/aHuaZpNKjpztPipnPiTf9A==", + "license": "MIT" }, "node_modules/@protobuf-ts/runtime": { "version": "2.11.1", diff --git a/entrypoint/package.json b/entrypoint/package.json index 5219e57..67dc06d 100644 --- a/entrypoint/package.json +++ b/entrypoint/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@code0-tech/triangulum": "file:../", - "@code0-tech/tucana": "0.0.68", + "@code0-tech/tucana": "0.0.71", "@protobuf-ts/runtime": "^2.11.1" }, "devDependencies": {