From c68e8c05f4387558ed124eaae614188e35b2497b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 03:06:04 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 5.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...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 d5a54b42..a7fe7355 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prettier": "^2.4.1", "typedoc": "0.22.7", "typedoc-plugin-rename-defaults": "^0.4.0", - "typescript": "^4.4.3", + "typescript": "^5.1.5", "uglify-js": "^3.14.2", "webpack": "^5.53.0", "webpack-cli": "^4.8.0", diff --git a/yarn.lock b/yarn.lock index 84b6788d..eeee8bb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2488,10 +2488,10 @@ typedoc@0.22.7: minimatch "^3.0.4" shiki "^0.9.12" -typescript@^4.4.3: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +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== uglify-js@^3.14.2: version "3.15.1"