From d829ee094b7d577b9ef4c51da2af528296878d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:27:26 +0000 Subject: [PATCH] Bump axios from 1.7.3 to 1.7.4 in /React Bumps [axios](https://github.com/axios/axios) from 1.7.3 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.3...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- React/package-lock.json | 8 ++++---- React/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/React/package-lock.json b/React/package-lock.json index 3bdc54b..a76944c 100644 --- a/React/package-lock.json +++ b/React/package-lock.json @@ -11,7 +11,7 @@ "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", - "axios": "^1.7.3", + "axios": "^1.7.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", @@ -4932,9 +4932,9 @@ } }, "node_modules/axios": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", - "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "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/React/package.json b/React/package.json index 956bf4b..a58af0f 100644 --- a/React/package.json +++ b/React/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", - "axios": "^1.7.3", + "axios": "^1.7.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1",