From 53fa5954d31d72b49072af213d69e963e8e489d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 04:02:12 +0000 Subject: [PATCH] Bump bulma from 0.8.2 to 0.9.2 Bumps [bulma](https://github.com/jgthms/bulma) from 0.8.2 to 0.9.2. - [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.8.2...0.9.2) 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 c44004d..5a986d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5924,9 +5924,9 @@ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, "bulma": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz", - "integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA==" + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.2.tgz", + "integrity": "sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryuwm/+dRSHJw0gMawp2tsW7X1JYUCE3A==" }, "bulmaswatch": { "version": "0.8.1", diff --git a/package.json b/package.json index 3f73e9c..e56f917 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.14.0", - "bulma": "^0.8.2", + "bulma": "^0.9.2", "bulmaswatch": "^0.8.1", "clsx": "^1.1.1", "disqus-react": "^1.0.10",