From 896ce9e908339172e107f38f3402a1be15a79aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:12:18 +0000 Subject: [PATCH] Bump @unleash/proxy-client-react from 4.2.2 to 4.2.4 Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/Unleash/unleash-proxy-react/releases) - [Changelog](https://github.com/Unleash/proxy-client-react/blob/main/Changelog.md) - [Commits](https://github.com/Unleash/unleash-proxy-react/compare/v4.2.2...v4.2.4) --- updated-dependencies: - dependency-name: "@unleash/proxy-client-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d568774..19504a0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@redhat-cloud-services/frontend-components-utilities": "4.0.11", "@reduxjs/toolkit": "2.2.3", "@scalprum/react-core": "0.7.1", - "@unleash/proxy-client-react": "4.2.2", + "@unleash/proxy-client-react": "4.2.4", "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.3.1", @@ -5283,14 +5283,14 @@ "license": "ISC" }, "node_modules/@unleash/proxy-client-react": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.2.2.tgz", - "integrity": "sha512-KRg1dAQfxLSBe8O2i6GIGDM+7HUdUu/ntREy+JeYbmJ2b6ApFtLX/wt+3T/CjrTYjwRlZKZYJDx5E4fRDOQqpQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.2.4.tgz", + "integrity": "sha512-FWzKDqE28ZmogdXgL9caqMJTWnrVEMJWly8Ofbo1xNZHsk7R9jcWgozIXCWEPto/qijfyCBoat5xjsduT09l1g==", "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "unleash-proxy-client": "^3.2.0" + "unleash-proxy-client": "^3.4.0" } }, "node_modules/@webassemblyjs/ast": { @@ -18655,13 +18655,13 @@ } }, "node_modules/unleash-proxy-client": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.2.0.tgz", - "integrity": "sha512-y9iCRCytxQCej6HlXecGu63ul1Wz6xklXOs+vuaPbqtj4NDGT6IThUvP3h7m5pW+IIxR99hnkVS1FICt1FT3yQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.4.0.tgz", + "integrity": "sha512-ivCzm//z+S2T3gSBSZY7HN+5GfoLXZIovMyH6lIZRe2/vCicEdXtXD6cnLTQ2LAiXGV7DpoSM1m8WZGoiLRzkw==", "peer": true, "dependencies": { "tiny-emitter": "^2.1.0", - "uuid": "9.0.1" + "uuid": "^9.0.1" } }, "node_modules/unpipe": { diff --git a/package.json b/package.json index 140e8fd2..4640aae4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@redhat-cloud-services/frontend-components-utilities": "4.0.11", "@reduxjs/toolkit": "2.2.3", "@scalprum/react-core": "0.7.1", - "@unleash/proxy-client-react": "4.2.2", + "@unleash/proxy-client-react": "4.2.4", "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.3.1",