aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 15:53:54 -0500
committerGitHub <noreply@github.com>2021-05-29 15:53:54 -0500
commit3ded9c5f10a6fe537e004ee1ecd29c425067235b (patch)
treeaa925de595cf2fe672df6f6e15f219ded49f7ac8 /package.json
parent8f149a779b7cf25ef20694b8c2ed307a07dea81c (diff)
downloadskyblock-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.json2
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"
}
}