From 1b8fb17cb162b9329e966e7572abda54a78bb963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 01:10:44 +0000 Subject: [PATCH] build(deps-dev): Bump typescript from 4.4.2 to 5.1.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97f26cf..ae371e9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-github-btn": "^1.2.0", "react-syntax-highlighter": "^15.2.1", "ts-loader": "^9.2.6", - "typescript": "4.4.2", + "typescript": "5.1.6", "webpack": "^5.64.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.5.0" diff --git a/yarn.lock b/yarn.lock index 193565d..3f31a96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3014,10 +3014,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86" - integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ== +typescript@5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== universalify@^0.1.0: version "0.1.2"