Skip to content

Commit

Permalink
build(deps): bump dotenv from 14.2.0 to 14.3.0 (#52)
Browse files Browse the repository at this point in the history
Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.2.0 to 14.3.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v14.2.0...v14.3.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Andre Rahardjo <20762999+andrerahardjo97@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and andrerahardjo97 committed Jan 25, 2022
1 parent f4b71bc commit cf5d0ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^14.2.0"
"dotenv": "^14.3.0"
},
"devDependencies": {
"eslint": "^8.7.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

dotenv@^14.2.0:
version "14.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.2.0.tgz#7e77fd5dd6cff5942c4496e1acf2d0f37a9e67aa"
integrity sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw==
dotenv@^14.3.0:
version "14.3.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.3.0.tgz#40f537fe90e229d35361c66cf432903e0db49001"
integrity sha512-PCTcOQSXVo9FI1dB7AichJXMEvmiGCq0gnCpjfDUc8505uR+2MeLXWe+Ue4PN5UXa2isHSa78sr7L59fk+2mnQ==

escape-string-regexp@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit cf5d0ef

Please sign in to comment.