From 3cea826289be08abd4849d07d165e3ef17a7b13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:02:28 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.3.5 to 4.7.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...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 | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fec92f6c..587284cc 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "standard-version": "9.3.2", "ts-jest": "27.1.2", "ts-node": "10.8.1", - "typescript": "4.3.5" + "typescript": "4.7.4" }, "peerDependencies": { "@nestjs/common": "^7.0.9 || ^8.0.0", diff --git a/yarn.lock b/yarn.lock index e45ff583..7b1bf270 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6169,12 +6169,7 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" - integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== - -typescript@^4.4.3: +typescript@4.7.4, typescript@^4.4.3: version "4.7.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==