From 4b8ac9ff2e4cfdaa0ad96cbd8eca8f6634faed93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:57:10 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 5.3.3 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package.json b/web/package.json index c1d99fc..822d916 100644 --- a/web/package.json +++ b/web/package.json @@ -20,7 +20,7 @@ "@types/react": "^18.2.42", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react": "^4.2.1", - "typescript": "^4.5.4", + "typescript": "^5.3.3", "vite": "^4.5.0", "yarn": "^2.4.3" } diff --git a/web/yarn.lock b/web/yarn.lock index cf810d1..a4a2710 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1053,9 +1053,10 @@ tslib@^2.0.3, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== -typescript@^4.5.4: - version "4.5.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz" +typescript@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== undici-types@~5.26.4: version "5.26.5"