Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 4362dbe

Browse files
Bump dotenv from 7.0.0 to 8.0.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v7.0.0...v8.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad2feaf commit 4362dbe

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
@@ -51,7 +51,7 @@
5151
"bcryptjs": "^2.4.3",
5252
"class-validator": "^0.9.1",
5353
"cors": "^2.8.5",
54-
"dotenv": "^7.0.0",
54+
"dotenv": "^8.0.0",
5555
"express": "^4.16.4",
5656
"express-jwt": "^5.3.1",
5757
"helmet": "^3.16.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,10 +2866,10 @@ dotenv@^6.2.0:
28662866
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
28672867
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
28682868

2869-
dotenv@^7.0.0:
2870-
version "7.0.0"
2871-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
2872-
integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
2869+
dotenv@^8.0.0:
2870+
version "8.0.0"
2871+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.0.0.tgz#ed310c165b4e8a97bb745b0a9d99c31bda566440"
2872+
integrity sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg==
28732873

28742874
duplexer2@~0.1.4:
28752875
version "0.1.4"

0 commit comments

Comments
 (0)