From 7a7c24ab6fbc4755fbad14d8086e109b7549fefa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:38:10 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 4.0.5 to 4.1.2 (#780) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 1987977..6711f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4646,9 +4646,9 @@ "dev": true }, "typescript": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", - "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index eeb98ca..2bc621f 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "prettier": "^2.2.0", "terser-webpack-plugin": "^4.2.3", "ts-loader": "^8.0.11", - "typescript": "^4.0.5", + "typescript": "^4.1.2", "webpack": "^4.44.2", "webpack-cli": "^3.3.12" },