From f650cb04aa7c15ab6f45d67e4357c5f13caee3df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Aug 2024 09:56:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f018d523..0b3d7747 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "homepage": "https://github.com/alicoding/react-webpack-babel#readme", "dependencies": { - "bootstrap": "^4.0.0-alpha.3", + "bootstrap": "^5.0.0", "node-sass": "^3.9.2", "react": "15.3.0", "react-dom": "15.3.0",