diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-12 06:11:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 06:11:09 +0000 |
commit | 672c20e8225941cc433e9dd1c03d9de8ed838331 (patch) | |
tree | 9b92a08561ef0aebd13c2bae6c006c021783ff46 /package.json | |
parent | 92ecee4466f6101faa62ab859b170fed62f0acb1 (diff) | |
download | skyblock-api-672c20e8225941cc433e9dd1c03d9de8ed838331.tar.gz skyblock-api-672c20e8225941cc433e9dd1c03d9de8ed838331.tar.bz2 skyblock-api-672c20e8225941cc433e9dd1c03d9de8ed838331.zip |
Bump @types/node from 17.0.5 to 17.0.8 (#176)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.5 to 17.0.8.
- [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 e4906c3..18dca97 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/lru-cache": "^5.1.1", "@types/mocha": "^9.0.0", "@types/mongodb": "^4.0.7", - "@types/node": "^17.0.5", + "@types/node": "^17.0.8", "dotenv": "^11.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", |