From 4ea1b7913b4d4390d9f144222db14bd40682b48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:03:47 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.7.4 in /Daf.Core.VSCode Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Daf.Core.VSCode/package-lock.json | 6 +++--- Daf.Core.VSCode/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Daf.Core.VSCode/package-lock.json b/Daf.Core.VSCode/package-lock.json index b35d8d7..33d928f 100644 --- a/Daf.Core.VSCode/package-lock.json +++ b/Daf.Core.VSCode/package-lock.json @@ -1944,9 +1944,9 @@ "dev": true }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "dev": true }, "unzipper": { diff --git a/Daf.Core.VSCode/package.json b/Daf.Core.VSCode/package.json index d36de79..1727cfd 100644 --- a/Daf.Core.VSCode/package.json +++ b/Daf.Core.VSCode/package.json @@ -138,7 +138,7 @@ "eslint": "^7.32.0", "glob": "^8.0.3", "mocha": "^10.0.0", - "typescript": "^4.3.5", + "typescript": "^4.7.4", "vscode-test": "^1.6.1" } }