aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-06 09:45:57 -0500
committerGitHub <noreply@github.com>2021-05-06 09:45:57 -0500
commitb3fe754f170786e1204a827eb99c4290556f5777 (patch)
tree485804f2854597b255db1d0170c93ed3218aa299 /package.json
parent59de39df1edddad55f9eb9c857836dc48362eebd (diff)
downloadskyblock-api-b3fe754f170786e1204a827eb99c4290556f5777.tar.gz
skyblock-api-b3fe754f170786e1204a827eb99c4290556f5777.tar.bz2
skyblock-api-b3fe754f170786e1204a827eb99c4290556f5777.zip
Bump dotenv from 8.2.0 to 9.0.0 (#25)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.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/v8.2.0...v9.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.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 40bf806..a2ad0e1 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": "^8.2.0",
+ "dotenv": "^9.0.0",
"mocha": "^8.3.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"