From a28c528a87caeb031e9105443a72c39c67c09101 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 17:16:08 +0000 Subject: [PATCH] fix: website/package.json & website/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- website/package.json | 2 +- website/yarn.lock | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/website/package.json b/website/package.json index 3d5ca0ea527..28c26b94184 100644 --- a/website/package.json +++ b/website/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "CC-BY-4.0", "dependencies": { - "bootstrap": "4.0.0-alpha.5", + "bootstrap": "4.0.0", "jquery": "3.2.0" } } diff --git a/website/yarn.lock b/website/yarn.lock index 5f1fd662efc..f7c64138987 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2,17 +2,11 @@ # yarn lockfile v1 -bootstrap@4.0.0-alpha.5: - version "4.0.0-alpha.5" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.5.tgz#a126b648c3bd2f52b8fad4bbc5e2d0ad2abf7064" - dependencies: - jquery "1.9.1 - 3" - tether "^1.3.7" +bootstrap@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a" + integrity sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA== -"jquery@1.9.1 - 3", jquery@3.2.0: +jquery@3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.0.tgz#3bdbba66e1eee0785532dddadb0e0d2521ca584b" - -tether@^1.3.7: - version "1.4.0" - resolved "https://registry.yarnpkg.com/tether/-/tether-1.4.0.tgz#0f9fa171f75bf58485d8149e94799d7ae74d1c1a"