From 0b9bc35756d1614f48b028ce020974c12a5999d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 14:10:28 +0000 Subject: [PATCH] fix: upgrade preact from 10.11.2 to 10.21.0 Snyk has created this PR to upgrade preact from 10.11.2 to 10.21.0. See this package in npm: preact See this project in Snyk: https://app.snyk.io/org/q1bluequantumblockchainlabs.onmicrosoft.com/project/9f812a20-05a1-4f62-a718-148bd58a2ff9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b7587a..20ee22c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "^17.0.45", "@types/react-dom": "^18.0.0", "astro": "^1.6.0", - "preact": "^10.7.3", + "preact": "^10.21.0", "react": "^18.1.0", "react-dom": "^18.1.0" } @@ -4615,9 +4615,10 @@ } }, "node_modules/preact": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.11.2.tgz", - "integrity": "sha512-skAwGDFmgxhq1DCBHke/9e12ewkhc7WYwjuhHB8HHS8zkdtITXLRmUMTeol2ldxvLwYtwbFeifZ9uDDWuyL4Iw==", + "version": "10.21.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.21.0.tgz", + "integrity": "sha512-aQAIxtzWEwH8ou+OovWVSVNlFImL7xUCwJX3YMqA3U8iKCNC34999fFOnWjYNsylgfPgMexpbk7WYOLtKr/mxg==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" @@ -9681,9 +9682,9 @@ } }, "preact": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.11.2.tgz", - "integrity": "sha512-skAwGDFmgxhq1DCBHke/9e12ewkhc7WYwjuhHB8HHS8zkdtITXLRmUMTeol2ldxvLwYtwbFeifZ9uDDWuyL4Iw==" + "version": "10.21.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.21.0.tgz", + "integrity": "sha512-aQAIxtzWEwH8ou+OovWVSVNlFImL7xUCwJX3YMqA3U8iKCNC34999fFOnWjYNsylgfPgMexpbk7WYOLtKr/mxg==" }, "preact-render-to-string": { "version": "5.2.6", diff --git a/package.json b/package.json index 659e25c..e01354f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "astro": "^1.6.0", - "preact": "^10.7.3", + "preact": "^10.21.0", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.2.1",