From 90bce5a7332e37b6587d76466c5ef591089972e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 08:15:01 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.3 to 4.7.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.7.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 ae896db..55b4fd8 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "sass-loader": "13", "semantic-release": "^18.0.1", "style-loader": "^3.3.1", - "typescript": "^4.5.3" + "typescript": "^4.7.4" }, "config": { "commitizen": { diff --git a/yarn.lock b/yarn.lock index 9497d53..e776a03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13619,10 +13619,10 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" -typescript@^4.4.3, typescript@^4.5.3: - version "4.5.3" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz" - integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ== +typescript@^4.4.3, typescript@^4.7.4: + version "4.7.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" + integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== uglify-js@^3.1.4: version "3.14.4"