From f0794549e9bc968f753ac6051120c7a3209a7fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:13:21 +0000 Subject: [PATCH] build(deps): bump zustand from 4.3.9 to 4.4.2 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.3.9 to 4.4.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.3.9...v4.4.2) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platform/firecamp-platform/package.json | 2 +- playgrounds/firecamp-socket-io/package.json | 2 +- playgrounds/firecamp-websocket/package.json | 2 +- pnpm-lock.yaml | 27 ++++++++++++--------- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/platform/firecamp-platform/package.json b/platform/firecamp-platform/package.json index 58a4538bb..3361e79aa 100644 --- a/platform/firecamp-platform/package.json +++ b/platform/firecamp-platform/package.json @@ -88,7 +88,7 @@ "redux": "^3.2.1", "xml-js": "^1.6.9", "xmljson": "^0.2.0", - "zustand": "^4.3.9" + "zustand": "^4.4.2" }, "prettier": { "singleQuote": true diff --git a/playgrounds/firecamp-socket-io/package.json b/playgrounds/firecamp-socket-io/package.json index 9c603f0b6..1ca976885 100644 --- a/playgrounds/firecamp-socket-io/package.json +++ b/playgrounds/firecamp-socket-io/package.json @@ -46,7 +46,7 @@ "socket.io-client-v2": "npm:socket.io-client@2.4.0", "socket.io-client-v3": "npm:socket.io-client@3.1.0", "socket.io-client-v4": "npm:socket.io-client@4.1.3", - "zustand": "^4.3.9" + "zustand": "^4.4.2" }, "devDependencies": { "@types/jest": "29.2.4", diff --git a/playgrounds/firecamp-websocket/package.json b/playgrounds/firecamp-websocket/package.json index 0c93519a8..eec794cbc 100644 --- a/playgrounds/firecamp-websocket/package.json +++ b/playgrounds/firecamp-websocket/package.json @@ -45,7 +45,7 @@ "react-fast-compare": "^3.2.0", "react-ga": "^3.1.2", "react-virtualized": "^9.21.5", - "zustand": "^4.3.9" + "zustand": "^4.4.2" }, "devDependencies": { "@types/jest": "29.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e90d0309..c0e93a814 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -895,8 +895,8 @@ importers: specifier: ^0.2.0 version: 0.2.0 zustand: - specifier: ^4.3.9 - version: 4.3.9(react@17.0.2) + specifier: ^4.4.2 + version: 4.4.2(react@17.0.2) devDependencies: '@types/chrome': specifier: ^0.0.204 @@ -1596,8 +1596,8 @@ importers: specifier: npm:socket.io-client@4.1.3 version: /socket.io-client@4.1.3 zustand: - specifier: ^4.3.9 - version: 4.3.9(react@17.0.2) + specifier: ^4.4.2 + version: 4.4.2(react@17.0.2) devDependencies: '@types/jest': specifier: 29.2.4 @@ -1790,8 +1790,8 @@ importers: specifier: ^9.21.5 version: 9.22.3(react-dom@17.0.2)(react@17.0.2) zustand: - specifier: ^4.3.9 - version: 4.3.9(react@17.0.2) + specifier: ^4.4.2 + version: 4.4.2(react@17.0.2) devDependencies: '@types/jest': specifier: 29.2.4 @@ -4137,7 +4137,7 @@ packages: '@firecamp/url': 0.0.20 '@firecamp/utils': 0.0.15 nanoid: 3.3.4 - parse-curl: github.com/firecamp-forks/parse-curl.js/366e62aebfb88b5974b223c1f4c5b456cefab0a0 + parse-curl: git@github.com+firecamp-forks/parse-curl.js/366e62aebfb88b5974b223c1f4c5b456cefab0a0 dev: false /@firecamp/types@0.1.14: @@ -5135,7 +5135,7 @@ packages: resolution: {integrity: sha512-bPYfw8V65v17m2Od1cv44FH+SiKW7w2Xu7trhcdTLUmSv85rfKsP+qXSjO4KGJr4dtPSzl/gvslZBXctf1qGEA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.4.3 + '@jest/schemas': 29.6.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 '@types/node': 16.18.40 @@ -29830,13 +29830,16 @@ packages: wrap-ansi: 2.1.0 dev: true - /zustand@4.3.9(react@17.0.2): - resolution: {integrity: sha512-Tat5r8jOMG1Vcsj8uldMyqYKC5IZvQif8zetmLHs9WoZlntTHmIoNM8TpLRY31ExncuUvUOXehd0kvahkuHjDw==} + /zustand@4.4.2(react@17.0.2): + resolution: {integrity: sha512-qF3/vZHCrjPUX5DvPE3DPDZlh+FiAWRKlP9PI7SlW1MCk8q4vUCDqyWsbF8K41ne0Yx8eeeb0m1cypn1LqUMYQ==} engines: {node: '>=12.7.0'} peerDependencies: + '@types/react': '>=16.8' immer: '>=9.0' react: '>=16.8' peerDependenciesMeta: + '@types/react': + optional: true immer: optional: true react: @@ -29850,8 +29853,8 @@ packages: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} dev: true - github.com/firecamp-forks/parse-curl.js/366e62aebfb88b5974b223c1f4c5b456cefab0a0: - resolution: {tarball: https://codeload.github.com/firecamp-forks/parse-curl.js/tar.gz/366e62aebfb88b5974b223c1f4c5b456cefab0a0} + git@github.com+firecamp-forks/parse-curl.js/366e62aebfb88b5974b223c1f4c5b456cefab0a0: + resolution: {commit: 366e62aebfb88b5974b223c1f4c5b456cefab0a0, repo: git@github.com:firecamp-forks/parse-curl.js.git, type: git} name: parse-curl version: 0.2.6 dependencies: