diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-31 06:09:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 06:09:45 +0000 |
commit | d8498a902e10243280929c3d43c98ef0f4f8d82d (patch) | |
tree | f1752b7a5a7f47b8d84e87d59ba18462defb2adc /package.json | |
parent | 35f02302ccdfc3609ef082002be471d0f06b2171 (diff) | |
download | skyblock-api-d8498a902e10243280929c3d43c98ef0f4f8d82d.tar.gz skyblock-api-d8498a902e10243280929c3d43c98ef0f4f8d82d.tar.bz2 skyblock-api-d8498a902e10243280929c3d43c98ef0f4f8d82d.zip |
Bump dotenv from 14.3.2 to 15.0.0 (#198)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.2 to 15.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/v14.3.2...v15.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 ebeae46..a9f4d79 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.13", - "dotenv": "^14.3.2", + "dotenv": "^15.0.0", "mocha": "^9.2.0", "ts-node": "^10.4.0", "typescript": "^4.5.5" |