From c692146f88c6178f6e7c07673a6b8413008f705d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 19:14:10 +0000 Subject: [PATCH] Bump typescript from 3.1.6 to 4.3.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.6 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.1.6...v4.3.4) Signed-off-by: dependabot-preview[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 4527fcd..b23a2b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2153,9 +2153,9 @@ "dev": true }, "typescript": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.6.tgz", - "integrity": "sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", + "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", "dev": true }, "unc-path-regex": { diff --git a/package.json b/package.json index 288a31c..b7281ee 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "test" : "npm run compile && node ./node_modules/vscode/bin/test" }, "devDependencies": { - "typescript" : "^3.1.6", + "typescript" : "^4.3.4", "vscode" : "^1.1.21", "@types/node" : "^10.12.10", "@types/mocha" : "^5.2.5"