From d3fd0298cde4a5156bede03fca1d806e39dc8772 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Oct 2024 03:04:46 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.6.3 --- 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 a144cc4..c4d9af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "postcss": "8.4.47", "tailwindcss": "3.4.13", "turbo": "2.1.3", - "typescript": "5.6.2" + "typescript": "5.6.3" } }, "node_modules/@alloc/quick-lru": { @@ -7816,9 +7816,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 4e4ba4b..f65f19c 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "postcss": "8.4.47", "tailwindcss": "3.4.13", "turbo": "2.1.3", - "typescript": "5.6.2" + "typescript": "5.6.3" } }