From cfb8c71313fb1ec0e9e7af864a8c96503e70c0a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Mar 2025 02:13:46 +0000 Subject: [PATCH] fix: upgrade bulma from 0.6.2 to 0.9.4 Snyk has created this PR to upgrade bulma from 0.6.2 to 0.9.4. See this package in yarn: bulma See this project in Snyk: https://app.snyk.io/org/samaradel/project/eaf300b7-b96d-47ed-97ba-8b7d256c4478?utm_source=github&utm_medium=referral&page=upgrade-pr --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/package.json b/html/package.json index 0dd7c3b7c..6b89672c8 100644 --- a/html/package.json +++ b/html/package.json @@ -14,7 +14,7 @@ "start": "gulp clean && webpack-serve webpack.dev.js" }, "dependencies": { - "bulma": "^0.6.1", + "bulma": "^0.9.4", "core-js": "^2.5.3", "fast-text-encoding": "^1.0.0", "xterm": "^3.10.1", diff --git a/html/yarn.lock b/html/yarn.lock index 9ff109374..80c54af0e 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -1412,10 +1412,10 @@ builtin-status-codes@^3.0.0: resolved "http://registry.npm.taobao.org/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= -bulma@^0.6.1: - version "0.6.2" - resolved "http://registry.npm.taobao.org/bulma/download/bulma-0.6.2.tgz#f4b1d11d5acc51a79644eb0a2b0b10649d3d71f5" - integrity sha1-9LHRHVrMUaeWROsKKwsQZJ09cfU= +bulma@^0.9.4: + version "0.9.4" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1" + integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== cacache@^10.0.4: version "10.0.4"