From fea3a33e34f981c86827b3b029f4871eb44bf65a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 15:03:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ad0a3fea..fb7429a37 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/react-scrollspy": "^3.3.5", "@types/styled-components": "^5.1.26", "antd": "^4.23.6", - "axios": "^1.2.1", + "axios": "^1.6.0", "dotenv": "^16.0.3", "file-loader": "^6.2.0", "gatsby": "^4.24.7",