Skip to content

Commit

Permalink
Merge pull request #293 from abyssparanoia/renovate/nestjs-config-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/config to v0.4.0
  • Loading branch information
abyssparanoia authored Mar 14, 2020
2 parents 84e7f47 + 1bd1247 commit 087a40a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@abyssparanoia/interface": "0.0.1",
"@nestjs/common": "6.11.11",
"@nestjs/config": "0.3.0",
"@nestjs/config": "0.4.0",
"@nestjs/core": "6.11.11",
"@nestjs/platform-express": "6.11.11",
"class-transformer": "0.2.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3493,16 +3493,16 @@
tslib "1.11.1"
uuid "7.0.1"

"@nestjs/config@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-0.3.0.tgz#d33a58ee539bb4d92639d1747918f0de23504c45"
integrity sha512-KwLvqBFlfHDDQQGpUBAo429nKU7B4RjSv0hMgz/5fFi2ZrKBFIhRdF8lvN8YJ2mCLlsT6EIDDZe1cOjflHsOTg==
"@nestjs/config@0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-0.4.0.tgz#5259a87f5603be62faf16fdb026ff4acc3ff7004"
integrity sha512-QJooLLCNKzlzSD+m/CHtytd7XM5larcp+YUajBkteCo4KLQL2Kd0PFiowzXBrVEpX4b9osgZf16K+V1shJD/nA==
dependencies:
dotenv "8.2.0"
dotenv-expand "5.1.0"
lodash.get "4.4.2"
lodash.set "4.3.2"
uuid "^7.0.2"
uuid "7.0.2"

"@nestjs/[email protected]":
version "6.11.11"
Expand Down Expand Up @@ -17747,16 +17747,16 @@ [email protected]:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef"
integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA==

[email protected]:
version "7.0.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==

uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

uuid@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==

v8-compile-cache@^2.0.3:
version "2.1.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
Expand Down

0 comments on commit 087a40a

Please sign in to comment.