From 0ada3eeed39f7eb2fd221b186f9894e01692dd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:33:40 +0100 Subject: [PATCH 01/16] Bump axios from 1.13.5 to 1.15.0 in /examples/nextjs-comments-emails-sendgrid (#3334) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../package-lock.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/examples/nextjs-comments-emails-sendgrid/package-lock.json b/examples/nextjs-comments-emails-sendgrid/package-lock.json index 1915fb0f21b..08153bce3ec 100644 --- a/examples/nextjs-comments-emails-sendgrid/package-lock.json +++ b/examples/nextjs-comments-emails-sendgrid/package-lock.json @@ -2470,14 +2470,14 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/baseline-browser-mapping": { @@ -3062,10 +3062,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/react": { "version": "18.3.1", From e8f059f4be8e18bdb09f40390a452c58a87db250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:33:46 +0100 Subject: [PATCH 02/16] Bump vite from 4.2.0 to 6.4.2 in /tutorial/react/getting-started/welcome/initial (#3333) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorial/react/getting-started/welcome/initial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/react/getting-started/welcome/initial/package.json b/tutorial/react/getting-started/welcome/initial/package.json index 31260429ace..23ff6643f4b 100644 --- a/tutorial/react/getting-started/welcome/initial/package.json +++ b/tutorial/react/getting-started/welcome/initial/package.json @@ -19,7 +19,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^4.9.5", - "vite": "4.2.0", + "vite": "6.4.2", "esbuild-wasm": "^0.17.12" } } From b6287c9abefc9bb8772aa8f27b923ed8136035a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:33:59 +0100 Subject: [PATCH 03/16] Bump vite from 4.2.0 to 6.4.2 in /tutorial/react/getting-started/nesting-data-types/initial (#3328) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../getting-started/nesting-data-types/initial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/react/getting-started/nesting-data-types/initial/package.json b/tutorial/react/getting-started/nesting-data-types/initial/package.json index 27671380b03..1d429c9df48 100644 --- a/tutorial/react/getting-started/nesting-data-types/initial/package.json +++ b/tutorial/react/getting-started/nesting-data-types/initial/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^4.9.5", - "vite": "4.2.0", + "vite": "6.4.2", "esbuild-wasm": "^0.17.12" } } From 9ab7d43868a507ce5562d7d24344b2ccef18281a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:34:10 +0100 Subject: [PATCH 04/16] Bump vite from 4.2.0 to 6.4.2 in /tutorial/react/getting-started/presence/initial (#3329) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorial/react/getting-started/presence/initial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/react/getting-started/presence/initial/package.json b/tutorial/react/getting-started/presence/initial/package.json index 27671380b03..1d429c9df48 100644 --- a/tutorial/react/getting-started/presence/initial/package.json +++ b/tutorial/react/getting-started/presence/initial/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^4.9.5", - "vite": "4.2.0", + "vite": "6.4.2", "esbuild-wasm": "^0.17.12" } } From e14ae948858f5b2fd6a4abe83143c3218908bdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:34:12 +0100 Subject: [PATCH 05/16] Bump fast-xml-parser from 4.5.4 to 4.5.6 in /examples/react-native-todo-list (#3330) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/react-native-todo-list/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/react-native-todo-list/package-lock.json b/examples/react-native-todo-list/package-lock.json index de4b7ad82d6..db14b459f14 100644 --- a/examples/react-native-todo-list/package-lock.json +++ b/examples/react-native-todo-list/package-lock.json @@ -7417,9 +7417,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", - "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.6.tgz", + "integrity": "sha512-Yd4vkROfJf8AuJrDIVMVmYfULKmIJszVsMv7Vo71aocsKgFxpdlpSHXSaInvyYfgw2PRuObQSW2GFpVMUjxu9A==", "devOptional": true, "funding": [ { From b85432633ebbd82a2526af7bb78b7cfe4a91e1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:34:38 +0100 Subject: [PATCH 06/16] Bump vite from 4.2.0 to 6.4.2 in /tutorial/react/getting-started/others/initial (#3327) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorial/react/getting-started/others/initial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/react/getting-started/others/initial/package.json b/tutorial/react/getting-started/others/initial/package.json index 27671380b03..1d429c9df48 100644 --- a/tutorial/react/getting-started/others/initial/package.json +++ b/tutorial/react/getting-started/others/initial/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^4.9.5", - "vite": "4.2.0", + "vite": "6.4.2", "esbuild-wasm": "^0.17.12" } } From 955aeefd2b991a316065f21cd5c58fa44b378f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:34:40 +0100 Subject: [PATCH 07/16] Bump vite from 4.2.0 to 6.4.2 in /tutorial/react/getting-started/modifying-storage-data/initial (#3326) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../getting-started/modifying-storage-data/initial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/react/getting-started/modifying-storage-data/initial/package.json b/tutorial/react/getting-started/modifying-storage-data/initial/package.json index 27671380b03..1d429c9df48 100644 --- a/tutorial/react/getting-started/modifying-storage-data/initial/package.json +++ b/tutorial/react/getting-started/modifying-storage-data/initial/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^4.9.5", - "vite": "4.2.0", + "vite": "6.4.2", "esbuild-wasm": "^0.17.12" } } From 65f2aece9ea32012528c8c98aad92d7670dbca14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:34:42 +0100 Subject: [PATCH 08/16] Bump addressable from 2.8.0 to 2.9.0 in /examples/react-native-todo-list/ios (#3322) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/react-native-todo-list/ios/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/react-native-todo-list/ios/Gemfile.lock b/examples/react-native-todo-list/ios/Gemfile.lock index 42d2d5b2fd9..69e0ec72a54 100644 --- a/examples/react-native-todo-list/ios/Gemfile.lock +++ b/examples/react-native-todo-list/ios/Gemfile.lock @@ -3,8 +3,8 @@ GEM specs: CFPropertyList (3.0.5) rexml - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.4.0) @@ -167,7 +167,7 @@ GEM optparse (0.1.1) os (1.1.4) plist (3.6.0) - public_suffix (4.0.7) + public_suffix (7.0.5) rake (13.0.6) representable (3.2.0) declarative (< 0.1.0) From d8b93a1194b104d405fdf5b8d9551a1ff055ffef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:35:04 +0100 Subject: [PATCH 09/16] Bump addressable from 2.8.0 to 2.9.0 in /examples/react-native-todo-list (#3321) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/react-native-todo-list/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react-native-todo-list/Gemfile.lock b/examples/react-native-todo-list/Gemfile.lock index f4a36e297e8..dca4e6f4a1c 100644 --- a/examples/react-native-todo-list/Gemfile.lock +++ b/examples/react-native-todo-list/Gemfile.lock @@ -15,8 +15,8 @@ GEM minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) From 9ba29453235c734437a8789e027837f75021327e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:35:08 +0100 Subject: [PATCH 10/16] Bump vite from 4.2.0 to 6.4.2 in /tutorial/react/getting-started/live-cursors/initial (#3317) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../react/getting-started/live-cursors/initial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/react/getting-started/live-cursors/initial/package.json b/tutorial/react/getting-started/live-cursors/initial/package.json index 27671380b03..1d429c9df48 100644 --- a/tutorial/react/getting-started/live-cursors/initial/package.json +++ b/tutorial/react/getting-started/live-cursors/initial/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^4.9.5", - "vite": "4.2.0", + "vite": "6.4.2", "esbuild-wasm": "^0.17.12" } } From 5bf3d4f40fac7dddc3adee41d00c5e2d8fc0551b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:35:29 +0100 Subject: [PATCH 11/16] Bump vite from 7.3.1 to 7.3.2 in /examples/solidjs-live-avatars (#3316) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/solidjs-live-avatars/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/solidjs-live-avatars/package-lock.json b/examples/solidjs-live-avatars/package-lock.json index a8d9ca52c1c..20c09a764fa 100644 --- a/examples/solidjs-live-avatars/package-lock.json +++ b/examples/solidjs-live-avatars/package-lock.json @@ -1812,9 +1812,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { From 2ea951061dfb1b87db1a60422229c8a74a94e3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:35:31 +0100 Subject: [PATCH 12/16] Bump @nestjs/core from 11.1.17 to 11.1.18 in /examples/nextjs-comments-ai (#3315) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/nextjs-comments-ai/package-lock.json | 192 ++++++------------ 1 file changed, 65 insertions(+), 127 deletions(-) diff --git a/examples/nextjs-comments-ai/package-lock.json b/examples/nextjs-comments-ai/package-lock.json index 95cc148b99d..0163d238418 100644 --- a/examples/nextjs-comments-ai/package-lock.json +++ b/examples/nextjs-comments-ai/package-lock.json @@ -3353,9 +3353,9 @@ } }, "node_modules/@nestjs/core": { - "version": "11.1.17", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.17.tgz", - "integrity": "sha512-lD5mAYekTTurF3vDaa8C2OKPnjiz4tsfxIc5XlcSUzOhkwWf6Ay3HKvt6FmvuWQam6uIIHX52Clg+e6tAvf/cg==", + "version": "11.1.18", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.18.tgz", + "integrity": "sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ==", "hasInstallScript": true, "license": "MIT", "peer": true, @@ -3363,7 +3363,7 @@ "@nuxt/opencollective": "0.4.1", "fast-safe-stringify": "2.1.1", "iterare": "1.2.1", - "path-to-regexp": "8.3.0", + "path-to-regexp": "8.4.2", "tslib": "2.8.1", "uid": "2.0.2" }, @@ -4908,6 +4908,64 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", @@ -5184,17 +5242,6 @@ } } }, - "node_modules/@workflow/astro/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/astro/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -5262,17 +5309,6 @@ } } }, - "node_modules/@workflow/builders/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/builders/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -5362,17 +5398,6 @@ } } }, - "node_modules/@workflow/cli/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/cli/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -5504,17 +5529,6 @@ } } }, - "node_modules/@workflow/next/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/next/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -5578,17 +5592,6 @@ } } }, - "node_modules/@workflow/nitro/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/nitro/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -5658,17 +5661,6 @@ } } }, - "node_modules/@workflow/rollup/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/rollup/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -5744,17 +5736,6 @@ } } }, - "node_modules/@workflow/sveltekit/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@workflow/sveltekit/node_modules/@workflow/swc-plugin": { "version": "4.1.0-beta.21", "resolved": "https://registry.npmjs.org/@workflow/swc-plugin/-/swc-plugin-4.1.0-beta.21.tgz", @@ -9590,9 +9571,9 @@ } }, "node_modules/path-to-regexp": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", - "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", + "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==", "license": "MIT", "peer": true, "funding": { @@ -11252,17 +11233,6 @@ } } }, - "node_modules/workflow/node_modules/@swc/helpers": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.20.tgz", - "integrity": "sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/workflow/node_modules/@workflow/nest": { "version": "0.0.0-beta.22", "resolved": "https://registry.npmjs.org/@workflow/nest/-/nest-0.0.0-beta.22.tgz", @@ -11324,23 +11294,6 @@ "balanced-match": "^1.0.0" } }, - "node_modules/workflow/node_modules/chokidar": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", - "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "readdirp": "^5.0.0" - }, - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/workflow/node_modules/minimatch": { "version": "9.0.9", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", @@ -11357,21 +11310,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/workflow/node_modules/readdirp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", - "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", From af2809b13e2f66c8b02de3881c177d78b605da7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:35:51 +0100 Subject: [PATCH 13/16] Bump vite from 7.3.1 to 7.3.2 in /examples/solidjs-live-cursors (#3314) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/solidjs-live-cursors/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/solidjs-live-cursors/package-lock.json b/examples/solidjs-live-cursors/package-lock.json index 549719e998c..9fa9f9c8415 100644 --- a/examples/solidjs-live-cursors/package-lock.json +++ b/examples/solidjs-live-cursors/package-lock.json @@ -1971,9 +1971,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { From 47927d56a93d74bc6ef22dddbc8bea11cdb058d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:35:53 +0100 Subject: [PATCH 14/16] Bump vite from 7.3.1 to 7.3.2 in /examples/react-comments (#3313) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/react-comments/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/react-comments/package-lock.json b/examples/react-comments/package-lock.json index 2c5dcfd7d96..b40d5e9b5df 100644 --- a/examples/react-comments/package-lock.json +++ b/examples/react-comments/package-lock.json @@ -3855,9 +3855,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { From 5aa53a563014a330bc0b38232d7d5d74c46cb90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:36:05 +0100 Subject: [PATCH 15/16] Bump lodash from 4.17.23 to 4.18.1 in /starter-kits/nextjs-starter-kit (#3300) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> From 85d1dfb5bdb669e7ec056367a82a3c6f2bb83497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:36:13 +0100 Subject: [PATCH 16/16] Bump defu from 6.1.4 to 6.1.6 in /examples/nuxtjs-live-avatars (#3310) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../nuxtjs-live-avatars/package-lock.json | 67 +------------------ 1 file changed, 3 insertions(+), 64 deletions(-) diff --git a/examples/nuxtjs-live-avatars/package-lock.json b/examples/nuxtjs-live-avatars/package-lock.json index 8ff608164a8..2ea47fa1664 100644 --- a/examples/nuxtjs-live-avatars/package-lock.json +++ b/examples/nuxtjs-live-avatars/package-lock.json @@ -1637,18 +1637,6 @@ "node": ">=18.12.0" } }, - "node_modules/@nuxt/vite-builder/node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~7.18.0" - } - }, "node_modules/@nuxt/vite-builder/node_modules/@vitejs/plugin-vue": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz", @@ -1754,15 +1742,6 @@ "url": "https://paulmillr.com/funding/" } }, - "node_modules/@nuxt/vite-builder/node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/@nuxt/vite-builder/node_modules/unicorn-magic": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz", @@ -4146,18 +4125,6 @@ "vue": "^3.0.0" } }, - "node_modules/@vue/devtools-core/node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~7.18.0" - } - }, "node_modules/@vue/devtools-core/node_modules/nanoid": { "version": "5.1.6", "dev": true, @@ -4175,15 +4142,6 @@ "node": "^18 || >=20" } }, - "node_modules/@vue/devtools-core/node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/@vue/devtools-core/node_modules/vite": { "version": "7.3.1", "dev": true, @@ -5490,7 +5448,9 @@ } }, "node_modules/defu": { - "version": "6.1.4", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.6.tgz", + "integrity": "sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==", "dev": true, "license": "MIT" }, @@ -10094,27 +10054,6 @@ "url": "https://opencollective.com/antfu" } }, - "node_modules/vite-node/node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~7.18.0" - } - }, - "node_modules/vite-node/node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/vite-node/node_modules/vite": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",