Skip to content

Commit 376a611

Browse files
Bump dotenv from 14.3.0 to 15.0.0 (#823)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.0 to 15.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v14.3.0...v15.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 8cdba95 commit 376a611

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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": "^14.3.0",
73+
"dotenv": "^15.0.0",
7474
"express": "^4.17.2",
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
@@ -2462,10 +2462,10 @@ dot-prop@^5.2.0:
24622462
dependencies:
24632463
is-obj "^2.0.0"
24642464

2465-
dotenv@*, dotenv@^14.3.0:
2466-
version "14.3.0"
2467-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.3.0.tgz#40f537fe90e229d35361c66cf432903e0db49001"
2468-
integrity sha512-PCTcOQSXVo9FI1dB7AichJXMEvmiGCq0gnCpjfDUc8505uR+2MeLXWe+Ue4PN5UXa2isHSa78sr7L59fk+2mnQ==
2465+
dotenv@*, dotenv@^15.0.0:
2466+
version "15.0.0"
2467+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-15.0.0.tgz#2a585639429bf2c2c62f387f0fffde9c75aafde0"
2468+
integrity sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==
24692469

24702470
dotenv@^8.2.0:
24712471
version "8.2.0"

0 commit comments

Comments
 (0)