From 2ec5b774f6ae68def0c5acdedcbbb4df68c08360 Mon Sep 17 00:00:00 2001 From: "quarkus-hilla-bot[bot]" <141157179+quarkus-hilla-bot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:31:22 +0100 Subject: [PATCH] chore(npm-deps): update npm dependencies (#1097) Co-authored-by: quarkus-hilla-bot[bot] --- .../hybrid-smoke-tests/package-lock.json | 15 ++++++++------- integration-tests/hybrid-smoke-tests/package.json | 6 +++--- .../package-lock.json | 15 ++++++++------- .../hybrid-vaadin-router-smoke-tests/package.json | 6 +++--- integration-tests/smoke-tests/package-lock.json | 15 ++++++++------- integration-tests/smoke-tests/package.json | 6 +++--- 6 files changed, 33 insertions(+), 30 deletions(-) diff --git a/integration-tests/hybrid-smoke-tests/package-lock.json b/integration-tests/hybrid-smoke-tests/package-lock.json index 05545201..39fca0d5 100644 --- a/integration-tests/hybrid-smoke-tests/package-lock.json +++ b/integration-tests/hybrid-smoke-tests/package-lock.json @@ -60,7 +60,7 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", @@ -9645,10 +9645,11 @@ } }, "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17567,9 +17568,9 @@ } }, "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 }, "unbox-primitive": { diff --git a/integration-tests/hybrid-smoke-tests/package.json b/integration-tests/hybrid-smoke-tests/package.json index a91eca38..eeb121a3 100644 --- a/integration-tests/hybrid-smoke-tests/package.json +++ b/integration-tests/hybrid-smoke-tests/package.json @@ -55,7 +55,7 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", @@ -153,14 +153,14 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", "workbox-core": "7.3.0", "workbox-precaching": "7.3.0" }, - "hash": "96e0718719399cda27cae8e56c80c9b63a7fdd7078c154190a8c53a275fc237a" + "hash": "a9b517be5a74277efb4ca27994cd8e78d12ff7ff37c276d044dca4cac5bb4ef7" }, "type": "module" } diff --git a/integration-tests/hybrid-vaadin-router-smoke-tests/package-lock.json b/integration-tests/hybrid-vaadin-router-smoke-tests/package-lock.json index 46c17d9e..3d62b833 100644 --- a/integration-tests/hybrid-vaadin-router-smoke-tests/package-lock.json +++ b/integration-tests/hybrid-vaadin-router-smoke-tests/package-lock.json @@ -111,7 +111,7 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", @@ -9517,10 +9517,11 @@ } }, "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17264,9 +17265,9 @@ } }, "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 }, "unbox-primitive": { diff --git a/integration-tests/hybrid-vaadin-router-smoke-tests/package.json b/integration-tests/hybrid-vaadin-router-smoke-tests/package.json index f8061a4a..5bda6cf5 100644 --- a/integration-tests/hybrid-vaadin-router-smoke-tests/package.json +++ b/integration-tests/hybrid-vaadin-router-smoke-tests/package.json @@ -106,7 +106,7 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", @@ -308,14 +308,14 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", "workbox-core": "7.3.0", "workbox-precaching": "7.3.0" }, - "hash": "db50bd61b7b82f1604934b3d2744777310cda6f2f32b0deab78bf00b6388d094" + "hash": "2068273ad355be936bfce195dc3017e0a8062ab9f71e6b48de7a12d13c1a9221" }, "type": "module" } diff --git a/integration-tests/smoke-tests/package-lock.json b/integration-tests/smoke-tests/package-lock.json index 2b008178..5cd1ba29 100644 --- a/integration-tests/smoke-tests/package-lock.json +++ b/integration-tests/smoke-tests/package-lock.json @@ -111,7 +111,7 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", @@ -9355,10 +9355,11 @@ } }, "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -17062,9 +17063,9 @@ } }, "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 }, "unbox-primitive": { diff --git a/integration-tests/smoke-tests/package.json b/integration-tests/smoke-tests/package.json index d1baf2bd..8e56dc1c 100644 --- a/integration-tests/smoke-tests/package.json +++ b/integration-tests/smoke-tests/package.json @@ -106,7 +106,7 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", @@ -308,14 +308,14 @@ "rollup-plugin-visualizer": "5.12.0", "strip-css-comments": "5.0.0", "transform-ast": "2.4.4", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.11", "vite-plugin-checker": "0.8.0", "workbox-build": "7.3.0", "workbox-core": "7.3.0", "workbox-precaching": "7.3.0" }, - "hash": "2c40868a5192953ca9f96de6bff0b953d6f0dc2d88ea0b4baff5ae68519ff95a" + "hash": "77adb57ac734383f80da11b8f4f2f812177e588043e91b20ce0ab95f53b3ee61" }, "type": "module" }