From 2acfd9d9db74d027f62a9fbd245e546e71012641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:23:30 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.3 to 4.7.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.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-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78b6910..bf9428f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", "ts-jest": "^26.5.4", - "typescript": "^4.2.3" + "typescript": "^4.7.4" } }, "node_modules/@actions/core": { @@ -10355,8 +10355,9 @@ } }, "node_modules/typescript": { - "version": "4.2.3", - "license": "Apache-2.0", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17637,7 +17638,9 @@ } }, "typescript": { - "version": "4.2.3" + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" }, "unbox-primitive": { "version": "1.0.0", diff --git a/package.json b/package.json index 131b6cd..fc843f7 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", "ts-jest": "^26.5.4", - "typescript": "^4.2.3" + "typescript": "^4.7.4" } }