From 6424cddab6b9f8086fbfa5b37f60afc1bd4b6c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 23:16:06 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.3.5 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c6962..d480fde 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "postcss": "8.3.5", "prettier": "2.3.1", "tailwindcss": "2.2.4", - "typescript": "4.3.5", + "typescript": "4.9.4", "vercel": "^23.1.2" } }