From c0237621e0e956b19a332b1d64666daea53fbcd6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 29 Dec 2022 10:42:01 +0000 Subject: [PATCH] Update dependency axios to v1.2.2 --- 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 1dda686..b5ce750 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "axios": "1.2.1", + "axios": "1.2.2", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/client/yarn.lock b/client/yarn.lock index 9703ce2..4e286b0 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -310,10 +310,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.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a" - integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== +axios@1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1" + integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"