From a95a5bc176827c0968ef9d6d0bafcff6ad2042d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 06:50:46 +0000 Subject: [PATCH] Bump bulma from 1.0.1 to 1.0.2 Bumps [bulma](https://github.com/jgthms/bulma) from 1.0.1 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/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: bulma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 65065e8..f18d9fe 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": "true", "dependencies": { "@mdi/font": "^7.4.47", - "bulma": "^1.0.1", + "bulma": "^1.0.2", "sass": "^1.77.8" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index c18e9f2..16a3305 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27,10 +27,10 @@ braces@~3.0.2: dependencies: fill-range "^7.0.1" -bulma@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.1.tgz#e37261d6f8e1a3494c9378803d9958effb2715ce" - integrity sha512-+xv/BIAEQakHkR0QVz+s+RjNqfC53Mx9ZYexyaFNFo9wx5i76HXArNdwW7bccyJxa5mgV/T5DcVGqsAB19nBJQ== +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== "chokidar@>=3.0.0 <4.0.0": version "3.5.3"