From 4a7a7be282a2079cfb9876d318cc4fd7453b0ce4 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 19 May 2024 20:34:40 +0000 Subject: [PATCH] Update dependency axios to v1.7.0 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 9357713..a3a1046 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "axios": "1.6.8", + "axios": "1.7.0", "next": "latest", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/client/yarn.lock b/client/yarn.lock index 6219917..cd2d790 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -332,10 +332,10 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -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"