From dc74e648af5d53cff53e6ebf77fb6c8ac96e0f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:34:35 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.3.1 in /packages/frontend 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/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 64d609d9..9cccb415 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -26,7 +26,7 @@ "mina-signer": "^3.0.5", "next": "^14.0.1", "next-sitemap": "^4.2.3", - "o1js": "0.17.0", + "o1js": "1.3.1", "pin-mina": "0.1.51", "postcss": "^8.4.22", "react": "^18.1.0",