From cb61f4020ae9904ba02fa9a1d785c58cfcd8974b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:35:31 +0000 Subject: [PATCH] chore(deps): 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 | 26 +++++++++++++++++++------- package.json | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 436129c99..8be13bf83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "ag-grid-vue": "28.2.1", "axios": "1.7.4", "blueimp-load-image": "5.16.0", - "bulma": "0.9.4", + "bulma": "1.0.2", "bulma-checkradio": "2.1.3", "bulma-switch": "2.0.4", "bulma-toast": "2.4.4", @@ -4385,9 +4385,9 @@ "dev": true }, "node_modules/bulma": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", - "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.2.tgz", + "integrity": "sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A==" }, "node_modules/bulma-checkradio": { "version": "2.1.3", @@ -4397,6 +4397,11 @@ "bulma": "^0.9.3" } }, + "node_modules/bulma-checkradio/node_modules/bulma": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", + "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" + }, "node_modules/bulma-switch": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/bulma-switch/-/bulma-switch-2.0.4.tgz", @@ -18649,9 +18654,9 @@ "dev": true }, "bulma": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", - "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.2.tgz", + "integrity": "sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A==" }, "bulma-checkradio": { "version": "2.1.3", @@ -18659,6 +18664,13 @@ "integrity": "sha512-8OmZ7PURyftNLGXSTNAYNTJHIe0OkoH/8z9iWfSXGxiv3AlrKneMtiVpBKofXsvc9ZHBUI1YjefiW5WFhgFgAQ==", "requires": { "bulma": "^0.9.3" + }, + "dependencies": { + "bulma": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", + "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" + } } }, "bulma-switch": { diff --git a/package.json b/package.json index 17985d129..2988c004d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "ag-grid-vue": "28.2.1", "axios": "1.7.4", "blueimp-load-image": "5.16.0", - "bulma": "0.9.4", + "bulma": "1.0.2", "bulma-checkradio": "2.1.3", "bulma-switch": "2.0.4", "bulma-toast": "2.4.4",