From 558756e07e4037ba9e042be75ff3c307981a0a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:07:52 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.5.0 in /packages/mina Bumps [o1js](https://github.com/o1-labs/o1js) from 0.17.0 to 1.5.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..be00d5b4 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.5.0" } } diff --git a/packages/mina/yarn.lock b/packages/mina/yarn.lock index c3ab5116..d50a8001 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.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/o1js/-/o1js-1.5.0.tgz#03680094dd731f111074d2c5c47acb1eaafa65f1" + integrity sha512-VZGEjky4w+srX2inh1uzoviFY8Bb0vez27N6Z9MmtYv317jf8FTCcoRXnmCJInmeVZOWnl60NJ2Jyyk/p4gtJA== dependencies: blakejs "1.2.1" cachedir "^2.4.0"