diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-23 06:10:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 06:10:11 +0000 |
commit | b28acc17ecf8b52650b490a1380d09fbada0f84a (patch) | |
tree | d88435d9ab1a018fa9e7c35ef25d09e20d711afb /package.json | |
parent | 40ea9c42c0499a950d28a43c4f7f4d0d862813fb (diff) | |
download | skyblock-api-b28acc17ecf8b52650b490a1380d09fbada0f84a.tar.gz skyblock-api-b28acc17ecf8b52650b490a1380d09fbada0f84a.tar.bz2 skyblock-api-b28acc17ecf8b52650b490a1380d09fbada0f84a.zip |
Bump @types/node from 16.6.2 to 16.7.1 (#107)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.2 to 16.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2b3a277..07726f7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/express": "^4.17.13", "@types/express-rate-limit": "^5.1.3", "@types/mocha": "^9.0.0", - "@types/node": "^16.6.2", + "@types/node": "^16.7.1", "@types/mongodb": "^4.0.7", "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.12", |