From 64e669f1f370e580814863100b4d38a249bf2e8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 07:22:45 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f5d53a080..e74e8557ae 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "angular-ui-select2": "0.0.5", "angular-ui-tinymce": "0.0.19", "angular-ui-tree": "^2.22.1", - "bootstrap": "3.4.1", + "bootstrap": "5.0.0", "font-awesome": "4.7.0", "jquery": "^2.2.3", "js-sha256": "^0.9.0", diff --git a/yarn.lock b/yarn.lock index e9b6c869e7..e4d97703b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -633,10 +633,10 @@ blocking-proxy@^1.0.0: dependencies: minimist "^1.2.0" -bootstrap@3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72" - integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA== +bootstrap@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2" + integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA== brace-expansion@^1.1.7: version "1.1.11"