From 0ad9cd503d80e47520789812873969c2596e53d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 18:17:26 +0000 Subject: [PATCH] Bump bulma from 0.7.4 to 0.9.0 Bumps [bulma](https://github.com/jgthms/bulma) from 0.7.4 to 0.9.0. - [Release notes](https://github.com/jgthms/bulma/releases) - [Changelog](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md) - [Commits](https://github.com/jgthms/bulma/compare/0.7.4...0.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3b31e0..3650277 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2078,9 +2078,9 @@ "dev": true }, "bulma": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.4.tgz", - "integrity": "sha512-krG2rP6eAX1WE0sf6O0SC/FUVSOBX4m1PBC2+GKLpb2pX0qanaDqcv9U2nu75egFrsHkI0zdWYuk/oGwoszVWg==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.0.tgz", + "integrity": "sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ==" }, "cacache": { "version": "11.3.2", diff --git a/package.json b/package.json index 0f6ea82..63c24f8 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "webpack-cli": "^3.3.0" }, "dependencies": { - "bulma": "^0.7.4" + "bulma": "^0.9.0" } }