From 8b94f7de5ee86e318adb86ab0d7cb7259380b402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:34:22 +0000 Subject: [PATCH] build(deps-dev): bump typescript in /template/default Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- template/default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/default/package.json b/template/default/package.json index b0ebeba2d..15752a427 100644 --- a/template/default/package.json +++ b/template/default/package.json @@ -46,7 +46,7 @@ "prettier": "^2.8.8", "stylelint": "15.11.0", "stylelint-config-standard": "33.0.0", - "typescript": "5.4.4" + "typescript": "5.4.5" }, "dependencies": { "axios": "^1.4.0",