diff --git a/package-lock.json b/package-lock.json index 62c66cc..38725af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solarity/hardhat-zkit", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@solarity/hardhat-zkit", - "version": "0.5.4", + "version": "0.5.5", "license": "MIT", "workspaces": [ "test/fixture-projects/*" @@ -14,7 +14,7 @@ "dependencies": { "@distributedlab/circom-parser": "0.2.3", "@solarity/zkit": "0.3.2", - "@solarity/zktype": "0.4.2", + "@solarity/zktype": "0.4.3", "@wasmer/wasi": "0.12.0", "chalk": "4.1.2", "cli-progress": "3.12.0", @@ -2077,11 +2077,12 @@ } }, "node_modules/@solarity/zktype": { - "version": "0.4.2", - "license": "MIT", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@solarity/zktype/-/zktype-0.4.3.tgz", + "integrity": "sha512-iPWBJcSf72DDsQX0B/Yelu9H24kud3yyZwpRhYoLS9is1SPgDN6tieOpjDU9NhDexhkBLZvQ/u2CMBqn1a5xdQ==", "dependencies": { "ejs": "3.1.10", - "prettier": "3.3.3", + "prettier": "3.4.2", "typescript": "5.5.4" }, "engines": { @@ -2091,6 +2092,20 @@ "@solarity/zkit": "^0.3.0-rc.0" } }, + "node_modules/@solarity/zktype/node_modules/prettier": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/@solarity/zktype/node_modules/typescript": { "version": "5.5.4", "license": "Apache-2.0", @@ -7241,6 +7256,7 @@ }, "node_modules/prettier": { "version": "3.3.3", + "dev": true, "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 0670582..e0c044a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solarity/hardhat-zkit", - "version": "0.5.4", + "version": "0.5.5", "description": "The ultimate TypeScript environment for Circom development", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -60,7 +60,7 @@ "dependencies": { "@distributedlab/circom-parser": "0.2.3", "@solarity/zkit": "0.3.2", - "@solarity/zktype": "0.4.2", + "@solarity/zktype": "0.4.3", "@wasmer/wasi": "0.12.0", "chalk": "4.1.2", "cli-progress": "3.12.0",