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 /package-lock.json | |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 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": { |