diff --git a/package-lock.json b/package-lock.json index cfebf92..f8c4b5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "axiom-std", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axiom-std", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "dependencies": { - "@axiom-crypto/circuit": "2.0.7", - "@axiom-crypto/client": "2.0.7", + "@axiom-crypto/circuit": "2.0.8", + "@axiom-crypto/client": "2.0.8", "@axiom-crypto/core": "2.3.8", "commander": "^11.1.0", "dotenv": "^16.4.5", - "viem": "^2.9.5" + "viem": "^2.9.7" }, "devDependencies": { "@types/node": "18.15.13", @@ -28,9 +28,9 @@ "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==" }, "node_modules/@axiom-crypto/circuit": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@axiom-crypto/circuit/-/circuit-2.0.7.tgz", - "integrity": "sha512-ZZvoyvuyKHgLALr8ISrlTg8jTPxZ/EnkO8vgVkAYJFnc3OI7FvyY/AdmDNahTdpzhrbi5fTRT4pBQH4ByAKVGQ==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@axiom-crypto/circuit/-/circuit-2.0.8.tgz", + "integrity": "sha512-UOEl0Hfze5AMyW2Jx08orkPcXqhGx1FNugjl1r97GzOc1sCanhqLK/y3V/fCtM5xpyOfAvD5gvsOPuQb4YQOdA==", "dependencies": { "@axiom-crypto/core": "2.3.8", "@axiom-crypto/halo2-lib-js": "0.3.4", @@ -114,11 +114,11 @@ } }, "node_modules/@axiom-crypto/client": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@axiom-crypto/client/-/client-2.0.7.tgz", - "integrity": "sha512-V7NlKg9M8WhAZTzWpQh4Cq/ucDewQNVXHlPtM/C0qb5ugplQJn7qwBXHn3Cr2WY3Fmy8cvIWSrHK6vH2TDCyjA==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@axiom-crypto/client/-/client-2.0.8.tgz", + "integrity": "sha512-yz1cmquV3/k571kCFWMw3Qbs9hfi94LTvfVpqgLx7Cj3RI8ZyeaeO+O1prWOnvyD672yUZNK3KNdov/K5aUllw==", "dependencies": { - "@axiom-crypto/circuit": "2.0.7", + "@axiom-crypto/circuit": "2.0.8", "@axiom-crypto/core": "2.3.8", "chalk": "^4.1.2", "commander": "^11.1.0", @@ -1175,9 +1175,9 @@ "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==" }, "node_modules/viem": { - "version": "2.9.5", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.9.5.tgz", - "integrity": "sha512-IKLmGZJEQkdt9fqvryjR+W1FsPZM+dhALT0pwR8xhBOLvVHM0/lEViGRWDpm2ArNsFszipFhc2EpKp80/PnXkw==", + "version": "2.9.7", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.9.7.tgz", + "integrity": "sha512-/yy+pkv3e+DrZg6cXbcsx/MUFplgUz1XuHJ1iaMChVkMlO/m7keBYGhs0rOJSqPI6D5onND7Xhki56Vab5i6hg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index ea844e8..fdb550c 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "author": "Intrinsic Technologies", "license": "MIT", "dependencies": { - "@axiom-crypto/circuit": "2.0.7", - "@axiom-crypto/client": "2.0.7", + "@axiom-crypto/circuit": "2.0.8", + "@axiom-crypto/client": "2.0.8", "@axiom-crypto/core": "2.3.8", "commander": "^11.1.0", "dotenv": "^16.4.5", - "viem": "^2.9.5" + "viem": "^2.9.7" }, "devDependencies": { "@types/node": "18.15.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff30df7..54c96fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,11 +6,11 @@ settings: dependencies: '@axiom-crypto/circuit': - specifier: 2.0.7 - version: 2.0.7(typescript@5.4.3) + specifier: 2.0.8 + version: 2.0.8(typescript@5.4.3) '@axiom-crypto/client': - specifier: 2.0.7 - version: 2.0.7(typescript@5.4.3) + specifier: 2.0.8 + version: 2.0.8(typescript@5.4.3) '@axiom-crypto/core': specifier: 2.3.8 version: 2.3.8 @@ -21,8 +21,8 @@ dependencies: specifier: ^16.4.5 version: 16.4.5 viem: - specifier: ^2.9.5 - version: 2.9.5(typescript@5.4.3) + specifier: ^2.9.7 + version: 2.9.7(typescript@5.4.3) devDependencies: '@types/node': @@ -45,8 +45,8 @@ packages: resolution: {integrity: sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==} dev: false - /@axiom-crypto/circuit@2.0.7(typescript@5.4.3): - resolution: {integrity: sha512-ZZvoyvuyKHgLALr8ISrlTg8jTPxZ/EnkO8vgVkAYJFnc3OI7FvyY/AdmDNahTdpzhrbi5fTRT4pBQH4ByAKVGQ==} + /@axiom-crypto/circuit@2.0.8(typescript@5.4.3): + resolution: {integrity: sha512-UOEl0Hfze5AMyW2Jx08orkPcXqhGx1FNugjl1r97GzOc1sCanhqLK/y3V/fCtM5xpyOfAvD5gvsOPuQb4YQOdA==} dependencies: '@axiom-crypto/core': 2.3.8 '@axiom-crypto/halo2-lib-js': 0.3.4 @@ -63,16 +63,16 @@ packages: - zod dev: false - /@axiom-crypto/client@2.0.7(typescript@5.4.3): - resolution: {integrity: sha512-V7NlKg9M8WhAZTzWpQh4Cq/ucDewQNVXHlPtM/C0qb5ugplQJn7qwBXHn3Cr2WY3Fmy8cvIWSrHK6vH2TDCyjA==} + /@axiom-crypto/client@2.0.8(typescript@5.4.3): + resolution: {integrity: sha512-yz1cmquV3/k571kCFWMw3Qbs9hfi94LTvfVpqgLx7Cj3RI8ZyeaeO+O1prWOnvyD672yUZNK3KNdov/K5aUllw==} hasBin: true dependencies: - '@axiom-crypto/circuit': 2.0.7(typescript@5.4.3) + '@axiom-crypto/circuit': 2.0.8(typescript@5.4.3) '@axiom-crypto/core': 2.3.8 chalk: 4.1.2 commander: 11.1.0 prompts: 2.4.2 - viem: 2.9.5(typescript@5.4.3) + viem: 2.9.7(typescript@5.4.3) transitivePeerDependencies: - bufferutil - debug @@ -766,8 +766,8 @@ packages: - zod dev: false - /viem@2.9.5(typescript@5.4.3): - resolution: {integrity: sha512-IKLmGZJEQkdt9fqvryjR+W1FsPZM+dhALT0pwR8xhBOLvVHM0/lEViGRWDpm2ArNsFszipFhc2EpKp80/PnXkw==} + /viem@2.9.7(typescript@5.4.3): + resolution: {integrity: sha512-/yy+pkv3e+DrZg6cXbcsx/MUFplgUz1XuHJ1iaMChVkMlO/m7keBYGhs0rOJSqPI6D5onND7Xhki56Vab5i6hg==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: