From 87257153b9bfe304157ab11e0434d34e77121b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:35:42 +0000 Subject: [PATCH] chore(deps-dev): update typescript requirement from ^4.8.3 to ^4.8.4 Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a43118de..418dd8998 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "rimraf": "^3.0.2", "start-server-and-test": "^1.14.0", "ts-node": "^10.9.1", - "typescript": "^4.8.3", + "typescript": "^4.8.4", "unist-util-flatmap": "^1.0.0", "vitepress": "^1.0.0-alpha.19", "vitepress-plugin-mermaid": "^2.0.8",