From 65b34aa0159431b77b903866f4b47c11d363a394 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:12:05 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.7 to 3.9.9 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 3.9.9. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v3.9.9) 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 c34d440..2ab3bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12307,9 +12307,9 @@ } }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "3.9.9", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz", + "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 403f114..aa027f1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "typedoc": "^0.19.2", "typedoc-neo-theme": "^1.1.0", "typedoc-plugin-external-module-name": "^4.0.6", - "typescript": "^3.9.7", + "typescript": "^3.9.9", "webpack": "^5.13.0", "webpack-cli": "^4.5.0" },