From e6c3bf43cf17ef18d98e08e54fc548d0a5b2dc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:48:37 +0000 Subject: [PATCH] Bump nanostores from 0.11.2 to 0.11.3 Bumps [nanostores](https://github.com/nanostores/nanostores) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/nanostores/nanostores/releases) - [Changelog](https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md) - [Commits](https://github.com/nanostores/nanostores/compare/0.11.2...0.11.3) --- updated-dependencies: - dependency-name: nanostores dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d18f14d..50b0f025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fraction.js": "^4.3.7", "fuse.js": "^7.0.0", "motion": "^10.18.0", - "nanostores": "^0.11.2", + "nanostores": "^0.11.3", "pigeon-maps": "^0.21.6", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -17100,16 +17100,15 @@ } }, "node_modules/nanostores": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.11.2.tgz", - "integrity": "sha512-6bucNxMJA5rNV554WQl+MWGng0QVMzlRgpKTHHfIbVLrhQ+yRXBychV9ECGVuuUfCMQPjfIG9bj8oJFZ9hYP/Q==", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.11.3.tgz", + "integrity": "sha512-TUes3xKIX33re4QzdxwZ6tdbodjmn3tWXCEc1uokiEmo14sI1EaGYNs2k3bU2pyyGNmBqFGAVl6jAGWd06AVIg==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" } diff --git a/package.json b/package.json index f1fb82e2..3e9322ee 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "fraction.js": "^4.3.7", "fuse.js": "^7.0.0", "motion": "^10.18.0", - "nanostores": "^0.11.2", + "nanostores": "^0.11.3", "pigeon-maps": "^0.21.6", "react": "^18.3.1", "react-dom": "^18.3.1",