From 2eb48b786b8abdc92c6be94baafd6d59028d8f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:26:30 +0000 Subject: [PATCH] Bump axios from 1.6.8 to 1.7.0 in /web (#463) Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.0. - [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.6.8...v1.7.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index b095e74..9422485 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "dependencies": { "@mantine/core": "^3.6.8", "@mantine/hooks": "^3.6.8", - "axios": "^1.6.8", + "axios": "^1.7.0", "axios-case-converter": "^1.1.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/web/yarn.lock b/web/yarn.lock index 8c650ee..1f6899d 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -679,10 +679,10 @@ axios-case-converter@^1.1.1: snake-case "^3.0.3" tslib "^2.3.0" -axios@^1.6.8: - version "1.6.8" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66" - integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ== +axios@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.0.tgz#b48f715325457ededfcb3f0a44a3fb9d5742acb6" + integrity sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"