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",