From b98f0a828a88d9fa9b97a20bb2c574b40b560a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 22:55:03 +0000 Subject: [PATCH] fix(deps): update dependency axios to v1.7.0 (#1312) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7dd305317..1be64884f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@discordjs/rest": "2.3.0", "@prisma/client": "5.14.0", "@sentry/node": "8.2.1", - "axios": "1.6.8", + "axios": "1.7.0", "countries-and-timezones": "3.6.0", "country-code-emoji": "2.3.0", "date-fns": "3.6.0", diff --git a/yarn.lock b/yarn.lock index fba6ba28d..7756b088c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2612,10 +2612,10 @@ auto-bind@^4.0.0, auto-bind@~4.0.0: resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb" integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== -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"