From 9e90a25ac0916af86ac47673152c0f02ffaa8557 Mon Sep 17 00:00:00 2001 From: divine <48183131+divine@users.noreply.github.com> Date: Fri, 25 Dec 2020 05:54:14 +0300 Subject: [PATCH] deps: update dependency axios to ^0.21.1 See related issue: https://github.com/axios/axios/pull/3410 It's a security fix which for unknown reason renovate didn't pick it up. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b20c6ee..345fe92 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@nuxtjs/proxy": "^2.1.0", - "axios": "^0.21.0", + "axios": "^0.21.1", "axios-retry": "^3.1.9", "consola": "^2.15.0", "defu": "^3.2.2" diff --git a/yarn.lock b/yarn.lock index 2fcdc9b..5064c8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2293,10 +2293,10 @@ axios-retry@^3.1.9: dependencies: is-retry-allowed "^1.1.0" -axios@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca" - integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw== +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== dependencies: follow-redirects "^1.10.0"