From c7cc525159ffd85fa3e375f6b8db6b95022aaae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:02:08 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.4 in /outlook-consent-app Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- outlook-consent-app/package-lock.json | 8 ++++---- outlook-consent-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/outlook-consent-app/package-lock.json b/outlook-consent-app/package-lock.json index 29b48917..9fec103d 100644 --- a/outlook-consent-app/package-lock.json +++ b/outlook-consent-app/package-lock.json @@ -8,7 +8,7 @@ "name": "outlook-consent-app", "version": "0.1.0", "dependencies": { - "axios": "^1.7.2", + "axios": "^1.7.4", "next": "14.2.4", "react": "^18", "react-dom": "^18" @@ -827,9 +827,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/outlook-consent-app/package.json b/outlook-consent-app/package.json index 357b5dbb..7f8718da 100644 --- a/outlook-consent-app/package.json +++ b/outlook-consent-app/package.json @@ -9,7 +9,7 @@ "lint": "tsc --noEmit && eslint \"./src/**/*.{js,ts,tsx}\"" }, "dependencies": { - "axios": "^1.7.2", + "axios": "^1.7.4", "next": "14.2.4", "react": "^18", "react-dom": "^18"