From 74b5107a7eeb024af7438ee4d2c079e66eb82200 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 19:59:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aee388..f01828a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/buffers": "^0.1.31", "@types/react-transition-group": "^4.4.5", "@vkontakte/icons": "^2.51.0", - "axios": "^0.27.2", + "axios": "^1.6.4", "bootstrap": "^5.1.3", "buffer": "^6.0.3", "events": "^3.3.0",