From bb8b35124910c50764cec3ad930c5460e1bc7b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:30:08 +0100 Subject: [PATCH] Bump typescript from 5.1.5 to 5.1.6 (#192) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.5 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 64864a5..f2fa6f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.2", - "typescript": "5.1.5" + "typescript": "5.1.6" }, "engines": { "node": ">=18.14.0" @@ -3773,9 +3773,9 @@ } }, "node_modules/typescript": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.5.tgz", - "integrity": "sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 11174b8..c784c46 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "2.8.8", "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.2", - "typescript": "5.1.5" + "typescript": "5.1.6" }, "engines": { "node": ">=18.14.0"