From 9f1cc825b67f044ada15511e0e8f85549969d587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:28:10 +0000 Subject: [PATCH] Bump nanostores from 0.9.4 to 0.9.5 (#863) Bumps [nanostores](https://github.com/nanostores/nanostores) from 0.9.4 to 0.9.5. - [Changelog](https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md) - [Commits](https://github.com/nanostores/nanostores/compare/0.9.4...0.9.5) --- updated-dependencies: - dependency-name: nanostores dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebf93c96..57db81d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fraction.js": "^4.3.7", "fuse.js": "^7.0.0", "motion": "^10.16.4", - "nanostores": "^0.9.4", + "nanostores": "^0.9.5", "pigeon-maps": "^0.21.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -13336,9 +13336,9 @@ } }, "node_modules/nanostores": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.9.4.tgz", - "integrity": "sha512-BVFzKt6K5P8tYQLL7MItqcev7jpspA5pIjv+Ck3k6wBnUlwCJcpkGTIinj4APvx8SvdP9fXDGoMRCTY6DO/9QA==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.9.5.tgz", + "integrity": "sha512-Z+p+g8E7yzaWwOe5gEUB2Ox0rCEeXWYIZWmYvw/ajNYX8DlXdMvMDj8DWfM/subqPAcsf8l8Td4iAwO1DeIIRQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index ef8a95ae..8a6db892 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "fraction.js": "^4.3.7", "fuse.js": "^7.0.0", "motion": "^10.16.4", - "nanostores": "^0.9.4", + "nanostores": "^0.9.5", "pigeon-maps": "^0.21.3", "react": "^18.2.0", "react-dom": "^18.2.0",