diff --git a/package-lock.json b/package-lock.json index 0a644d7fb..b5584481f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "@fontsource/poppins": "^5.0.14", "@fontsource/source-sans-pro": "^5.0.8", "@nanostores/preact": "^0.5.1", - "@rollup/rollup-linux-arm64-gnu": "^4.19.0", "@scalar/api-reference": "^1.24.49", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", @@ -85,7 +84,7 @@ "mdast-util-mdx-jsx": "^3.1.2", "mdast-util-to-hast": "^13.2.0", "mdast-util-to-string": "^4.0.0", - "preact": "^10.22.0", + "preact": "^10.22.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.0", "rehype": "^13.0.1", @@ -17186,9 +17185,9 @@ } }, "node_modules/preact": { - "version": "10.22.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.22.0.tgz", - "integrity": "sha512-RRurnSjJPj4rp5K6XoP45Ui33ncb7e4H7WiOHVpjbkvqvA3U+N8Z6Qbo0AE6leGYBV66n8EhEaFixvIu3SkxFw==", + "version": "10.22.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.22.1.tgz", + "integrity": "sha512-jRYbDDgMpIb5LHq3hkI0bbl+l/TQ9UnkdQ0ww+lp+4MMOdqaUYdFc5qeyP+IV8FAd/2Em7drVPeKdQxsiWCf/A==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 2746ac5d7..c1f2fa531 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "mdast-util-mdx-jsx": "^3.1.2", "mdast-util-to-hast": "^13.2.0", "mdast-util-to-string": "^4.0.0", - "preact": "^10.22.0", + "preact": "^10.22.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.0", "rehype": "^13.0.1",