Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @nestjs/config to ~3.3.0 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@nestjs/common": "~10.2.4",
"@nestjs/config": "~3.0.1",
"@nestjs/config": "~3.3.0",
"@nestjs/core": "~10.2.4",
"@nestjs/jwt": "~10.1.1",
"@nestjs/mongoose": "~10.0.1",
Expand Down
32 changes: 11 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ __metadata:
dependencies:
"@nestjs/cli": ~10.1.17
"@nestjs/common": ~10.2.4
"@nestjs/config": ~3.0.1
"@nestjs/config": ~3.3.0
"@nestjs/core": ~10.2.4
"@nestjs/jwt": ~10.1.1
"@nestjs/mongoose": ~10.0.1
Expand Down Expand Up @@ -1503,18 +1503,17 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/config@npm:~3.0.1":
version: 3.0.1
resolution: "@nestjs/config@npm:3.0.1"
"@nestjs/config@npm:~3.3.0":
version: 3.3.0
resolution: "@nestjs/config@npm:3.3.0"
dependencies:
dotenv: 16.3.1
dotenv: 16.4.5
dotenv-expand: 10.0.0
lodash: 4.17.21
uuid: 9.0.0
peerDependencies:
"@nestjs/common": ^8.0.0 || ^9.0.0 || ^10.0.0
reflect-metadata: ^0.1.13
checksum: 76c82dae9197b8041f98b76ec1904cd2eec3e6ffe260e5898579d85847d355732828bab09d5d98a201d1c5231adcabaaa8a0bcc28edc7190b1b94b35fe4e4954
rxjs: ^7.1.0
checksum: 2f1492694662ddbdca8bafeb8fb864f636a7aff477051707abc6e96f2cc5648ef3fbdeb6d4e8fc8b936725ac072accb212595b6395f640123813f9394e3aea95
languageName: node
linkType: hard

Expand Down Expand Up @@ -4507,10 +4506,10 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:16.3.1":
version: 16.3.1
resolution: "dotenv@npm:16.3.1"
checksum: 15d75e7279018f4bafd0ee9706593dd14455ddb71b3bcba9c52574460b7ccaf67d5cf8b2c08a5af1a9da6db36c956a04a1192b101ee102a3e0cf8817bbcf3dfd
"dotenv@npm:16.4.5":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
checksum: 301a12c3d44fd49888b74eb9ccf9f07a1f5df43f489e7fcb89647a2edcd84c42d6bc349dc8df099cd18f07c35c7b04685c1a4f3e6a6a9e6b30f8d48c15b7f49c
languageName: node
linkType: hard

Expand Down Expand Up @@ -11353,15 +11352,6 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.0":
version: 9.0.0
resolution: "uuid@npm:9.0.0"
bin:
uuid: dist/bin/uuid
checksum: 8dd2c83c43ddc7e1c71e36b60aea40030a6505139af6bee0f382ebcd1a56f6cd3028f7f06ffb07f8cf6ced320b76aea275284b224b002b289f89fe89c389b028
languageName: node
linkType: hard

"uuid@npm:^3.2.1":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand Down