From dc2329bac82d76495592d511d121907e1cf99ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:57:22 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.4.0 in /packages/mina Bumps [o1js](https://github.com/o1-labs/o1js) from 0.17.0 to 1.4.0. - [Changelog](https://github.com/o1-labs/o1js/blob/main/CHANGELOG.md) - [Commits](https://github.com/o1-labs/o1js/commits) --- updated-dependencies: - dependency-name: o1js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/mina/package.json | 2 +- packages/mina/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/mina/package.json b/packages/mina/package.json index 7f0e7e66..48602cf5 100644 --- a/packages/mina/package.json +++ b/packages/mina/package.json @@ -66,6 +66,6 @@ "dependencies": { "@vercel/kv": "^2.0.0", "dotenv": "^16.3.1", - "o1js": "0.17.0" + "o1js": "1.4.0" } } diff --git a/packages/mina/yarn.lock b/packages/mina/yarn.lock index c3ab5116..5208b370 100644 --- a/packages/mina/yarn.lock +++ b/packages/mina/yarn.lock @@ -3724,10 +3724,10 @@ nwsapi@^2.2.0: resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz" integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ== -o1js@0.17.0: - version "0.17.0" - resolved "https://registry.npmjs.org/o1js/-/o1js-0.17.0.tgz" - integrity sha512-OPQc3jBG2X5z7yI2mcovzRVbd91Q2D/npep14+g0wBdGXpyyAFdaz59YjVlEsPcY1Gmh2L+LCFhVA2fQ+1ogIg== +o1js@1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/o1js/-/o1js-1.4.0.tgz#18336cd786b4d768e88df357a1a30d24cac00a09" + integrity sha512-n4W1tukEF1ztfsKOoa29PIc9zY6SBMhQI6lXQL+pZ86/0XO3VqE9Gc8GOlxv+zV9+BJWM2c1N25bob72Kt/+EQ== dependencies: blakejs "1.2.1" cachedir "^2.4.0"