From 33f35204a3b2d245682e8cf757ad5fd0bc466571 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Nov 2024 23:48:23 +0000 Subject: [PATCH] fix: sites/public/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- sites/public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/public/package.json b/sites/public/package.json index be641fbcd6..e814ae578f 100644 --- a/sites/public/package.json +++ b/sites/public/package.json @@ -37,7 +37,7 @@ "@react-google-maps/api": "^2.18.1", "@sentry/nextjs": "^7.61.0", "autoprefixer": "^10.3.4", - "axios": "^0.28.0", + "axios": "^1.7.8", "axios-cookiejar-support": "4.0.6", "dayjs": "^1.10.7", "deasync": "0.1.28",