diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-18 06:09:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 06:09:38 +0000 |
commit | f3d574a4a0a9740c612d626d702619b82bd56009 (patch) | |
tree | e6f72130300da5b7c14650949bad6cf8a3969d13 /package.json | |
parent | 19f4225dbe4ec8452497c80d0091c2b1737bd860 (diff) | |
download | skyblock-api-f3d574a4a0a9740c612d626d702619b82bd56009.tar.gz skyblock-api-f3d574a4a0a9740c612d626d702619b82bd56009.tar.bz2 skyblock-api-f3d574a4a0a9740c612d626d702619b82bd56009.zip |
Bump typescript from 4.4.4 to 4.5.2 (#153)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.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 1fcfbe1..29a05a6 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dotenv": "^10.0.0", "mocha": "^9.1.3", "ts-node": "^10.4.0", - "typescript": "^4.4.4" + "typescript": "^4.5.2" }, "type": "module" } |