From 6a480b1a9915d62b7507697804df47e351a0772a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:58:24 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.8 to 1.7.0 in /frontend 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] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 7aae40c2..4714f16d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11", "@fontsource/open-sans": "^5.0.28", "@tanstack/react-query": "^5.37.1", - "axios": "^1.6.8", + "axios": "^1.7.0", "framer-motion": "^11.2.4", "moment": "^2.30.1", "query-string": "^9.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index abb30a54..50b1d74a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1999,10 +1999,10 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.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"