From b70c398922f207a5d4ea958baf4275b2f87a95ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 01:41:37 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.3 to 4.6.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.6.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 07392b2..9ff6e27 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "sass-loader": "10", "semantic-release": "^18.0.1", "style-loader": "^2.0.0", - "typescript": "^4.5.3" + "typescript": "^4.6.4" }, "config": { "commitizen": { diff --git a/yarn.lock b/yarn.lock index 3f27577..684b13b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13481,10 +13481,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.6.4: + version "4.6.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" + integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== uglify-js@^3.1.4: version "3.14.4"