From d152ad4960fcc10cfe095560d0dfeff8e9cbb6cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 06:02:54 +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-7444580 - 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 50a0f3c..a17f39d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/node": "^12.0.0", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.0", - "bootstrap": "^4.5", + "bootstrap": "^5.0.0", "cosmjs-types": "^0.2.0", "jquery": "^3.5", "react": "^16.13.0", diff --git a/yarn.lock b/yarn.lock index 8e05284..1c01825 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3023,10 +3023,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bootstrap@^4.5: - version "4.5.3" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6" - integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ== +bootstrap@^5.0.0: + version "5.3.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38" + integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg== boxen@^4.2.0: version "4.2.0"