From 20cecb776392b8f8fef9eb1bc389a0a5d5e8270b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:06:53 +0000 Subject: [PATCH] Bump bulma from 1.0.2 to 1.0.3 Bumps [bulma](https://github.com/jgthms/bulma) from 1.0.2 to 1.0.3. - [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.2...1.0.3) --- updated-dependencies: - dependency-name: bulma dependency-type: direct:production update-type: version-update:semver-patch ... 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 3a54e4b..ed0a995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@theme-toggles/react": "^4.1.0", "@web/dev-server": "^0.4.6", "babel-preset-minify": "^0.5.2", - "bulma": "^1.0.2", + "bulma": "^1.0.3", "concurrently": "^9.1.2", "notiflix": "^3.2.7", "preact": "^10.25.4", @@ -1672,10 +1672,9 @@ "license": "MIT" }, "node_modules/bulma": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.2.tgz", - "integrity": "sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A==", - "license": "MIT" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.3.tgz", + "integrity": "sha512-9eVXBrXwlU337XUXBjIIq7i88A+tRbJYAjXQjT/21lwam+5tpvKF0R7dCesre9N+HV9c6pzCNEPKrtgvBBes2g==" }, "node_modules/cache-content-type": { "version": "1.0.1", diff --git a/package.json b/package.json index 17c9ae2..74ea4b7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@theme-toggles/react": "^4.1.0", "@web/dev-server": "^0.4.6", "babel-preset-minify": "^0.5.2", - "bulma": "^1.0.2", + "bulma": "^1.0.3", "concurrently": "^9.1.2", "notiflix": "^3.2.7", "preact": "^10.25.4",