From fe6ffc60da5edfd6661ce7aed0ff7e99777c259b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:18:46 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.6.3 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42f10f5..efea6e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.6.8", "tailwindcss": "3.4.14", - "typescript": "5.4.5", + "typescript": "5.6.3", "typescript-eslint": "7.1.0", "yaml-eslint-parser": "1.2.3" }, @@ -15656,9 +15656,10 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 1f7a5ce..1327cf1 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.6.8", "tailwindcss": "3.4.14", - "typescript": "5.4.5", + "typescript": "5.6.3", "typescript-eslint": "7.1.0", "yaml-eslint-parser": "1.2.3" },