diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-01 19:12:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 19:12:50 -0600 |
commit | c67e903c0747bc1b438b686bb88bd31c1c560792 (patch) | |
tree | 2611a688320734ed7dc09829eb41a8138e351821 /package.json | |
parent | 472a0bec1633af7abc0444a85d3592253933227a (diff) | |
download | skyblock-api-c67e903c0747bc1b438b686bb88bd31c1c560792.tar.gz skyblock-api-c67e903c0747bc1b438b686bb88bd31c1c560792.tar.bz2 skyblock-api-c67e903c0747bc1b438b686bb88bd31c1c560792.zip |
Bump @types/node from 17.0.17 to 17.0.21 (#213)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.17 to 17.0.21.
- [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 f20f432..7053a10 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/lru-cache": "^5.1.1", "@types/mocha": "^9.1.0", "@types/mongodb": "^4.0.7", - "@types/node": "^17.0.17", + "@types/node": "^17.0.21", "dotenv": "^16.0.0", "mocha": "^9.2.0", "ts-node": "^10.5.0", |