From dc473b4084f5cee55c9fa54d33c5bad053b9dd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:16:26 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.6.0 in /packages/frontend Bumps [o1js](https://github.com/o1-labs/o1js) from 0.17.0 to 1.6.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/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index c04eb67f..1c5f9833 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.6.0", "pin-mina": "0.1.51", "postcss": "^8.4.22", "react": "^18.1.0",