From d824196f740684f1e48666c3e68d8398dc329503 Mon Sep 17 00:00:00 2001 From: "Mr. Renovate" <renovate@romanjaros.dev> Date: Sat, 18 Nov 2023 10:55:06 +0000 Subject: [PATCH] Update dependency @nestjs/axios to v3.0.1 --- source/rest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rest/package.json b/source/rest/package.json index a05fb32..858c319 100644 --- a/source/rest/package.json +++ b/source/rest/package.json @@ -19,7 +19,7 @@ "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { - "@nestjs/axios": "3.0.0", + "@nestjs/axios": "3.0.1", "@nestjs/common": "10.2.5", "@nestjs/typeorm": "10.0.1", "@nestjs/config": "3.1.0",