From 8d95ace3e2e6bb84008d0a62d22bd90725eebd07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 05:47:07 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 3.9.7 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v3.9.7) 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 8ee10a16..502a677f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10955,9 +10955,9 @@ } }, "typescript": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", - "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "dev": true }, "typescript-language-server": { diff --git a/package.json b/package.json index c016c3e5..b446cb0e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "remark-preset-lint-recommended": "*", "stylelint": "^13.6.1", "stylelint-config-prettier": "^8.0.2", - "typescript": "^3.9.5", + "typescript": "^3.9.7", "typescript-language-server": "^0.4.0", "vscode-css-languageserver-bin": "^1.4.0", "vscode-html-languageserver-bin": "^1.4.0",