From 1f0358f43ef090bcd6139c08ebd98302bc1e6612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:25:20 +0000 Subject: [PATCH] Update dependency typescript to v5.7.2 --- html-report/package-lock.json | 8 ++++---- html-report/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html-report/package-lock.json b/html-report/package-lock.json index 30fcd7ab..55407f68 100644 --- a/html-report/package-lock.json +++ b/html-report/package-lock.json @@ -19,7 +19,7 @@ "autoprefixer": "10.4.20", "postcss": "8.4.49", "tailwindcss": "3.4.15", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "6.0.1", "vite-plugin-singlefile": "2.0.3", "vue-tsc": "2.1.10" @@ -2670,9 +2670,9 @@ "license": "Apache-2.0" }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/html-report/package.json b/html-report/package.json index 41a942a3..812d2851 100644 --- a/html-report/package.json +++ b/html-report/package.json @@ -20,7 +20,7 @@ "autoprefixer": "10.4.20", "postcss": "8.4.49", "tailwindcss": "3.4.15", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "6.0.1", "vite-plugin-singlefile": "2.0.3", "vue-tsc": "2.1.10"