diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2020-09-20 18:32:26 +0200 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2020-09-20 18:58:32 +0200 |
commit | e7980dc722f330381872e9e121029f36ead561e1 (patch) | |
tree | d8a9902b2c0d161b1f921d8ae6d1d6e9299977b9 | |
parent | 1735463887c43a078b05fb5637dcbc7fe67ba3b2 (diff) |
update js libs
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 54ae8b2..fb7c1de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,9 +47,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.0.tgz", + "integrity": "sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ==" }, "chalk": { "version": "1.1.3", diff --git a/package.json b/package.json index 3519f20..b415d55 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "aos": "^2.3.4", - "bulma": "^0.8.2", + "bulma": "^0.9.0", "csso-cli": "^3.0.0", "fork-awesome": "^1.1.7", "leaflet": "^1.7.1", |