From 6b2f3ef9e42ad6c5e98416912e08d5879833e352 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 26 Oct 2023 21:25:35 +0000 Subject: [PATCH] Update dependency axios to v1.6.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 e0ea960..3723afd 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "axios": "1.5.1", + "axios": "1.6.0", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/client/yarn.lock b/client/yarn.lock index b8e6f5c..931473d 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -338,10 +338,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.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +axios@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"