From ae86ac0739dcc83c281fcfd169da1b4193fd22fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:16:44 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6daef2ecf8..bc626a3a1f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "browser-sync": "^2.29.1", "browser-sync-webpack-plugin": "^2.3.0", - "bulma": "^0.9.4", + "bulma": "^1.0.2", "cross-env": "^7.0.3", "jquery": "^3.6.4", "laravel-mix": "^6.0.49",