diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-29 06:10:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 06:10:22 +0000 |
commit | 8b91edd307e02fb6e2887332b98ad1679190f732 (patch) | |
tree | 45c72f97e93968ee4a07b587cb3db880eec35ec0 /package.json | |
parent | 5257135764c9e42767a5f7867784937020773454 (diff) | |
download | skyblock-api-8b91edd307e02fb6e2887332b98ad1679190f732.tar.gz skyblock-api-8b91edd307e02fb6e2887332b98ad1679190f732.tar.bz2 skyblock-api-8b91edd307e02fb6e2887332b98ad1679190f732.zip |
Bump @types/node from 16.4.4 to 16.4.6 (#96)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.4 to 16.4.6.
- [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-patch
...
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 6758267..70af132 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.4.4", + "@types/node": "^16.4.6", "@types/mongodb": "^4.0.7", "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.12", |