From 1cc8460c30caf55ebec734547fb9141d8dbec51d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 03:57:54 +0000 Subject: [PATCH] fix: upgrade axios from 1.5.1 to 1.7.2 Snyk has created this PR to upgrade axios from 1.5.1 to 1.7.2. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/muminraj15/project/c3780e9b-249b-4405-9837-448e0fea983c?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 18 ++++++++++-------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 65f0aed..2cdec5d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12,7 +12,7 @@ "@chakra-ui/react": "^2.8.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "axios": "^1.5.1", + "axios": "^1.7.2", "framer-motion": "^10.16.4", "mongoose": "^7.5.3", "next": "latest", @@ -2307,11 +2307,12 @@ } }, "node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -3355,15 +3356,16 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", - "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, diff --git a/client/package.json b/client/package.json index 9cbf3f1..3dc8eea 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@chakra-ui/react": "^2.8.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "axios": "^1.5.1", + "axios": "^1.7.2", "framer-motion": "^10.16.4", "mongoose": "^7.5.3", "next": "latest",