From bbde777e07db1545c400cbc720e9c56ab54eb601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:37:31 +0000 Subject: [PATCH] Bump o1js from 0.13.1 to 0.15.0 in /mina Bumps [o1js](https://github.com/o1-labs/o1js) from 0.13.1 to 0.15.0. - [Changelog](https://github.com/o1-labs/o1js/blob/main/CHANGELOG.md) - [Commits](https://github.com/o1-labs/o1js/commits/v0.15.0) --- updated-dependencies: - dependency-name: o1js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mina/package.json | 2 +- mina/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/mina/package.json b/mina/package.json index 1bc0f3ca..ae5aa8e2 100644 --- a/mina/package.json +++ b/mina/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "dotenv": "^16.3.1", - "o1js": "^0.13.1" + "o1js": "^0.15.0" }, "devDependencies": { "@babel/preset-env": "^7.16.4", diff --git a/mina/yarn.lock b/mina/yarn.lock index 266a43e4..5addae76 100644 --- a/mina/yarn.lock +++ b/mina/yarn.lock @@ -1744,6 +1744,11 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== +cachedir@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.4.0.tgz#7fef9cf7367233d7c88068fe6e34ed0d355a610d" + integrity sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ== + callsites@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" @@ -3259,12 +3264,13 @@ nwsapi@^2.2.0: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30" integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ== -o1js@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/o1js/-/o1js-0.13.1.tgz#8575a1a5eb4abeb493f9d60e9f29dd876f9520bc" - integrity sha512-7QHHRRLmmyR8e+YmIFcgatS2q1on+SDD9h4NIK8JR/82eim7w8bQyBZqAwfCU2PmaQtqlZhkLoL4PmZRnxDzQQ== +o1js@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/o1js/-/o1js-0.15.0.tgz#25cb981bd45c48e0e207b4d1238040220c9ad0e1" + integrity sha512-KJSVD+sbrsq1O7jD2apOAa8P/BEBYhoYqGZEdiBtEF/NIw7JJGnUdkLV/E/OSX6X6Eo4fXRNLNAogcFPDhd41A== dependencies: blakejs "1.2.1" + cachedir "^2.4.0" detect-gpu "^5.0.5" isomorphic-fetch "^3.0.0" js-sha256 "^0.9.0"