From b6663bdff44930397e72723b036352efb849043b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 02:13:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 159e6bb..21265f2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/react-transition-group": "4.4.5", "@types/sweetalert": "2.0.4", "@types/yup": "0.32.0", - "axios": "1.1.3", + "axios": "1.6.8", "concurrently": "7.4.0", "cors": "2.8.5", "formik": "2.2.9", @@ -48,7 +48,7 @@ "loglevel": "1.8.0", "node-sass": "7.0.3", "nodemailer": "^6.8.0", - "nodemon": "2.0.20", + "nodemon": "3.0.0", "normalize.css": "8.0.1", "react": "16.14.0", "react-dom": "16.14.0",