From d81a8b7b0625a2a49e840bb5f7252aa9baf0376c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:35:09 +0000 Subject: [PATCH] fix: popup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- popup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/package.json b/popup/package.json index 3e2ab4e..42fd0c9 100644 --- a/popup/package.json +++ b/popup/package.json @@ -11,7 +11,7 @@ "author": "Elisabeth Seite", "license": "ISC", "dependencies": { - "axios": "^0.18.1", + "axios": "^1.13.5", "body-parser": "^1.16.1", "bootstrap": "^3.3.7", "express": "^4.14.1",