diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-03 04:36:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 04:36:03 -0500 |
commit | 7fd912e2a0be29825becfa8c7f815f18bd7be289 (patch) | |
tree | 6438e31a1dedd6aaa9e20c8dd1b736b3776d5759 | |
parent | 2576eb984481b3486e22a78eb0a5e32383bf7d9d (diff) | |
download | skyblock-api-7fd912e2a0be29825becfa8c7f815f18bd7be289.tar.gz skyblock-api-7fd912e2a0be29825becfa8c7f815f18bd7be289.tar.bz2 skyblock-api-7fd912e2a0be29825becfa8c7f815f18bd7be289.zip |
Bump typescript from 4.3.4 to 4.3.5 (#66)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.4...v4.3.5)
---
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>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 5507a11..22eaa18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1435,9 +1435,9 @@ } }, "typescript": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", - "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "unpipe": { diff --git a/package.json b/package.json index 1b5f16a..f8ffd6c 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "dotenv": "^10.0.0", "mocha": "^9.0.1", "ts-node": "^10.0.0", - "typescript": "^4.3.4" + "typescript": "^4.3.5" } } |