From dd6ec5cc57c662e661dc40d2ee7c9262891fec07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:05:10 +0000 Subject: [PATCH] Bump typescript from 5.0.2 to 5.1.5 in /ui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.2...v5.1.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 7c145e7..17bcf5a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "server-only": "^0.0.1", - "typescript": "5.0.2", + "typescript": "5.1.5", "zod": "^3.21.4" }, "devDependencies": { diff --git a/ui/yarn.lock b/ui/yarn.lock index d1aa158..3b96f58 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2285,10 +2285,10 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typescript@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" - integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== +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== unbox-primitive@^1.0.2: version "1.0.2"