From bcb1ac570c01cb21ddd643e469f0c62d6b0e8265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:10:12 +0900 Subject: [PATCH] Bump axios from 1.7.3 to 1.7.4 in /cassdio-web/src/main/webapp (#113) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cassdio-web/src/main/webapp/package.json | 2 +- cassdio-web/src/main/webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cassdio-web/src/main/webapp/package.json b/cassdio-web/src/main/webapp/package.json index 7ec5eac3..85d7feda 100644 --- a/cassdio-web/src/main/webapp/package.json +++ b/cassdio-web/src/main/webapp/package.json @@ -10,7 +10,7 @@ "@types/node": "^16.18.29", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4", - "axios": "^1.2.4", + "axios": "^1.7.4", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.10.3", "dayjs": "^1.11.7", diff --git a/cassdio-web/src/main/webapp/yarn.lock b/cassdio-web/src/main/webapp/yarn.lock index 81f6f3d3..5eaf910f 100644 --- a/cassdio-web/src/main/webapp/yarn.lock +++ b/cassdio-web/src/main/webapp/yarn.lock @@ -2916,10 +2916,10 @@ axe-core@^4.9.1: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59" integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== -axios@^1.2.4: - version "1.7.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85" - integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw== +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"