mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(deps): update dependency @nestjs/config to v3.2.3
This commit is contained in:
parent
b6b47836ae
commit
1ae3c73214
2 changed files with 13 additions and 12 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@narando/nest-axios-interceptor": "3.0.0",
|
||||
"@nestjs/axios": "3.0.3",
|
||||
"@nestjs/common": "10.3.3",
|
||||
"@nestjs/config": "3.2.0",
|
||||
"@nestjs/config": "3.2.3",
|
||||
"@nestjs/core": "10.3.3",
|
||||
"@nestjs/jwt": "10.2.0",
|
||||
"@nestjs/passport": "10.0.3",
|
||||
|
|
@ -2059,14 +2059,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nestjs/config": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-3.2.0.tgz",
|
||||
"integrity": "sha512-BpYRn57shg7CH35KGT6h+hT7ZucB6Qn2B3NBNdvhD4ApU8huS5pX/Wc2e/aO5trIha606Bz2a9t9/vbiuTBTww==",
|
||||
"version": "3.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-3.2.3.tgz",
|
||||
"integrity": "sha512-p6yv/CvoBewJ72mBq4NXgOAi2rSQNWx3a+IMJLVKS2uiwFCOQQuiIatGwq6MRjXV3Jr+B41iUO8FIf4xBrZ4/w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"dotenv": "16.4.1",
|
||||
"dotenv": "16.4.5",
|
||||
"dotenv-expand": "10.0.0",
|
||||
"lodash": "4.17.21",
|
||||
"uuid": "9.0.1"
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
|
||||
|
|
@ -5671,14 +5671,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dotenv": {
|
||||
"version": "16.4.1",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
|
||||
"integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
|
||||
"version": "16.4.5",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
|
||||
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/motdotla/dotenv?sponsor=1"
|
||||
"url": "https://dotenvx.com"
|
||||
}
|
||||
},
|
||||
"node_modules/dotenv-expand": {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"@narando/nest-axios-interceptor": "3.0.0",
|
||||
"@nestjs/axios": "3.0.3",
|
||||
"@nestjs/common": "10.3.3",
|
||||
"@nestjs/config": "3.2.0",
|
||||
"@nestjs/config": "3.2.3",
|
||||
"@nestjs/core": "10.3.3",
|
||||
"@nestjs/jwt": "10.2.0",
|
||||
"@nestjs/passport": "10.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue