From b75b8b04108427cec71b5f52d4274211e96e78bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 06:56:26 +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-10176066 --- 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",