From 31ff43a3cdae7d4f0385d868a5828d15fbbd32db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 23:46:06 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.7.4 to 4.8.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development 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 fd315f1e6..3710f2875 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "terser-webpack-plugin": "^5.1.4", "ts-loader": "^9.2.3", "tsconfig-paths-webpack-plugin": "^4.0.0", - "typescript": "^4.3.4", + "typescript": "^4.8.3", "typescript-plugin-styled-components": "^2.0.0", "webpack": "5.40.0", "webpack-bundle-analyzer": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index 5414853d5..cad1c1d44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6811,10 +6811,10 @@ typescript-plugin-styled-components@^2.0.0: resolved "https://registry.yarnpkg.com/typescript-plugin-styled-components/-/typescript-plugin-styled-components-2.0.0.tgz#97e94187cca0f3058c6ad8fefffbca6766c56123" integrity sha512-Wu7F96dwuphgiACHfu63vTbRRg6tkPwLnpFJwdxM70Y0PLfeKLRnvs2Yo5MAySMwE120ODMKk9W4TtJgY1ZumA== -typescript@^4.3.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@^4.8.3: + version "4.8.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" + integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== unbox-primitive@^1.0.2: version "1.0.2"