From f80b210f66258db25aab256543ce07b34bb3d6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 18:18:46 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v5.0.4) --- 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..de5b88d8 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.0.4", "uglify-js": "^3.14.2", "webpack": "^5.53.0", "webpack-cli": "^4.8.0", diff --git a/yarn.lock b/yarn.lock index 84b6788d..4a6f20dd 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.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" + integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== uglify-js@^3.14.2: version "3.15.1"