diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-06 09:45:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 09:45:57 -0500 |
commit | b3fe754f170786e1204a827eb99c4290556f5777 (patch) | |
tree | 485804f2854597b255db1d0170c93ed3218aa299 /package.json | |
parent | 59de39df1edddad55f9eb9c857836dc48362eebd (diff) | |
download | skyblock-api-b3fe754f170786e1204a827eb99c4290556f5777.tar.gz skyblock-api-b3fe754f170786e1204a827eb99c4290556f5777.tar.bz2 skyblock-api-b3fe754f170786e1204a827eb99c4290556f5777.zip |
Bump dotenv from 8.2.0 to 9.0.0 (#25)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.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/v8.2.0...v9.0.0)
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 40bf806..a2ad0e1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/mocha": "^8.2.2", "@types/mongodb": "^3.6.12", "@types/node-fetch": "^2.5.10", - "dotenv": "^8.2.0", + "dotenv": "^9.0.0", "mocha": "^8.3.2", "ts-node": "^9.1.1", "typescript": "^4.2.4" |