From 2ffddf7f66b1bcdb9f5f22e6478e78018edca5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:32:29 +0530 Subject: [PATCH] Bump typescript from 4.9.3 to 4.9.5 (#152) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25a43f4..f871b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "prettier": "2.8.3", "prettier-plugin-tailwindcss": "0.2.1", "tailwindcss": "3.2.4", - "typescript": "4.9.3" + "typescript": "4.9.5" }, "engines": { "node": ">=18.14.0" @@ -3681,9 +3681,9 @@ } }, "node_modules/typescript": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 157ce85..7770b61 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prettier": "2.8.3", "prettier-plugin-tailwindcss": "0.2.1", "tailwindcss": "3.2.4", - "typescript": "4.9.3" + "typescript": "4.9.5" }, "engines": { "node": ">=18.14.0"