From e6d59c61d1ee65f7a0f67b8a9836a948cf13392e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:33:49 -0800 Subject: [PATCH] Bump typescript from 4.9.3 to 4.9.4 (#6046) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f70c5473b0..911cdd19a9 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "sass-loader": "13.0.2", "sinon": "14.0.1", "style-loader": "^3.3.1", - "typescript": "4.9.3", + "typescript": "4.9.4", "uuid": "9.0.0", "vue": "2.6.14", "vue-eslint-parser": "9.1.0",