From ab2394edfa89e5b954db64a0749e4086f6ee4012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 00:35:20 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.6.2 to 4.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... 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 44e00fd..9afe569 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^17.0.2", "react-scripts": "4.0.3", "sass": "^1.49.9", - "typescript": "~4.6.2" + "typescript": "~4.8.2" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 4df1ff1..8b9917b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11861,10 +11861,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +typescript@~4.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" + integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"