From dea2aeabb04b1078e1d71cb5efa8e161d62b8224 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:25:28 +0000 Subject: [PATCH] Update @nestjs/config to version 3.0.1 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 61949dd3..d9295338 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@nestjs/axios": "^2.0.0", "@nestjs/common": "^9.4.3", - "@nestjs/config": "^2.3.2", + "@nestjs/config": "^3.0.1", "@nestjs/core": "^9.4.3", "@nestjs/microservices": "^9.4.3", "@nestjs/platform-fastify": "^9.4.3", diff --git a/yarn.lock b/yarn.lock index aed4afdf..6e6ba2dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -320,12 +320,12 @@ iterare "1.2.1" tslib "2.5.3" -"@nestjs/config@^2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-2.3.2.tgz#6c5b1d2c87f39d3ceab2ab3fb3a8ef518bccc0fa" - integrity sha512-VtGV8PBpxzMzz68kdxTWqPm9v7SYCSZXQ0tC72AMNnjdmU+CVjUSLpEpdnm0XcWHxE1nV6wSI3HZxsATIV4ZxA== +"@nestjs/config@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-3.0.1.tgz#3f2d6e012ec48ff51c5b2125999ba95617ac6d03" + integrity sha512-a98MMkDlgUlXTv9qtDbimYfXsuafn/YZOh/S35afutr0Qc5T6KzjyWP5VjxRkv26yI2JM0RhFruByFTM6ezwHA== dependencies: - dotenv "16.0.3" + dotenv "16.3.1" dotenv-expand "10.0.0" lodash "4.17.21" uuid "9.0.0" @@ -1319,10 +1319,10 @@ dotenv-expand@10.0.0: resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37" integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A== -dotenv@16.0.3: - version "16.0.3" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" - integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== +dotenv@16.3.1: + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== dynamic-dedupe@^0.3.0: version "0.3.0"