From b8c966901d46924afacc52bb1441f93b3d183435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 06:56:11 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.0.3 to 4.1.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.3 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.3...v4.1.2) Signed-off-by: dependabot[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 b7d9ce5..39b0e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14271,9 +14271,9 @@ } }, "typescript": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", - "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 346aaa6..da66939 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prettier": "^2.1.2", "prettier-config-standard": "^1.0.1", "ts-jest": "^26.4.1", - "typescript": "^4.0.3", + "typescript": "^4.1.2", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-merge": "^5.2.0"