From a816798ef6942135f3cc604b4048ed23c7b74da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:29:26 +0000 Subject: [PATCH] build(deps): bump preact from 10.28.0 to 10.28.2 in /web/assets Bumps [preact](https://github.com/preactjs/preact) from 10.28.0 to 10.28.2. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.28.0...10.28.2) --- updated-dependencies: - dependency-name: preact dependency-version: 10.28.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/assets/package.json | 2 +- web/assets/yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/web/assets/package.json b/web/assets/package.json index 8fec96af..501f7129 100644 --- a/web/assets/package.json +++ b/web/assets/package.json @@ -49,7 +49,7 @@ "postcss-cli": "^11.0.1", "postcss-import": "^16.1.1", "postcss-url": "^10.1.3", - "preact": "^10.28.0", + "preact": "^10.28.2", "preact-custom-element": "^4.6.0", "query-string": "^9.3.1", "sprintf-js": "^1.1.3", diff --git a/web/assets/yarn.lock b/web/assets/yarn.lock index 3c58157c..c2742929 100644 --- a/web/assets/yarn.lock +++ b/web/assets/yarn.lock @@ -1673,15 +1673,10 @@ preact-custom-element@^4.6.0: resolved "https://registry.yarnpkg.com/preact-custom-element/-/preact-custom-element-4.6.0.tgz#d3ca397da31d5a32f6c908d51b84a518e743fbbd" integrity sha512-RhPMuFpEIsbpEwnF+MoRbddzX0y8AdLn1dSpJSbpc6Nx3aSAPXSW9t2xAqQyGfEH1sl/bcsi8Vf0XbvStUy/Ug== -preact@^10.0.0: - version "10.25.4" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.4.tgz#c1d00bee9d7b9dcd06a2311d9951973b506ae8ac" - integrity sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA== - -preact@^10.28.0: - version "10.28.0" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.28.0.tgz#a851300df42842797046545e4172a4128d158755" - integrity sha512-rytDAoiXr3+t6OIP3WGlDd0ouCUG1iCWzkcY3++Nreuoi17y6T5i/zRhe6uYfoVcxq6YU+sBtJouuRDsq8vvqA== +preact@^10.0.0, preact@^10.28.2: + version "10.28.2" + resolved "https://registry.yarnpkg.com/preact/-/preact-10.28.2.tgz#4b668383afa4b4a2546bbe4bd1747e02e2360138" + integrity sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA== pretty-hrtime@^1.0.3: version "1.0.3"