Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit c59737e

Browse files
committed
fix(deps): update dependency @nestjs/config to v0.6.1
1 parent ce0519b commit c59737e

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@nestjs/common": "7.5.4",
28-
"@nestjs/config": "0.5.0",
28+
"@nestjs/config": "0.6.1",
2929
"@nestjs/core": "7.5.4",
3030
"@nestjs/graphql": "7.7.0",
3131
"@nestjs/jwt": "7.2.0",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,16 +1250,17 @@
12501250
tslib "2.0.3"
12511251
uuid "8.3.1"
12521252

1253-
"@nestjs/config@0.5.0":
1254-
version "0.5.0"
1255-
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-0.5.0.tgz#ad1110d937ec26941b8fce5f575859046f8d7b4b"
1256-
integrity sha512-8vgakV722qNt3YBHbvhfwcNRLlwOv37pr5/1RUn5mYMmUh7JKobVNqHgTRWEuJK4BK3dCrhnjxPMPvHOCaA4LQ==
1253+
"@nestjs/config@0.6.1":
1254+
version "0.6.1"
1255+
resolved "https://registry.yarnpkg.com/@nestjs/config/-/config-0.6.1.tgz#26e4bfd4b2f9d3a6b6bed6445a2a1e766abdf1c6"
1256+
integrity sha512-sSIEbHp0xV7bneG2/CePqJh60ELojsBXBPuRM40AcVQwuDRQQ4RAnLT5uaJbWB2xFQjQwik4zejN+27t1cCiBQ==
12571257
dependencies:
12581258
dotenv "8.2.0"
12591259
dotenv-expand "5.1.0"
12601260
lodash.get "4.4.2"
1261+
lodash.has "4.5.2"
12611262
lodash.set "4.3.2"
1262-
uuid "8.1.0"
1263+
uuid "8.3.1"
12631264

12641265
12651266
version "7.5.4"
@@ -6292,6 +6293,11 @@ [email protected], lodash.get@^4.0.2:
62926293
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
62936294
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
62946295

6296+
6297+
version "4.5.2"
6298+
resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
6299+
integrity sha1-0Z9NwQlQWMzL4rDN9O4P5Ko3yGI=
6300+
62956301
lodash.includes@^4.3.0:
62966302
version "4.3.0"
62976303
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
@@ -9119,11 +9125,6 @@ [email protected]:
91199125
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
91209126
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
91219127

9122-
9123-
version "8.1.0"
9124-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.1.0.tgz#6f1536eb43249f473abc6bd58ff983da1ca30d8d"
9125-
integrity sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==
9126-
91279128
[email protected], uuid@^8.0.0, uuid@^8.3.0:
91289129
version "8.3.0"
91299130
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"

0 commit comments

Comments
 (0)