From d8401b9b157c79ec2f73a7c3297e524fa8043dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 10:00:59 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.8.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9334e4e..be3bdb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1349,9 +1349,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 74f9e98..d742195 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "@types/mocha": "^8.2.2", "@types/node": "^14.17.4", "tslint": "^6.1.3", - "typescript": "^4.3.5", + "typescript": "^4.8.4", "vscode": "^1.1.36" }, "dependencies": {