aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 15:49:33 -0500
committerGitHub <noreply@github.com>2021-05-29 15:49:33 -0500
commit438fbbbafebd3fac29c88ea395242638f30d2442 (patch)
tree8bd5b5375b7de5b4653e6828702d3a086e3d873d /package-lock.json
parent4ab2f45ff3767c3deb4b79cfc343f492941847b0 (diff)
downloadskyblock-api-438fbbbafebd3fac29c88ea395242638f30d2442.tar.gz
skyblock-api-438fbbbafebd3fac29c88ea395242638f30d2442.tar.bz2
skyblock-api-438fbbbafebd3fac29c88ea395242638f30d2442.zip
Bump dotenv from 9.0.2 to 10.0.0 (#38)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 10.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/v9.0.2...v10.0.0) 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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 5c5cfd2..cdcd630 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -512,9 +512,9 @@
"dev": true
},
"dotenv": {
- "version": "9.0.2",
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz",
- "integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==",
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
+ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
"dev": true
},
"ee-first": {