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-lock.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-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 4fc930a..5601888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -506,9 +506,9 @@ "dev": true }, "dotenv": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.1.tgz", - "integrity": "sha512-W8FNeNnnvJoYfgkFRKzp8kTgz0T2YY4TJ9xy1Ma0hSebPTK8iquRtpG12TUrSTX5zIN9D/wSLEEuI+Ad35tlyw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz", + "integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==", "dev": true }, "ee-first": { |