diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-27 06:06:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 06:06:44 +0000 |
commit | 752aabdc0d87bd3a310e89b1b74987995cfaf6f8 (patch) | |
tree | 5530bf2a76e8fde22bba90af6345e5b0f98765ff /package.json | |
parent | c3a69f7f9cff1ec5f43864ef88bfc787280c9374 (diff) | |
download | skyblock-api-752aabdc0d87bd3a310e89b1b74987995cfaf6f8.tar.gz skyblock-api-752aabdc0d87bd3a310e89b1b74987995cfaf6f8.tar.bz2 skyblock-api-752aabdc0d87bd3a310e89b1b74987995cfaf6f8.zip |
Bump typescript from 4.3.5 to 4.4.2 (#111)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.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 ce641da..fe333a1 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "dotenv": "^10.0.0", "mocha": "^9.1.0", "ts-node": "^10.2.1", - "typescript": "^4.3.5" + "typescript": "^4.4.2" } } |