From 3f6c107caefa2b2dfe7f388bf074d37b74b2f9c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 18:14:29 +0000 Subject: [PATCH] fix: popup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- popup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/package.json b/popup/package.json index 3e2ab4e..1ceb768 100644 --- a/popup/package.json +++ b/popup/package.json @@ -11,7 +11,7 @@ "author": "Elisabeth Seite", "license": "ISC", "dependencies": { - "axios": "^0.18.1", + "axios": "^0.21.1", "body-parser": "^1.16.1", "bootstrap": "^3.3.7", "express": "^4.14.1",