From 0a631708339dd22df52c32cc60b2e4176346fab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:33:21 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.3.1 in /packages/mina Bumps [o1js](https://github.com/o1-labs/o1js) from 0.17.0 to 1.3.1. - [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..62635fca 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.3.1" } } diff --git a/packages/mina/yarn.lock b/packages/mina/yarn.lock index 0ada3b7c..0aef2547 100644 --- a/packages/mina/yarn.lock +++ b/packages/mina/yarn.lock @@ -3769,10 +3769,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.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/o1js/-/o1js-1.3.1.tgz#2d45c3b119b5b066baeae70b59f433e5dc9fd270" + integrity sha512-FOhkN0/byoWm/Q0F+2y1eHTeKYy22Lcx1oIn4xITLWPsEX6s01B79qP0pJQBPKZW+ev0xmmY/8Jf2pBuWA53fQ== dependencies: blakejs "1.2.1" cachedir "^2.4.0"