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",