From 25d4b93978c3efd7a1e42883ea58723f5dd3e97f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 05:12:51 +0000 Subject: [PATCH] Bump typescript from 4.1.4 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.4...v4.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c91d5b2..41042a0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "^14.14.25", "@types/react": "^17.0.1", "ts-node": "^9.1.1", - "typescript": "^4.1.4" + "typescript": "^4.3.2" }, "dependencies": { "@material-ui/core": "^4.11.3", diff --git a/yarn.lock b/yarn.lock index 58e256e..2e1c925 100644 --- a/yarn.lock +++ b/yarn.lock @@ -638,10 +638,10 @@ typescript@^3.7.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== -typescript@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.4.tgz#f058636e2f4f83f94ddaae07b20fd5e14598432f" - integrity sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg== +typescript@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== universalify@^0.1.0: version "0.1.2"