From 0260455034734108e4e73127c0f7b0ecbfafedda Mon Sep 17 00:00:00 2001 From: MDCT GitHub Service Account <125407418+mdct-github-service-account@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:16:59 -0500 Subject: [PATCH] [Snyk] Upgrade zustand from 4.5.4 to 4.5.5 (#11925) Co-authored-by: snyk-bot Co-authored-by: karla-vm --- services/ui-src/package.json | 2 +- services/ui-src/yarn.lock | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/services/ui-src/package.json b/services/ui-src/package.json index 51aa9c30e..c7be72a8d 100644 --- a/services/ui-src/package.json +++ b/services/ui-src/package.json @@ -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", diff --git a/services/ui-src/yarn.lock b/services/ui-src/yarn.lock index 1ffe9ba38..728f54b87 100644 --- a/services/ui-src/yarn.lock +++ b/services/ui-src/yarn.lock @@ -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" @@ -9091,10 +9094,10 @@ use-sidecar@^1.0.1, use-sidecar@^1.0.5: detect-node-es "^1.1.0" tslib "^2.0.0" -use-sync-external-store@1.2.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== +use-sync-external-store@1.2.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" @@ -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"