From 5f11bc2c8cb5ddcc8cfd06b11f2ca7d2b1ecb5f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:08:44 +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 41a32deb..f7fb4439 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": "5.4.11", "vite-plugin-singlefile": "2.0.3", "vue-tsc": "2.1.10" @@ -2704,9 +2704,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==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/html-report/package.json b/html-report/package.json index 60d12e6e..6aaab54d 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": "5.4.11", "vite-plugin-singlefile": "2.0.3", "vue-tsc": "2.1.10"