From eb5423307dbb433ecbbf40374be6608e860c3f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:46:08 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.3.0 in /packages/mina Bumps [o1js](https://github.com/o1-labs/o1js) from 0.17.0 to 1.3.0. - [Changelog](https://github.com/o1-labs/o1js/blob/main/CHANGELOG.md) - [Commits](https://github.com/o1-labs/o1js/compare/v0.17.0...v1.3.0) --- 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 eba4d8d2..d4312343 100644 --- a/packages/mina/package.json +++ b/packages/mina/package.json @@ -66,6 +66,6 @@ "dependencies": { "@vercel/kv": "^1.0.1", "dotenv": "^16.3.1", - "o1js": "0.17.0" + "o1js": "1.3.0" } } diff --git a/packages/mina/yarn.lock b/packages/mina/yarn.lock index e93fbf39..14114d38 100644 --- a/packages/mina/yarn.lock +++ b/packages/mina/yarn.lock @@ -3612,10 +3612,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.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/o1js/-/o1js-1.3.0.tgz#4a9027cd84f556cea1999048286ffbf848378e68" + integrity sha512-4cA8V//GTyVIL2uwmF+xzqaGn+LXys+pA0F6NoW+gNg2WxUQW/QilY0ry4d9WdjCzMBRPFPSZZWFbHth4owx0A== dependencies: blakejs "1.2.1" cachedir "^2.4.0"