From ba2054ac0986b575757c79baa79e8f6a352e552a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 04:33:29 +0000 Subject: [PATCH] fix: client/keep-a-note/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- client/keep-a-note/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/keep-a-note/package.json b/client/keep-a-note/package.json index f23c85c..7a94b6c 100644 --- a/client/keep-a-note/package.json +++ b/client/keep-a-note/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", - "axios": "^0.21.3", + "axios": "^1.12.0", "bootstrap": "^4.6.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1",