From 7ed7ada7e63bf252f1fa16d35bfbeb06d76ef378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:00:03 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.4 in /example-frontend-react 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] --- example-frontend-react/package.json | 2 +- example-frontend-react/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example-frontend-react/package.json b/example-frontend-react/package.json index e1ef030..f77e8a6 100644 --- a/example-frontend-react/package.json +++ b/example-frontend-react/package.json @@ -4,7 +4,7 @@ "private": true, "license": "Apache-2.0", "dependencies": { - "axios": "^1.7.2", + "axios": "^1.7.4", "keycloak-js": "^25.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/example-frontend-react/yarn.lock b/example-frontend-react/yarn.lock index 35ca043..cef2d67 100644 --- a/example-frontend-react/yarn.lock +++ b/example-frontend-react/yarn.lock @@ -3691,10 +3691,10 @@ axe-core@^4.3.5: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5" integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA== -axios@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621" - integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== +axios@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" + integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"