From c45c23aa5999cedcd73fc2ebf597e85515537295 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 01:09:41 +0000 Subject: [PATCH] fix: upgrade zustand from 4.5.4 to 4.5.5 Snyk has created this PR to upgrade zustand from 4.5.4 to 4.5.5. See this package in npm: zustand See this project in Snyk: https://app.snyk.io/org/zntb/project/e7b9c400-f321-4f09-a1bd-4d4f539a447d?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 18 ++++++++++-------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index af25c19..51c0b75 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "5.0.1", "socket.io-client": "^4.7.5", "web-vitals": "^2.1.4", - "zustand": "^4.5.4" + "zustand": "^4.5.5" }, "devDependencies": { "@eslint/js": "^9.8.0", @@ -17353,9 +17353,10 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", - "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", + "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", + "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } @@ -18314,11 +18315,12 @@ } }, "node_modules/zustand": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.4.tgz", - "integrity": "sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.5.tgz", + "integrity": "sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==", + "license": "MIT", "dependencies": { - "use-sync-external-store": "1.2.0" + "use-sync-external-store": "1.2.2" }, "engines": { "node": ">=12.7.0" diff --git a/client/package.json b/client/package.json index d6267ef..438d0fa 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "react-scripts": "5.0.1", "socket.io-client": "^4.7.5", "web-vitals": "^2.1.4", - "zustand": "^4.5.4" + "zustand": "^4.5.5" }, "scripts": { "start": "react-scripts start",