From dd7c59b50bfc9f205f4f9ac7eea4e16c39e71301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:01:44 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.3 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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..b567fc0 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.9.5" } }, "node_modules/@actions/core": { @@ -10355,8 +10355,9 @@ } }, "node_modules/typescript": { - "version": "4.2.3", - "license": "Apache-2.0", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17637,7 +17638,9 @@ } }, "typescript": { - "version": "4.2.3" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "unbox-primitive": { "version": "1.0.0", diff --git a/package.json b/package.json index 131b6cd..73cf0aa 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.9.5" } }