From b5c7b8ac778f4f9b9a14b1d1c917f79c1dff7f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 01:33:47 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.3 to 4.5.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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..10ddfcc 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.5.5" }, "config": { "commitizen": { diff --git a/yarn.lock b/yarn.lock index 3f27577..17ece95 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.5.5: + version "4.5.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" + integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== uglify-js@^3.1.4: version "3.14.4"