diff --git a/package-lock.json b/package-lock.json index 19fa52d..4fb755a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", - "@nanostores/persistent": "^0.9.1", + "@nanostores/persistent": "^0.10.1", "@nanostores/react": "^0.7.1", "@pagefind/default-ui": "^1.0.4", "@tailwindcss/typography": "^0.5.10", @@ -1747,9 +1747,9 @@ } }, "node_modules/@nanostores/persistent": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@nanostores/persistent/-/persistent-0.9.1.tgz", - "integrity": "sha512-ow57Hxm5VMaI5GHET/cVk8hX/iKMmbhcGrB9owfN8p8OHiiJgUlYxe1giacwlAALJXAh2t8bxXh42hHb64BCEA==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@nanostores/persistent/-/persistent-0.10.1.tgz", + "integrity": "sha512-BMYj47ONmkrPkHfomimtBAwtDNNjO57lw0uk7jB35GHVwixmqWtlK6DVAAbioqwJn9WEaWSB/9Ss5ukBG0NHlQ==", "funding": [ { "type": "github", @@ -1757,10 +1757,10 @@ } ], "engines": { - "node": "^16.0.0 || ^18.0.0 || >=20.0.0" + "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "nanostores": "^0.9.0" + "nanostores": "^0.9.0 || ^0.10.0" } }, "node_modules/@nanostores/react": { diff --git a/package.json b/package.json index f0a6b5f..8e45ea6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", - "@nanostores/persistent": "^0.9.1", + "@nanostores/persistent": "^0.10.1", "@nanostores/react": "^0.7.1", "@pagefind/default-ui": "^1.0.4", "@tailwindcss/typography": "^0.5.10",