diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-30 06:08:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 06:08:55 +0000 |
commit | 1291f0f32b6f626666b6fb86b8d87e3c4293cb7c (patch) | |
tree | 7b51b0307e6ec06b26b1df239ead48ee72f3a7f0 /package.json | |
parent | 03a8540dd019eee5430f71118f7ef46aeafa8898 (diff) | |
download | skyblock-api-1291f0f32b6f626666b6fb86b8d87e3c4293cb7c.tar.gz skyblock-api-1291f0f32b6f626666b6fb86b8d87e3c4293cb7c.tar.bz2 skyblock-api-1291f0f32b6f626666b6fb86b8d87e3c4293cb7c.zip |
Bump @types/node from 16.10.1 to 16.10.2 (#130)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.1 to 16.10.2.
- [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 9a556ae..992aeaf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/lru-cache": "^5.1.1", "@types/mocha": "^9.0.0", "@types/mongodb": "^4.0.7", - "@types/node": "^16.10.1", + "@types/node": "^16.10.2", "dotenv": "^10.0.0", "mocha": "^9.1.2", "ts-node": "^10.2.1", |