From 38cba1462a758dd38a724adbca72f3cf948f3e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:10:07 +0000 Subject: [PATCH] Bump @nanostores/persistent from 0.9.1 to 0.10.1 Bumps [@nanostores/persistent](https://github.com/nanostores/persistent) from 0.9.1 to 0.10.1. - [Release notes](https://github.com/nanostores/persistent/releases) - [Changelog](https://github.com/nanostores/persistent/blob/main/CHANGELOG.md) - [Commits](https://github.com/nanostores/persistent/compare/0.9.1...0.10.1) --- updated-dependencies: - dependency-name: "@nanostores/persistent" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",