diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 000812e541d38..2cb1a892f4bcc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -385,8 +385,8 @@ importers: specifier: link:../../napi/transform version: link:../../napi/transform preact: - specifier: ^10.26.7 - version: 10.28.0 + specifier: ^10.28.2 + version: 10.28.2 qs: specifier: ^6.13.1 version: 6.14.0 @@ -4675,8 +4675,8 @@ packages: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} - preact@10.28.0: - resolution: {integrity: sha512-rytDAoiXr3+t6OIP3WGlDd0ouCUG1iCWzkcY3++Nreuoi17y6T5i/zRhe6uYfoVcxq6YU+sBtJouuRDsq8vvqA==} + preact@10.28.2: + resolution: {integrity: sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==} prebuild-install@7.1.3: resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} @@ -10016,7 +10016,7 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - preact@10.28.0: {} + preact@10.28.2: {} prebuild-install@7.1.3: dependencies: diff --git a/tasks/e2e/package.json b/tasks/e2e/package.json index dfea0b7759ac0..cb03a506e0499 100644 --- a/tasks/e2e/package.json +++ b/tasks/e2e/package.json @@ -32,7 +32,7 @@ "ms": "^2.1.3", "oxc-minify": "link:../../napi/minify", "oxc-transform": "link:../../napi/transform", - "preact": "^10.26.7", + "preact": "^10.28.2", "qs": "^6.13.1", "ramda": "^0.32.0", "react": "=19.2.3",