From ec34b815662ca540ae4d8d0f926b70faf62970d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 01:42:32 +0000 Subject: [PATCH] Bump typescript from 4.2.4 to 4.9.3 in /ui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 d712d06..9ad5e74 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,7 +32,7 @@ "react-syntax-highlighter": "15.4.3", "react-window": "1.8.6", "recharts": "2.1.4", - "typescript": "~4.2.4" + "typescript": "~4.9.3" }, "scripts": { "start": "export PUBLIC_URL=http://localhost:3000/ && react-scripts start", diff --git a/ui/yarn.lock b/ui/yarn.lock index d99401e..06d9e24 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -11680,10 +11680,10 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== +typescript@~4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"