Skip to content

Commit 369e6ec

Browse files
Bump dotenv from 15.0.0 to 16.0.0 (#830)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 15.0.0 to 16.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v15.0.0...v16.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0549930 commit 369e6ec

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
@@ -70,7 +70,7 @@
7070
"class-validator": "^0.12.2",
7171
"class-validator-jsonschema": "^2.2.0",
7272
"cors": "^2.8.5",
73-
"dotenv": "^15.0.0",
73+
"dotenv": "^16.0.0",
7474
"express": "^4.17.3",
7575
"express-formidable": "^1.2.0",
7676
"express-rate-limit": "^6.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,10 +2480,10 @@ dot-prop@^5.2.0:
24802480
dependencies:
24812481
is-obj "^2.0.0"
24822482

2483-
dotenv@*, dotenv@^15.0.0:
2484-
version "15.0.0"
2485-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-15.0.0.tgz#2a585639429bf2c2c62f387f0fffde9c75aafde0"
2486-
integrity sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==
2483+
dotenv@*, dotenv@^16.0.0:
2484+
version "16.0.0"
2485+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
2486+
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
24872487

24882488
dotenv@^8.2.0:
24892489
version "8.2.0"

0 commit comments

Comments
 (0)