diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-11 15:59:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 15:59:58 -0500 |
commit | d57f06c31a979c24c98a513c2475cdfc8346e4a1 (patch) | |
tree | 69f4dfcf1fe5d1cd70ed9ebb468d3cf468be9061 /package.json | |
parent | 026e5cc2615e51efcecf61692e5e12ba86d38bcb (diff) | |
download | skyblock-api-d57f06c31a979c24c98a513c2475cdfc8346e4a1.tar.gz skyblock-api-d57f06c31a979c24c98a513c2475cdfc8346e4a1.tar.bz2 skyblock-api-d57f06c31a979c24c98a513c2475cdfc8346e4a1.zip |
Bump dotenv from 9.0.1 to 9.0.2 (#28)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.1 to 9.0.2.
- [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/v9.0.1...v9.0.2)
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 355e2cc..589a298 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": "^9.0.1", + "dotenv": "^9.0.2", "mocha": "^8.4.0", "ts-node": "^9.1.1", "typescript": "^4.2.4" |