From 14c43b7819d18bb2be0c128f256f9c0d036fd15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:11:19 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.2.3 to 4.8.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.8.3) --- 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..066331e 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.3" } }, "node_modules/@actions/core": { @@ -10355,8 +10355,9 @@ } }, "node_modules/typescript": { - "version": "4.2.3", - "license": "Apache-2.0", + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz", + "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17637,7 +17638,9 @@ } }, "typescript": { - "version": "4.2.3" + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz", + "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==" }, "unbox-primitive": { "version": "1.0.0", diff --git a/package.json b/package.json index 131b6cd..91cbd25 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.3" } }