From 868d55eb989111296a068d1c521e45f5a13889b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:01:32 +0800 Subject: [PATCH] fix(deps): update dependency @nestjs/axios to v3.0.3 (#799) 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 258ee4ff0..3da8cc33a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ } }, "dependencies": { - "@nestjs/axios": "3.0.2", + "@nestjs/axios": "3.0.3", "@nestjs/common": "10.3.0", "@nestjs/core": "10.3.0", "@nestjs/platform-express": "10.3.0", diff --git a/yarn.lock b/yarn.lock index 255dae333..62b6fb2f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1659,10 +1659,10 @@ resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe" integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA== -"@nestjs/axios@3.0.2": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.2.tgz#0078c101a29fb46f5c566d68a4315fddabc083ed" - integrity sha512-Z6GuOUdNQjP7FX+OuV2Ybyamse+/e0BFdTWBX5JxpBDKA+YkdLynDgG6HTF04zy6e9zPa19UX0WA2VDoehwhXQ== +"@nestjs/axios@3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.3.tgz#a663cb13cff07ea6b9a7107263de2ae472d41118" + integrity sha512-h6TCn3yJwD6OKqqqfmtRS5Zo4E46Ip2n+gK1sqwzNBC+qxQ9xpCu+ODVRFur6V3alHSCSBxb3nNtt73VEdluyA== "@nestjs/common@10.3.0": version "10.3.0"