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-lock.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-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 4acca1e..7732b5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1429,9 +1429,9 @@ } }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", + "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==", "dev": true }, "unpipe": { |