From 0ba039b7df086e46901bd8aec28cc66c796873d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:09:00 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.3 to 4.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.8.2) --- 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..a7afaa6 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.8.2" } }, "node_modules/@actions/core": { @@ -10355,8 +10355,9 @@ } }, "node_modules/typescript": { - "version": "4.2.3", - "license": "Apache-2.0", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17637,7 +17638,9 @@ } }, "typescript": { - "version": "4.2.3" + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==" }, "unbox-primitive": { "version": "1.0.0", diff --git a/package.json b/package.json index 131b6cd..402fb8d 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.8.2" } }