diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-29 15:53:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 15:53:54 -0500 |
commit | 3ded9c5f10a6fe537e004ee1ecd29c425067235b (patch) | |
tree | aa925de595cf2fe672df6f6e15f219ded49f7ac8 /package.json | |
parent | 8f149a779b7cf25ef20694b8c2ed307a07dea81c (diff) | |
download | skyblock-api-3ded9c5f10a6fe537e004ee1ecd29c425067235b.tar.gz skyblock-api-3ded9c5f10a6fe537e004ee1ecd29c425067235b.tar.bz2 skyblock-api-3ded9c5f10a6fe537e004ee1ecd29c425067235b.zip |
Bump typescript from 4.2.4 to 4.3.2 (#43)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2)
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 473dd2d..1946658 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "dotenv": "^10.0.0", "mocha": "^8.4.0", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" } } |