aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 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": {
diff --git a/package.json b/package.json
index 2ddd4fd..fdb67d7 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@types/mongodb": "^3.6.15",
"@types/lru-cache": "^5.1.0",
"@types/node-fetch": "^2.5.10",
- "dotenv": "^9.0.2",
+ "dotenv": "^10.0.0",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"