From 15c980e3236ad0bc66f3f59e4c7aaaa176eaee6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 21:39:12 +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] --- create-turbo/package.json | 2 +- docs/package.json | 2 +- turbo-codemod/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/create-turbo/package.json b/create-turbo/package.json index fab258060a673..0b583d8db4292 100644 --- a/create-turbo/package.json +++ b/create-turbo/package.json @@ -45,7 +45,7 @@ "strip-ansi": "^7.0.1", "ts-jest": "^27.1.1", "tsup": "^5.10.3", - "typescript": "^4.5.3" + "typescript": "^4.5.5" }, "files": [ "dist", diff --git a/docs/package.json b/docs/package.json index ff31f6197de13..addbd31c24250 100644 --- a/docs/package.json +++ b/docs/package.json @@ -65,7 +65,7 @@ "eslint-config-prettier": "^8.3.0", "postcss": "^8.3.5", "tailwindcss": "^3.0.15", - "typescript": "^4.5.3", + "typescript": "^4.5.5", "webpack": "^5.65.0" }, "resolutions": { diff --git a/turbo-codemod/package.json b/turbo-codemod/package.json index 2fe9c8af6fe41..b52c8e6c50f7a 100644 --- a/turbo-codemod/package.json +++ b/turbo-codemod/package.json @@ -45,7 +45,7 @@ "strip-ansi": "^7.0.1", "ts-jest": "^27.1.1", "tsup": "^5.10.3", - "typescript": "^4.5.3" + "typescript": "^4.5.5" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index fccda13db9598..e220be3549516 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7024,10 +7024,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.5.3: - version "4.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.3.tgz#afaa858e68c7103317d89eb90c5d8906268d353c" - integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ== +typescript@^4.5.5: + version "4.5.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" + integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== unbox-primitive@^1.0.1: version "1.0.1"