mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(deps): update dependency @nestjs/config to v0.5.0
This commit is contained in:
parent
5e958c45f7
commit
46770337e1
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -1429,21 +1429,21 @@
|
|||
}
|
||||
},
|
||||
"@nestjs/config": {
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.4.2.tgz",
|
||||
"integrity": "sha512-0EaWYGkUrsyJWRESftd/Ns+0e1okyypCHfCQLY/LvtstjlkkO08+QO+z+j0i72xVe73CBHbwlm2quqWO66PVvQ==",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.5.0.tgz",
|
||||
"integrity": "sha512-8vgakV722qNt3YBHbvhfwcNRLlwOv37pr5/1RUn5mYMmUh7JKobVNqHgTRWEuJK4BK3dCrhnjxPMPvHOCaA4LQ==",
|
||||
"requires": {
|
||||
"dotenv": "8.2.0",
|
||||
"dotenv-expand": "5.1.0",
|
||||
"lodash.get": "4.4.2",
|
||||
"lodash.set": "4.3.2",
|
||||
"uuid": "8.0.0"
|
||||
"uuid": "8.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
|
||||
"integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw=="
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz",
|
||||
"integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"dependencies": {
|
||||
"@hapi/joi": "17.1.1",
|
||||
"@nestjs/common": "7.3.1",
|
||||
"@nestjs/config": "0.4.2",
|
||||
"@nestjs/config": "0.5.0",
|
||||
"@nestjs/core": "7.3.1",
|
||||
"@nestjs/jwt": "7.0.0",
|
||||
"@nestjs/passport": "7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue