From fd6f3a8158bc61c4073b895e9b031f7bd20afc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:28:29 +0000 Subject: [PATCH] Bump typescript from 4.7.2 to 4.7.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8aa9c8..63c2557 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "gulp-uglify-es": "3.0.0", "sass": "1.43.3", "ts-node-dev": "1.1.8", - "typescript": "4.7.2" + "typescript": "4.7.3" } }