From 523f8da8c85e79e67a69aa43d9c8fafd80a7ae16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:44:07 +0000 Subject: [PATCH] Bump @astrojs/preact from 3.5.2 to 3.5.3 Bumps [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@3.5.3/packages/integrations/preact) --- updated-dependencies: - dependency-name: "@astrojs/preact" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3610849..5d790ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "vue": "3.4" }, "devDependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.46.1", @@ -334,9 +334,9 @@ } }, "node_modules/@astrojs/preact": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@astrojs/preact/-/preact-3.5.2.tgz", - "integrity": "sha512-pu7cmoLy6fWV1oO2LZ8IU2Tgu+nMi8b2mvRoQ6oIn+ViJUu3Ibgi8gVl2Ntf/ZbrVBcyQm3qtCXMuIHBrsZ+7w==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@astrojs/preact/-/preact-3.5.3.tgz", + "integrity": "sha512-/4q7eaEZue+ZEp2lT4AtsHTRz+GWSoHEtAaFWhlfWNQxR08T1JqCtr/073JQl60dMEzclmGxXkZYL7Sq4/sQYw==", "dev": true, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.25.2", @@ -344,7 +344,7 @@ "@preact/preset-vite": "2.8.2", "@preact/signals": "^1.3.0", "babel-plugin-transform-hook-names": "^1.0.2", - "preact-render-to-string": "^6.5.9" + "preact-render-to-string": "^6.5.10" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" diff --git a/package.json b/package.json index d80c71d..96101ea 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "vue": "3.4" }, "devDependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.46.1", diff --git a/yarn.lock b/yarn.lock index 154f7ab..14bdebc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -213,17 +213,17 @@ unist-util-visit-parents "^6.0.1" vfile "^6.0.2" -"@astrojs/preact@^3.5.2": - version "3.5.2" - resolved "https://registry.yarnpkg.com/@astrojs/preact/-/preact-3.5.2.tgz#2e33eef1c939c04785e25636906dee07cec87c51" - integrity sha512-pu7cmoLy6fWV1oO2LZ8IU2Tgu+nMi8b2mvRoQ6oIn+ViJUu3Ibgi8gVl2Ntf/ZbrVBcyQm3qtCXMuIHBrsZ+7w== +"@astrojs/preact@^3.5.3": + version "3.5.3" + resolved "https://registry.yarnpkg.com/@astrojs/preact/-/preact-3.5.3.tgz#91ff5f0aafedb79eaa311d8bae4e24c62dcc83d0" + integrity sha512-/4q7eaEZue+ZEp2lT4AtsHTRz+GWSoHEtAaFWhlfWNQxR08T1JqCtr/073JQl60dMEzclmGxXkZYL7Sq4/sQYw== dependencies: "@babel/plugin-transform-react-jsx" "^7.25.2" "@babel/plugin-transform-react-jsx-development" "^7.24.7" "@preact/preset-vite" "2.8.2" "@preact/signals" "^1.3.0" babel-plugin-transform-hook-names "^1.0.2" - preact-render-to-string "^6.5.9" + preact-render-to-string "^6.5.10" "@astrojs/prism@3.1.0": version "3.1.0" @@ -3577,7 +3577,7 @@ postcss@^8.4.43: picocolors "^1.0.1" source-map-js "^1.2.0" -preact-render-to-string@^6.5.9: +preact-render-to-string@^6.5.10: version "6.5.10" resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-6.5.10.tgz#ae605bdc172865e7687bf287d2353ceb7accc9d5" integrity sha512-BJdypTQaBA5UbTF9NKZS3zP93Sw33tZOxNXIfuHofqOZFoMdsquNkVebs/HkEw0in/Qbi6Ep/Anngnj+VsHeBQ==