diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-03 14:26:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 14:26:24 -0600 |
commit | 7a302fd7496333137043cc6469ccf3681624f1e2 (patch) | |
tree | b2b76640d1747b561348aee1fb4aadba5b019b9f /package.json | |
parent | c67e903c0747bc1b438b686bb88bd31c1c560792 (diff) | |
download | skyblock-api-7a302fd7496333137043cc6469ccf3681624f1e2.tar.gz skyblock-api-7a302fd7496333137043cc6469ccf3681624f1e2.tar.bz2 skyblock-api-7a302fd7496333137043cc6469ccf3681624f1e2.zip |
Bump typescript from 4.5.5 to 4.6.2 (#218)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 7053a10..4e9dbe2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "^16.0.0", "mocha": "^9.2.0", "ts-node": "^10.5.0", - "typescript": "^4.5.5" + "typescript": "^4.6.2" }, "type": "module" } |