Skip to content

Commit 99807a3

Browse files
committed
chore(deps): update dependency dotenv to v8
1 parent 7ab47bf commit 99807a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@types/bcryptjs": "2.4.2",
2626
"@types/jsonwebtoken": "8.3.3",
27-
"dotenv": "6.2.0",
27+
"dotenv": "8.0.0",
2828
"graphql-cli": "2.17.0",
2929
"graphql-resolver-codegen": "0.3.1",
3030
"nodemon": "1.19.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,10 +1515,10 @@ dot-prop@^4.1.0:
15151515
dependencies:
15161516
is-obj "^1.0.0"
15171517

1518-
dotenv@6.2.0:
1519-
version "6.2.0"
1520-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
1521-
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
1518+
dotenv@8.0.0:
1519+
version "8.0.0"
1520+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.0.0.tgz#ed310c165b4e8a97bb745b0a9d99c31bda566440"
1521+
integrity sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg==
15221522

15231523
dotenv@^4.0.0:
15241524
version "4.0.0"

0 commit comments

Comments
 (0)