From f7d29ab40a8b2304e25a61b920da93c31ed7eb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:29:04 +0000 Subject: [PATCH] build(deps): bump @oruga-ui/theme-bulma from 0.5.2 to 0.5.3 Bumps [@oruga-ui/theme-bulma](https://github.com/oruga-ui/theme-bulma) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/oruga-ui/theme-bulma/releases) - [Commits](https://github.com/oruga-ui/theme-bulma/compare/v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: "@oruga-ui/theme-bulma" dependency-type: direct:production update-type: version-update:semver-patch ... 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 1bd341b5..25f48eb6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@oruga-ui/oruga-next": "0.9.3", - "@oruga-ui/theme-bulma": "^0.5.2", + "@oruga-ui/theme-bulma": "^0.5.3", "core-js": "^3.39.0", "crypto-js": "^4.2.0", "vue": "^3.5.13", diff --git a/yarn.lock b/yarn.lock index ad41c226..53999128 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1676,12 +1676,12 @@ dependencies: vue-component-type-helpers "^2.1.10" -"@oruga-ui/theme-bulma@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.5.2.tgz#8d288368668bfe313a70be7128592c6911db67b3" - integrity sha512-dhHaI/ES8l5NBfVy6j4JD8ShkSwviOnZrrn4dzqO63ZXpd64Kql+Z9S/7Y++D1JcQVgqwmTjB+UbeJJjiWVXpA== +"@oruga-ui/theme-bulma@^0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.5.3.tgz#53b42f4a2e80aa406306eba69d7d48844629d9a7" + integrity sha512-TbqmJlEvO/qEJup6LQV3gvf8z3e96EKB3A+BF1PO2029c5+20uU0AOxWl3kB7rGa+/0b1KTE++qsNICjFv909A== dependencies: - bulma "1.0.2" + bulma "1.0.3" "@parcel/watcher-android-arm64@2.4.1": version "2.4.1" @@ -3690,10 +3690,10 @@ buffer@^5.5.0, buffer@^5.7.1: base64-js "^1.3.1" ieee754 "^1.1.13" -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== +bulma@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.3.tgz#313c4fec8c356158a1d8f665586957a0991e2892" + integrity sha512-9eVXBrXwlU337XUXBjIIq7i88A+tRbJYAjXQjT/21lwam+5tpvKF0R7dCesre9N+HV9c6pzCNEPKrtgvBBes2g== bytes@3.0.0: version "3.0.0"