Skip to content

Commit

Permalink
[Snyk] Upgrade zustand from 4.5.4 to 4.5.5 (#11925)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: karla-vm <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 1487020 commit 0260455
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.1.2",
"yup": "^0.32.11",
"zustand": "^4.5.3"
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.13.16",
Expand Down
21 changes: 12 additions & 9 deletions services/ui-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3655,6 +3655,9 @@
version "3.1.5"
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-3.1.5.tgz#ca7a86a3c6b20fabe59667143f58d9e198616d14"
integrity sha512-DhNPnqTqPoG8aZ5dWkFOgsuY+i0GQ3CI6hMmvCoduNsnU9gUZWZBwGfDQsTTB7NvFPkom1df7jMIJWU90kuXXg==
dependencies:
"@smithy/types" "^3.5.0"
tslib "^2.6.2"

"@smithy/config-resolver@^3.0.5", "@smithy/config-resolver@^3.0.9":
version "3.0.9"
Expand Down Expand Up @@ -9091,10 +9094,10 @@ use-sidecar@^1.0.1, use-sidecar@^1.0.5:
detect-node-es "^1.1.0"
tslib "^2.0.0"

[email protected].0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
[email protected].2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9"
integrity sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==

use@^3.1.0:
version "3.1.1"
Expand Down Expand Up @@ -9367,9 +9370,9 @@ yup@^0.32.11:
property-expr "^2.0.4"
toposort "^2.0.2"

zustand@^4.5.3:
version "4.5.4"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.4.tgz#63abdd81edfb190bc61e0bbae045cc4d52158a05"
integrity sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==
zustand@^4.5.5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.5.tgz#f8c713041543715ec81a2adda0610e1dc82d4ad1"
integrity sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==
dependencies:
use-sync-external-store "1.2.0"
use-sync-external-store "1.2.2"

0 comments on commit 0260455

Please sign in to comment.