From 546f75f9523c7b0cda982ee91771a4e769b92aa7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 22:15:35 +0000 Subject: [PATCH] Bump typescript from 4.2.3 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.3.2) 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..fc24bafb 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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index dc08583b..0db207cf 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.2" }, "scripts": { "build": "next build",