diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-28 06:10:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 06:10:50 +0000 |
commit | 5257135764c9e42767a5f7867784937020773454 (patch) | |
tree | 76e2dc3151f3fef318cff44d21c2db0341842c94 /package.json | |
parent | 901f514e332acf7c8c89b50ab4a78e8db32bea46 (diff) | |
download | skyblock-api-5257135764c9e42767a5f7867784937020773454.tar.gz skyblock-api-5257135764c9e42767a5f7867784937020773454.tar.bz2 skyblock-api-5257135764c9e42767a5f7867784937020773454.zip |
Bump @types/node from 16.4.3 to 16.4.4 (#95)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.3 to 16.4.4.
- [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 8503bbf..6758267 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.3", + "@types/node": "^16.4.4", "@types/mongodb": "^4.0.7", "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.12", |