From 04bce40bd7b2178bb24ca8162ad8c848e75e67a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:58:50 +0000 Subject: [PATCH] build(deps): bump @unleash/proxy-client-react from 4.3.0 to 4.3.1 Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 4.3.0 to 4.3.1. - [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.3.0...v4.3.1) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9a8cba5..5995515c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@redhat-cloud-services/frontend-components-utilities": "4.0.14", "@reduxjs/toolkit": "2.2.7", "@scalprum/react-core": "0.8.0", - "@unleash/proxy-client-react": "4.3.0", + "@unleash/proxy-client-react": "4.3.1", "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.3.1", @@ -4129,14 +4129,14 @@ "dev": true }, "node_modules/@unleash/proxy-client-react": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.3.0.tgz", - "integrity": "sha512-WCsTcuxIcchW8j5g1vSKZZ1C2yRU9cJog0PVgUSgqLQE01bDXLmo4Nhx2vE8d4XQ3o2bC5FxPa9g87ipuObMCA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.3.1.tgz", + "integrity": "sha512-AZ53XY+M/TVG1LRqULiikxc+IMUZMvfr4Sb7axWBOJbNwmQ39vHOWXy19dEFS3ha2b9EpHA1bC3IdaDWzR3euQ==", "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "unleash-proxy-client": "^3.5.1" + "unleash-proxy-client": "^3.5.2" } }, "node_modules/@vitejs/plugin-react": { diff --git a/package.json b/package.json index 17d11d23..9616cf4f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@redhat-cloud-services/frontend-components-utilities": "4.0.14", "@reduxjs/toolkit": "2.2.7", "@scalprum/react-core": "0.8.0", - "@unleash/proxy-client-react": "4.3.0", + "@unleash/proxy-client-react": "4.3.1", "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.3.1",