Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/config to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 0547b73 commit be56ba3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.4",
"@nestjs/config": "3.1.0",
"@nestjs/core": "9.4.3",
"@nestjs/mongoose": "9.2.2",
"@nestjs/platform-express": "9.4.3",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1551,12 +1551,12 @@
iterare "1.2.1"
tslib "2.5.3"

"@nestjs/config@2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-2.3.4.tgz#6378a3c5b163a429e9ba728f28eed7513855bd50"
integrity sha512-IGdSF+0F9MJO6dCRTEahdxPz4iVijjtolcFBxnY+2QYM3bXYQvAgzskGZi+WkAFJN/VzR3TEp60gN5sI74GxPA==
"@nestjs/config@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-3.1.0.tgz#d6e36122fefd3155651386405557b1adf1c8dbd3"
integrity sha512-yaAM30odymAD1d85QJreb0MXEu8AaHmTDl0q4jJTIKnjUnypjF1uO34/6ayYG2eY6jByBAtoRTxo8NCrlwBLUw==
dependencies:
dotenv "16.1.4"
dotenv "16.3.1"
dotenv-expand "10.0.0"
lodash "4.17.21"
uuid "9.0.0"
Expand Down Expand Up @@ -2911,11 +2911,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==

[email protected]:
version "16.1.4"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c"
integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==

[email protected]:
version "16.3.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
Expand Down

0 comments on commit be56ba3

Please sign in to comment.