Skip to content

Commit

Permalink
Update @nestjs/config to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 7, 2023
1 parent 6d16f6f commit dea2aea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -1319,10 +1319,10 @@ [email protected]:
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"
Expand Down

0 comments on commit dea2aea

Please sign in to comment.