From 43ebe50e2f82bffd3b1f7c67343f1e08d18ef078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:02:25 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.4 to 4.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c1136a..40a3285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jest-extended": "1.1.0", "ts-jest": "27.1.3", "ts-loader": "9.2.6", - "typescript": "4.5.4" + "typescript": "4.8.2" } }, "node_modules/@babel/code-frame": { @@ -5081,9 +5081,9 @@ } }, "node_modules/typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -9334,9 +9334,9 @@ } }, "typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 600c61e..6af0e4b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "jest-extended": "1.1.0", "ts-jest": "27.1.3", "ts-loader": "9.2.6", - "typescript": "4.5.4" + "typescript": "4.8.2" }, "dependencies": { "@types/fs-extra": "9.0.13",