diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 08:51:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 08:51:27 -0500 |
commit | 9712742d008a780cd058c21cea06d8006abc2144 (patch) | |
tree | de83862096ca86e411f26325f11d86b35c08d749 | |
parent | d8bcefc44eb95b2d592b4055612e42fce90e5b63 (diff) | |
download | skyblock-api-9712742d008a780cd058c21cea06d8006abc2144.tar.gz skyblock-api-9712742d008a780cd058c21cea06d8006abc2144.tar.bz2 skyblock-api-9712742d008a780cd058c21cea06d8006abc2144.zip |
Bump dotenv from 9.0.0 to 9.0.1 (#27)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 3948fcc..4fc930a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -506,9 +506,9 @@ "dev": true }, "dotenv": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.0.tgz", - "integrity": "sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.1.tgz", + "integrity": "sha512-W8FNeNnnvJoYfgkFRKzp8kTgz0T2YY4TJ9xy1Ma0hSebPTK8iquRtpG12TUrSTX5zIN9D/wSLEEuI+Ad35tlyw==", "dev": true }, "ee-first": { diff --git a/package.json b/package.json index 35b8948..355e2cc 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.0", + "dotenv": "^9.0.1", "mocha": "^8.4.0", "ts-node": "^9.1.1", "typescript": "^4.2.4" |