From 45fe43e86132dc04ffaa5084a03804dfb9f6c8fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:59:39 +0000 Subject: [PATCH] Bump typescript from 4.0.5 to 4.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 41484632..78df85d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14681,9 +14681,9 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 805bc0f3..1c97d8b7 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "prettier": "^2.2.1", "semantic-release": "^17.3.3", "semantic-release-gitmoji": "^1.3.4", - "typescript": "^4.0.5" + "typescript": "^4.1.3" } }