diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-12 06:11:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 06:11:07 +0000 |
commit | 92ecee4466f6101faa62ab859b170fed62f0acb1 (patch) | |
tree | 724472d4e8d2383c882f036acf5ad984aaa7a408 /package.json | |
parent | e565857cbf48f6ae94f0dc93b7d1c605d8101468 (diff) | |
download | skyblock-api-92ecee4466f6101faa62ab859b170fed62f0acb1.tar.gz skyblock-api-92ecee4466f6101faa62ab859b170fed62f0acb1.tar.bz2 skyblock-api-92ecee4466f6101faa62ab859b170fed62f0acb1.zip |
Bump typescript from 4.5.2 to 4.5.4 (#162)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.4)
---
updated-dependencies:
- dependency-name: typescript
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 23c8e35..e4906c3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "^11.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", - "typescript": "^4.5.2" + "typescript": "^4.5.4" }, "type": "module" } |