From 29f5d6bd400643723579034bb128946850c3ccd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 02:07:55 +0000 Subject: [PATCH] build(deps-dev): Bump typescript from 4.4.2 to 5.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v5.1.5) --- 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..ad2a30b 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.5", "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..110503d 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.5: + version "5.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671" + integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g== universalify@^0.1.0: version "0.1.2"