diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-03 06:12:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 06:12:41 +0000 |
commit | 92339c7c8b88a7b90a393086ed3ad6f0242e5946 (patch) | |
tree | 9f8778de7824a4a933f10fc3aa0a2f05e44144ad /package.json | |
parent | cd2f709324ab20c1f88f26e359a9ee78b0f80c40 (diff) | |
download | skyblock-api-92339c7c8b88a7b90a393086ed3ad6f0242e5946.tar.gz skyblock-api-92339c7c8b88a7b90a393086ed3ad6f0242e5946.tar.bz2 skyblock-api-92339c7c8b88a7b90a393086ed3ad6f0242e5946.zip |
Bump dotenv from 15.0.0 to 16.0.0 (#200)
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](https://github.com/motdotla/dotenv/compare/v15.0.0...v16.0.0)
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:development
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ebb19e7..68a3bd6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/mocha": "^9.1.0", "@types/mongodb": "^4.0.7", "@types/node": "^17.0.14", - "dotenv": "^15.0.0", + "dotenv": "^16.0.0", "mocha": "^9.2.0", "ts-node": "^10.4.0", "typescript": "^4.5.5" |