From 1c6ee9cf3a0ec3a6aff4df7cde63e50dd03f4066 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:02:08 +0000 Subject: [PATCH] fix: upgrade nanostores from 0.9.5 to 0.10.3 Snyk has created this PR to upgrade nanostores from 0.9.5 to 0.10.3. See this package in npm: nanostores See this project in Snyk: https://app.snyk.io/org/hawthorne001/project/1dab3a86-6684-4904-a5aa-240d696b58ee?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- examples/with-nanostores/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 4c3093f01df0..af72ee5b79aa 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -14,7 +14,7 @@ "@astrojs/preact": "^3.2.0", "@nanostores/preact": "^0.5.0", "astro": "^4.6.3", - "nanostores": "^0.9.5", + "nanostores": "^0.10.3", "preact": "^10.19.2" } }