From a6df3eb8cbe12310da373213229d1f5a0c1ec96f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:36:42 +0000 Subject: [PATCH] Bump typescript from 4.2.3 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.3.5) 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 53020a9f..7b4d1d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8206,9 +8206,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index dc08583b..a7dacd20 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/pkg-dir": "^2.0.1", "@types/react": "^17.0.3", "prettier": "^2.2.1", - "typescript": "^4.2.3" + "typescript": "^4.3.5" }, "scripts": { "build": "next build",