From a2d45f058479203e79ae82674e73ad633a912f9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 06:37:03 +0000 Subject: [PATCH] fix: popup/package.json 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 --- popup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/package.json b/popup/package.json index 3e2ab4e..8946f7c 100644 --- a/popup/package.json +++ b/popup/package.json @@ -13,7 +13,7 @@ "dependencies": { "axios": "^0.18.1", "body-parser": "^1.16.1", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "express": "^4.14.1", "morgan": "^1.8.1", "pg": "^6.1.2",