From 008736e51aa6a372741257b27205c89cbfebf681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:41:36 +0000 Subject: [PATCH] Bump axios from 1.6.8 to 1.7.1 in the production group Bumps the production group with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 1.6.8 to 1.7.1 - [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.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2621a5a..9922ed2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ], "packageManager": "yarn@1.22.22", "dependencies": { - "axios": "^1.6.8" + "axios": "^1.7.1" }, "devDependencies": { "@eslint/js": "^9.3.0", diff --git a/yarn.lock b/yarn.lock index 250fee6..821fd18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -309,10 +309,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.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.1.tgz#522145622a09dfaf49359837db9649ff245a35b9" + integrity sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"