From f20e5812f904da87857c621ea641daa71f17f25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:28:17 +0000 Subject: [PATCH] Bump zustand from 4.5.2 to 4.5.5 in the state group across 1 directory Bumps the state group with 1 update in the / directory: [zustand](https://github.com/pmndrs/zustand). Updates `zustand` from 4.5.2 to 4.5.5 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.2...v4.5.5) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch dependency-group: state ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- packages/nodes/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4b23d41..083c629e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9746,8 +9746,9 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.2.0", - "license": "MIT", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", + "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } @@ -10097,11 +10098,11 @@ } }, "node_modules/zustand": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.2.tgz", - "integrity": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.5.tgz", + "integrity": "sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==", "dependencies": { - "use-sync-external-store": "1.2.0" + "use-sync-external-store": "1.2.2" }, "engines": { "node": ">=12.7.0" @@ -10136,7 +10137,7 @@ "@nodepen/core": "^2.0.0", "@speckle/viewer": "^2.17.16", "immer": "^10.1.1", - "zustand": "4.5.2" + "zustand": "4.5.5" }, "devDependencies": { "@types/react": "^18.3.3", diff --git a/packages/nodes/package.json b/packages/nodes/package.json index 83c467d8..3804b928 100644 --- a/packages/nodes/package.json +++ b/packages/nodes/package.json @@ -26,7 +26,7 @@ "@nodepen/core": "^2.0.0", "@speckle/viewer": "^2.17.16", "immer": "^10.1.1", - "zustand": "4.5.2" + "zustand": "4.5.5" }, "peerDependencies": { "react": "^18.0",