Merge pull request #5 from apricote/renovate/nestjs-config-0.x

fix(deps): update dependency @nestjs/config to v0.4.2
This commit is contained in:
Julian Tölle 2020-05-21 00:51:04 +02:00 committed by GitHub
commit 4ab687791c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -1250,21 +1250,21 @@
}
},
"@nestjs/config": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.4.0.tgz",
"integrity": "sha512-QJooLLCNKzlzSD+m/CHtytd7XM5larcp+YUajBkteCo4KLQL2Kd0PFiowzXBrVEpX4b9osgZf16K+V1shJD/nA==",
"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==",
"requires": {
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"uuid": "7.0.2"
"uuid": "8.0.0"
},
"dependencies": {
"uuid": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.2.tgz",
"integrity": "sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw=="
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
"integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw=="
}
}
},