fix(deps): update dependency @nestjs/config to v0.5.0

This commit is contained in:
Renovate Bot 2020-07-04 19:39:19 +00:00
parent 5e958c45f7
commit 46770337e1
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -1429,21 +1429,21 @@
} }
}, },
"@nestjs/config": { "@nestjs/config": {
"version": "0.4.2", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.4.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.5.0.tgz",
"integrity": "sha512-0EaWYGkUrsyJWRESftd/Ns+0e1okyypCHfCQLY/LvtstjlkkO08+QO+z+j0i72xVe73CBHbwlm2quqWO66PVvQ==", "integrity": "sha512-8vgakV722qNt3YBHbvhfwcNRLlwOv37pr5/1RUn5mYMmUh7JKobVNqHgTRWEuJK4BK3dCrhnjxPMPvHOCaA4LQ==",
"requires": { "requires": {
"dotenv": "8.2.0", "dotenv": "8.2.0",
"dotenv-expand": "5.1.0", "dotenv-expand": "5.1.0",
"lodash.get": "4.4.2", "lodash.get": "4.4.2",
"lodash.set": "4.3.2", "lodash.set": "4.3.2",
"uuid": "8.0.0" "uuid": "8.1.0"
}, },
"dependencies": { "dependencies": {
"uuid": { "uuid": {
"version": "8.0.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz",
"integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==" "integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg=="
} }
} }
}, },

View file

@ -25,7 +25,7 @@
"dependencies": { "dependencies": {
"@hapi/joi": "17.1.1", "@hapi/joi": "17.1.1",
"@nestjs/common": "7.3.1", "@nestjs/common": "7.3.1",
"@nestjs/config": "0.4.2", "@nestjs/config": "0.5.0",
"@nestjs/core": "7.3.1", "@nestjs/core": "7.3.1",
"@nestjs/jwt": "7.0.0", "@nestjs/jwt": "7.0.0",
"@nestjs/passport": "7.0.0", "@nestjs/passport": "7.0.0",