From 0995dbeac4af1cf95fcb70b42e6e450db8b32f38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 09:49:06 +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-15252993 --- 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..45694a6 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.13.5", "bootstrap": "^4.6.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1",