From ee3f4ad6155b10b1ebbc985b38417a84e3183ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:55:15 +0000 Subject: [PATCH] chore: bump bulma from 0.9.4 to 1.0.2 Bumps [bulma](https://github.com/jgthms/bulma) from 0.9.4 to 1.0.2. - [Release notes](https://github.com/jgthms/bulma/releases) - [Changelog](https://github.com/jgthms/bulma/blob/main/CHANGELOG.md) - [Commits](https://github.com/jgthms/bulma/compare/0.9.4...1.0.2) --- updated-dependencies: - dependency-name: bulma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a08d856f7..9cf9c2da4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "axios": "^1.7.3", "base32-decode": "^1.0.0", "base32-encode": "^2.0.0", - "bulma": "^0.9.4", + "bulma": "^1.0.2", "core-js": "^3.37.1", "crypto-js": "4.1.1", "ethers": "^6.13.2", @@ -7403,10 +7403,9 @@ "license": "MIT" }, "node_modules/bulma": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", - "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==", - "license": "MIT" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.2.tgz", + "integrity": "sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A==" }, "node_modules/cac": { "version": "6.7.14", diff --git a/package.json b/package.json index 54b9c6e30..9c1e1554b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "axios": "^1.7.3", "base32-decode": "^1.0.0", "base32-encode": "^2.0.0", - "bulma": "^0.9.4", + "bulma": "^1.0.2", "core-js": "^3.37.1", "crypto-js": "4.1.1", "ethers": "^6.13.2",