From fd8f54f542abe46a528d3cac394dbecb56657bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:00:59 +0100 Subject: [PATCH] build(deps): bump preact from 10.26.9 to 10.26.10 (#6123) Bumps [preact](https://github.com/preactjs/preact) from 10.26.9 to 10.26.10.
Release notes

Sourced from preact's releases.

10.26.10

Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=preact&package-manager=npm_and_yarn&previous-version=10.26.9&new-version=10.26.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/transloadit/uppy/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../companion-custom-provider/package.json | 2 +- packages/@uppy/audio/package.json | 2 +- packages/@uppy/box/package.json | 2 +- packages/@uppy/components/package.json | 2 +- packages/@uppy/compressor/package.json | 2 +- packages/@uppy/core/package.json | 2 +- packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/drag-drop/package.json | 2 +- packages/@uppy/dropbox/package.json | 2 +- packages/@uppy/facebook/package.json | 2 +- .../@uppy/google-drive-picker/package.json | 2 +- packages/@uppy/google-drive/package.json | 2 +- .../@uppy/google-photos-picker/package.json | 2 +- packages/@uppy/image-editor/package.json | 2 +- packages/@uppy/image-generator/package.json | 2 +- packages/@uppy/instagram/package.json | 2 +- packages/@uppy/onedrive/package.json | 2 +- packages/@uppy/provider-views/package.json | 2 +- packages/@uppy/react/package.json | 2 +- packages/@uppy/screen-capture/package.json | 2 +- packages/@uppy/status-bar/package.json | 2 +- packages/@uppy/svelte/package.json | 2 +- packages/@uppy/unsplash/package.json | 2 +- packages/@uppy/url/package.json | 2 +- packages/@uppy/utils/package.json | 2 +- packages/@uppy/vue/package.json | 2 +- packages/@uppy/webcam/package.json | 2 +- packages/@uppy/webdav/package.json | 2 +- packages/@uppy/zoom/package.json | 2 +- yarn.lock | 66 +++++++++---------- 30 files changed, 62 insertions(+), 62 deletions(-) diff --git a/examples/companion-custom-provider/package.json b/examples/companion-custom-provider/package.json index 7c022fb9c..6d6c08c18 100644 --- a/examples/companion-custom-provider/package.json +++ b/examples/companion-custom-provider/package.json @@ -10,7 +10,7 @@ "@uppy/google-drive": "workspace:*", "@uppy/provider-views": "workspace:*", "@uppy/tus": "workspace:*", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "engines": { "node": ">=18.0.0" diff --git a/packages/@uppy/audio/package.json b/packages/@uppy/audio/package.json index 06c986673..ee87bfaf1 100644 --- a/packages/@uppy/audio/package.json +++ b/packages/@uppy/audio/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "devDependencies": { "cssnano": "^7.0.7", diff --git a/packages/@uppy/box/package.json b/packages/@uppy/box/package.json index 90ef99f44..07130fab3 100644 --- a/packages/@uppy/box/package.json +++ b/packages/@uppy/box/package.json @@ -37,7 +37,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/components/package.json b/packages/@uppy/components/package.json index fc4a5ff5a..54754202a 100644 --- a/packages/@uppy/components/package.json +++ b/packages/@uppy/components/package.json @@ -42,7 +42,7 @@ "dependencies": { "clsx": "^2.1.1", "dequal": "^2.0.3", - "preact": "^10.5.13", + "preact": "^10.26.10", "pretty-bytes": "^6.1.1" }, "devDependencies": { diff --git a/packages/@uppy/compressor/package.json b/packages/@uppy/compressor/package.json index f18984fce..fdace0da5 100644 --- a/packages/@uppy/compressor/package.json +++ b/packages/@uppy/compressor/package.json @@ -34,7 +34,7 @@ "@transloadit/prettier-bytes": "^0.3.4", "@uppy/utils": "workspace:^", "compressorjs": "^1.2.1", - "preact": "^10.5.13", + "preact": "^10.26.10", "promise-queue": "^2.2.5" }, "peerDependencies": { diff --git a/packages/@uppy/core/package.json b/packages/@uppy/core/package.json index 5fd41a43a..245642eb7 100644 --- a/packages/@uppy/core/package.json +++ b/packages/@uppy/core/package.json @@ -48,7 +48,7 @@ "mime-match": "^1.0.2", "namespace-emitter": "^2.0.1", "nanoid": "^5.0.9", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "devDependencies": { "@types/deep-freeze": "^0", diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json index f6823aa3c..d99c9e6b1 100644 --- a/packages/@uppy/dashboard/package.json +++ b/packages/@uppy/dashboard/package.json @@ -51,7 +51,7 @@ "classnames": "^2.2.6", "lodash": "^4.17.21", "nanoid": "^5.0.9", - "preact": "^10.5.13", + "preact": "^10.26.10", "shallow-equal": "^3.0.0" }, "devDependencies": { diff --git a/packages/@uppy/drag-drop/package.json b/packages/@uppy/drag-drop/package.json index 5baf51cd0..1a5adfe09 100644 --- a/packages/@uppy/drag-drop/package.json +++ b/packages/@uppy/drag-drop/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/dropbox/package.json b/packages/@uppy/dropbox/package.json index d97c432f8..a4a150e79 100644 --- a/packages/@uppy/dropbox/package.json +++ b/packages/@uppy/dropbox/package.json @@ -37,7 +37,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/facebook/package.json b/packages/@uppy/facebook/package.json index 373311184..e2faf82e9 100644 --- a/packages/@uppy/facebook/package.json +++ b/packages/@uppy/facebook/package.json @@ -37,7 +37,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/google-drive-picker/package.json b/packages/@uppy/google-drive-picker/package.json index e62408266..b1c0bf971 100644 --- a/packages/@uppy/google-drive-picker/package.json +++ b/packages/@uppy/google-drive-picker/package.json @@ -39,7 +39,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/google-drive/package.json b/packages/@uppy/google-drive/package.json index dbd2e7ec8..ae3ffebeb 100644 --- a/packages/@uppy/google-drive/package.json +++ b/packages/@uppy/google-drive/package.json @@ -38,7 +38,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/google-photos-picker/package.json b/packages/@uppy/google-photos-picker/package.json index e3657ffc3..77a870f3f 100644 --- a/packages/@uppy/google-photos-picker/package.json +++ b/packages/@uppy/google-photos-picker/package.json @@ -39,7 +39,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/image-editor/package.json b/packages/@uppy/image-editor/package.json index 0b5fd41ba..591a316a2 100644 --- a/packages/@uppy/image-editor/package.json +++ b/packages/@uppy/image-editor/package.json @@ -48,7 +48,7 @@ "dependencies": { "@uppy/utils": "workspace:^", "cropperjs": "^1.6.2", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/image-generator/package.json b/packages/@uppy/image-generator/package.json index 4b555a518..c853b1163 100644 --- a/packages/@uppy/image-generator/package.json +++ b/packages/@uppy/image-generator/package.json @@ -42,7 +42,7 @@ "@uppy/provider-views": "workspace:^", "@uppy/transloadit": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "devDependencies": { "@uppy/core": "workspace:^", diff --git a/packages/@uppy/instagram/package.json b/packages/@uppy/instagram/package.json index fcc8ec0b4..2bf6927a0 100644 --- a/packages/@uppy/instagram/package.json +++ b/packages/@uppy/instagram/package.json @@ -40,7 +40,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/onedrive/package.json b/packages/@uppy/onedrive/package.json index ba292e25c..0496bd776 100644 --- a/packages/@uppy/onedrive/package.json +++ b/packages/@uppy/onedrive/package.json @@ -37,7 +37,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/provider-views/package.json b/packages/@uppy/provider-views/package.json index 5a8664103..df5470140 100644 --- a/packages/@uppy/provider-views/package.json +++ b/packages/@uppy/provider-views/package.json @@ -45,7 +45,7 @@ "lodash": "^4.17.21", "nanoid": "^5.0.9", "p-queue": "^8.0.0", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "devDependencies": { "@types/gapi": "^0.0.47", diff --git a/packages/@uppy/react/package.json b/packages/@uppy/react/package.json index 5ae2ae24f..ed3608025 100644 --- a/packages/@uppy/react/package.json +++ b/packages/@uppy/react/package.json @@ -36,7 +36,7 @@ ], "dependencies": { "@uppy/components": "workspace:^", - "preact": "^10.5.13", + "preact": "^10.26.10", "use-sync-external-store": "^1.3.0" }, "devDependencies": { diff --git a/packages/@uppy/screen-capture/package.json b/packages/@uppy/screen-capture/package.json index 6a811f33f..ed2d63eb1 100644 --- a/packages/@uppy/screen-capture/package.json +++ b/packages/@uppy/screen-capture/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json index 48cb2103d..862537942 100644 --- a/packages/@uppy/status-bar/package.json +++ b/packages/@uppy/status-bar/package.json @@ -49,7 +49,7 @@ "@transloadit/prettier-bytes": "^0.3.4", "@uppy/utils": "workspace:^", "classnames": "^2.2.6", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/svelte/package.json b/packages/@uppy/svelte/package.json index 2e5f0bdf1..08b81a0d0 100644 --- a/packages/@uppy/svelte/package.json +++ b/packages/@uppy/svelte/package.json @@ -53,7 +53,7 @@ }, "dependencies": { "@uppy/components": "workspace:^", - "preact": "^10.26.5" + "preact": "^10.26.10" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.0.0", diff --git a/packages/@uppy/unsplash/package.json b/packages/@uppy/unsplash/package.json index 4d2cd0ced..1c7cfa077 100644 --- a/packages/@uppy/unsplash/package.json +++ b/packages/@uppy/unsplash/package.json @@ -37,7 +37,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/url/package.json b/packages/@uppy/url/package.json index c912511ee..b76225a39 100644 --- a/packages/@uppy/url/package.json +++ b/packages/@uppy/url/package.json @@ -47,7 +47,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/utils": "workspace:^", "nanoid": "^5.0.9", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/utils/package.json b/packages/@uppy/utils/package.json index e6a8c980e..8480f029c 100644 --- a/packages/@uppy/utils/package.json +++ b/packages/@uppy/utils/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "lodash": "^4.17.21", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "devDependencies": { "@types/lodash": "^4.14.199", diff --git a/packages/@uppy/vue/package.json b/packages/@uppy/vue/package.json index a34974b93..5b4c463a4 100644 --- a/packages/@uppy/vue/package.json +++ b/packages/@uppy/vue/package.json @@ -19,7 +19,7 @@ ], "dependencies": { "@uppy/components": "workspace:^", - "preact": "^10.5.13", + "preact": "^10.26.10", "shallow-equal": "^3.0.0" }, "devDependencies": { diff --git a/packages/@uppy/webcam/package.json b/packages/@uppy/webcam/package.json index 6aae16fdd..c204ca870 100644 --- a/packages/@uppy/webcam/package.json +++ b/packages/@uppy/webcam/package.json @@ -49,7 +49,7 @@ "dependencies": { "@uppy/utils": "workspace:^", "is-mobile": "^4.0.0", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "devDependencies": { "cssnano": "^7.0.7", diff --git a/packages/@uppy/webdav/package.json b/packages/@uppy/webdav/package.json index 754ef5423..f2d0302f5 100644 --- a/packages/@uppy/webdav/package.json +++ b/packages/@uppy/webdav/package.json @@ -41,7 +41,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/packages/@uppy/zoom/package.json b/packages/@uppy/zoom/package.json index a001dc39d..23a44478b 100644 --- a/packages/@uppy/zoom/package.json +++ b/packages/@uppy/zoom/package.json @@ -37,7 +37,7 @@ "@uppy/companion-client": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/utils": "workspace:^", - "preact": "^10.5.13" + "preact": "^10.26.10" }, "peerDependencies": { "@uppy/core": "workspace:^" diff --git a/yarn.lock b/yarn.lock index 51fbf1799..19341cce7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8758,7 +8758,7 @@ __metadata: jsdom: "npm:^26.1.0" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" @@ -8794,7 +8794,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -8894,7 +8894,7 @@ __metadata: "@uppy/core": "workspace:^" clsx: "npm:^2.1.1" dequal: "npm:^2.0.3" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" pretty-bytes: "npm:^6.1.1" tailwindcss: "npm:^4.0.6" typescript: "npm:^5.8.3" @@ -8921,7 +8921,7 @@ __metadata: "@uppy/utils": "workspace:^" compressorjs: "npm:^1.2.1" jsdom: "npm:^26.1.0" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" promise-queue: "npm:^2.2.5" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" @@ -8947,7 +8947,7 @@ __metadata: nanoid: "npm:^5.0.9" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" @@ -8976,7 +8976,7 @@ __metadata: playwright: "npm:1.57.0" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" resize-observer-polyfill: "npm:^1.5.0" sass: "npm:^1.89.2" shallow-equal: "npm:^3.0.0" @@ -8995,7 +8995,7 @@ __metadata: cssnano: "npm:^7.0.7" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" peerDependencies: @@ -9026,7 +9026,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9041,7 +9041,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9085,7 +9085,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9100,7 +9100,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9115,7 +9115,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9131,7 +9131,7 @@ __metadata: cssnano: "npm:^7.0.7" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" peerDependencies: @@ -9150,7 +9150,7 @@ __metadata: cssnano: "npm:^7.0.7" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" peerDependencies: "@uppy/core": "workspace:^" @@ -9165,7 +9165,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9192,7 +9192,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9215,7 +9215,7 @@ __metadata: p-queue: "npm:^8.0.0" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" @@ -9236,7 +9236,7 @@ __metadata: "@uppy/components": "workspace:^" "@uppy/core": "workspace:^" jsdom: "npm:^26.1.0" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" typescript: "npm:^5.8.3" @@ -9294,7 +9294,7 @@ __metadata: cssnano: "npm:^7.0.7" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" peerDependencies: @@ -9312,7 +9312,7 @@ __metadata: cssnano: "npm:^7.0.7" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" peerDependencies: @@ -9340,7 +9340,7 @@ __metadata: "@sveltejs/vite-plugin-svelte": "npm:^5.0.3" "@uppy/components": "workspace:^" "@uppy/core": "workspace:^" - preact: "npm:^10.26.5" + preact: "npm:^10.26.10" svelte: "npm:^5.27.0" svelte-check: "npm:^4.1.6" tslib: "npm:^2.8.1" @@ -9423,7 +9423,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9443,7 +9443,7 @@ __metadata: playwright: "npm:1.57.0" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" @@ -9459,7 +9459,7 @@ __metadata: "@types/lodash": "npm:^4.14.199" jsdom: "npm:^26.1.0" lodash: "npm:^4.17.21" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" languageName: unknown @@ -9471,7 +9471,7 @@ __metadata: dependencies: "@uppy/components": "workspace:^" "@uppy/core": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" shallow-equal: "npm:^3.0.0" typescript: "npm:^5.8.3" vue: "npm:^3.5.14" @@ -9504,7 +9504,7 @@ __metadata: jsdom: "npm:^26.1.0" postcss: "npm:^8.5.6" postcss-cli: "npm:^11.0.1" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" sass: "npm:^1.89.2" typescript: "npm:^5.8.3" vitest: "npm:^3.2.4" @@ -9521,7 +9521,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -9552,7 +9552,7 @@ __metadata: "@uppy/core": "workspace:^" "@uppy/provider-views": "workspace:^" "@uppy/utils": "workspace:^" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" typescript: "npm:^5.8.3" peerDependencies: "@uppy/core": "workspace:^" @@ -13238,7 +13238,7 @@ __metadata: express: "npm:^4.22.0" express-session: "npm:^1.15.6" npm-run-all: "npm:^4.1.2" - preact: "npm:^10.5.13" + preact: "npm:^10.26.10" vite: "npm:^7.1.11" languageName: unknown linkType: soft @@ -19552,10 +19552,10 @@ __metadata: languageName: node linkType: hard -"preact@npm:^10.26.5, preact@npm:^10.5.13": - version: 10.26.9 - resolution: "preact@npm:10.26.9" - checksum: 10/277da0b5fea5dbf5445244b90cbf5cdca4e80cad85a681910754bb743e6a91db54dc4846d66db8877183a7c31ddf6f184ec53ba6841d2a57edbed32313c95770 +"preact@npm:^10.26.10": + version: 10.28.2 + resolution: "preact@npm:10.28.2" + checksum: 10/08b7273fd7a0858897df27a38985a38ed0ecb0c9a32ba8685197bad1be4c7cb7b430d40211ee92ba3fd346454256629c03da660db164aedc2082963bda10482a languageName: node linkType: hard