From 14bcecd5bd08f9d2659bf033f874b2857e006553 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jun 2020 01:40:50 +0000 Subject: [PATCH] fix: upgrade bulma from 0.8.2 to 0.9.0 Snyk has created this PR to upgrade bulma from 0.8.2 to 0.9.0. See this package in NPM: https://www.npmjs.com/package/bulma See this project in Snyk: https://app.snyk.io/org/scm-manager/project/b494e382-e614-456b-8015-0be5a5d07674?utm_source=github&utm_medium=upgrade-pr --- scm-ui/ui-styles/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index 49256f8a26..8efa51cd75 100644 --- a/scm-ui/ui-styles/package.json +++ b/scm-ui/ui-styles/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.11.2", - "bulma": "^0.8.0", + "bulma": "^0.9.0", "bulma-popover": "^1.0.0", "bulma-tooltip": "^3.0.0", "react-diff-view": "^2.4.1"