From f0e147853c4c181102cb70fbaf7261a8ba6dd94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 23:38:43 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.7.4 to 4.8.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.4) --- 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..b6a08972f 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.4", "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..57f68f1a4 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.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" + integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== unbox-primitive@^1.0.2: version "1.0.2"