diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-27 11:45:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 11:45:17 -0600 |
commit | bca09d564c7e2511f378e33b205b5f37e0fa8984 (patch) | |
tree | b793fcedd1dfd04a99ff209c43fb66b1edb40496 /package.json | |
parent | 91ad2a272b454bbc935516ab2c7756d67fc00be5 (diff) | |
download | skyblock-api-bca09d564c7e2511f378e33b205b5f37e0fa8984.tar.gz skyblock-api-bca09d564c7e2511f378e33b205b5f37e0fa8984.tar.bz2 skyblock-api-bca09d564c7e2511f378e33b205b5f37e0fa8984.zip |
Bump @types/node from 17.0.4 to 17.0.5 (#170)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.4 to 17.0.5.
- [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 0e70326..1152ed1 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": "^17.0.4", + "@types/node": "^17.0.5", "dotenv": "^10.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", |