From 4b587d228df13f0c705172aec3cf7c25041ab6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:43:05 +0000 Subject: [PATCH] build(deps): bump @oruga-ui/theme-bulma from 0.3.0 to 0.4.0 Bumps [@oruga-ui/theme-bulma](https://github.com/oruga-ui/theme-bulma) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/oruga-ui/theme-bulma/releases) - [Commits](https://github.com/oruga-ui/theme-bulma/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: "@oruga-ui/theme-bulma" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 677070fc..b731a6d5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@oruga-ui/oruga-next": "0.8.12", - "@oruga-ui/theme-bulma": "^0.3.0", + "@oruga-ui/theme-bulma": "^0.4.0", "core-js": "^3.38.1", "crypto-js": "^4.2.0", "vue": "^3.5.4", diff --git a/yarn.lock b/yarn.lock index 1380f9cc..419b7f54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1701,12 +1701,12 @@ resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.8.12.tgz#2406d17c33d440d3ad1b8218ac43a3fe10b45f5d" integrity sha512-I1jcsTA4J6HQdNpSWgK4cNSqv1cHsghQGtJ12p0yXDSJseek0Y8f4vf9+tDRtfONzWHuRyWUGcHIfePsRKVbiQ== -"@oruga-ui/theme-bulma@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.3.0.tgz#49b2726cec77b095837254d52503b8ddf6afe842" - integrity sha512-lkTsrdQJ6L5s/SACVtnjo51Tx/jIR+Dz2CgLAbLEooTE0tTiQPiQhkgXqEqLX8a78Kxp7kJa5d7YypGGxiJPjg== +"@oruga-ui/theme-bulma@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.4.0.tgz#07c49ec8ea5ef278583b7f97f4b4265c136304ab" + integrity sha512-wTOkQYOs4yBOwaE47E+I1f10cYQnemR+CjeUJGPCT49rDeZWjcxxlj+YXd5/9+saDGgE8FQ74RdJJploJv0C4A== dependencies: - bulma "0.9.4" + bulma "1.0.2" "@pkgjs/parseargs@^0.11.0": version "0.11.0" @@ -3640,10 +3640,10 @@ buffer@^5.5.0, buffer@^5.7.1: base64-js "^1.3.1" ieee754 "^1.1.13" -bulma@0.9.4: - version "0.9.4" - resolved "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1" - integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== +bulma@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.2.tgz#47395a660755c9566db3cf981fd4e3a2b637af19" + integrity sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A== bytes@3.0.0: version "3.0.0"