diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 08:35:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 08:35:31 -0500 |
commit | 99817b9640ff14e005d5a8b649c4354e516fccdc (patch) | |
tree | 4e9ed0b7a4615c5da61e7b1a44cada2611fbb206 /package.json | |
parent | 0668a6f1548a0e8a0ca5b45c1f582d593bb3b66a (diff) | |
download | skyblock-api-99817b9640ff14e005d5a8b649c4354e516fccdc.tar.gz skyblock-api-99817b9640ff14e005d5a8b649c4354e516fccdc.tar.bz2 skyblock-api-99817b9640ff14e005d5a8b649c4354e516fccdc.zip |
Bump @types/node from 15.0.0 to 15.0.1 (#18)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 40707aa..8f0967d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", - "@types/node": "^15.0.0", + "@types/node": "^15.0.1", "@types/mocha": "^8.2.2", "@types/mongodb": "^3.6.12", "@types/node-fetch": "^2.5.10", |