From ccee526f321f5663614f1c2acdb6b79ce22cd2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 06:50:43 +0000 Subject: [PATCH] chore(deps): bump @unleash/proxy-client-react from 4.1.2 to 4.5.2 Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 4.1.2 to 4.5.2. - [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.1.2...v4.5.2) --- updated-dependencies: - dependency-name: "@unleash/proxy-client-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c9d6f91e0..0b5a890b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@redhat-cloud-services/frontend-components-translations": "^3.2.9", "@redhat-cloud-services/frontend-components-utilities": "4.0.2", "@sentry/webpack-plugin": "^3.1.0", - "@unleash/proxy-client-react": "^4.1.2", + "@unleash/proxy-client-react": "^4.5.2", "classnames": "2.3.1", "react": "18.2.0", "react-dom": "18.2.0", @@ -6693,14 +6693,15 @@ "dev": true }, "node_modules/@unleash/proxy-client-react": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.1.2.tgz", - "integrity": "sha512-AW6CKMHfLoUDzLahXHTD9bCKMKC31kC0kYLDrg089vf9gTAuGNnrY0bIEmrkh0M06JVkbXq9H8As3EIXdioizg==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.5.2.tgz", + "integrity": "sha512-mxml+6+hH64qpTml768Suf955n5YttCZgmsw1TJYmUJ1pa+X+dBYvAM0Mdg8L+uUU7hz1xFrOeWtgtJRe+17eQ==", + "license": "Apache-2.0", "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "unleash-proxy-client": "^3.2.0" + "unleash-proxy-client": "^3.7.3" } }, "node_modules/@vue/compiler-core": { @@ -21769,6 +21770,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==", + "license": "MIT", "peer": true }, "node_modules/tiny-warning": { @@ -22413,9 +22415,10 @@ } }, "node_modules/unleash-proxy-client": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.3.1.tgz", - "integrity": "sha512-tekoTRWBK+B0uG9o/5CJ+LAKNZv+OdLPFVXFESQU2JHnyjtedLyTAmdWhPIxC/eCKiBBay1/2BEWOUCJaL1vzQ==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.7.3.tgz", + "integrity": "sha512-Cd7ovrhAIpwveNFdtpzs7HO0WeArC2fbjIVGL2Cjza8bHD+jJ1JbSuy3tFuKvvUkbVKq/EGV0RgosEa/3UVLgg==", + "license": "Apache-2.0", "peer": true, "dependencies": { "tiny-emitter": "^2.1.0", @@ -22430,6 +22433,7 @@ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "peer": true, "bin": { "uuid": "dist/bin/uuid" diff --git a/package.json b/package.json index 63686b70a1..d04da4a538 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@redhat-cloud-services/frontend-components-translations": "^3.2.9", "@redhat-cloud-services/frontend-components-utilities": "4.0.2", "@sentry/webpack-plugin": "^3.1.0", - "@unleash/proxy-client-react": "^4.1.2", + "@unleash/proxy-client-react": "^4.5.2", "classnames": "2.3.1", "react": "18.2.0", "react-dom": "18.2.0",