From bb592e418b9a811158a69f262fe67749033f4d9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:45:22 +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 4adb789..0019604 100644 --- a/html-report/package-lock.json +++ b/html-report/package-lock.json @@ -21,7 +21,7 @@ "postcss": "8.4.49", "prettier": "3.4.2", "tailwindcss": "3.4.16", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "6.0.3", "vite-plugin-singlefile": "2.1.0", "vue-tsc": "2.1.10" @@ -2678,9 +2678,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 3e75848..a41746c 100644 --- a/html-report/package.json +++ b/html-report/package.json @@ -22,7 +22,7 @@ "postcss": "8.4.49", "prettier": "3.4.2", "tailwindcss": "3.4.16", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "6.0.3", "vite-plugin-singlefile": "2.1.0", "vue-tsc": "2.1.10"