From 80b769a71e153fd68954efc385eb4770bd712130 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 19:57:15 +0000 Subject: [PATCH] fix: upgrade axios from 1.6.4 to 1.6.8 Snyk has created this PR to upgrade axios from 1.6.4 to 1.6.8. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/hellotech69/project/7fe8c738-0c38-49a2-aee8-1cabe39ee7d1?utm_source=github&utm_medium=referral&page=upgrade-pr --- authentication/package-lock.json | 18 ++++++++++-------- authentication/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/authentication/package-lock.json b/authentication/package-lock.json index 9e81c36..79f5c86 100644 --- a/authentication/package-lock.json +++ b/authentication/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "axios": "^1.6.4", + "axios": "^1.6.8", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.3.1", @@ -1526,11 +1526,12 @@ } }, "node_modules/axios": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.4.tgz", - "integrity": "sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", + "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.4", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -3121,15 +3122,16 @@ "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" }, "node_modules/follow-redirects": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", - "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", + "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/authentication/package.json b/authentication/package.json index 07d26db..3e2af57 100644 --- a/authentication/package.json +++ b/authentication/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^1.6.4", + "axios": "^1.6.8", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.3.1",