From 23dcd4027aa31b736287e920045ccca5d352a8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:36:55 +0000 Subject: [PATCH] (chore): Bump @unleash/proxy-client-react from 4.0.3 to 4.1.0 Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 4.0.3 to 4.1.0. - [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.0.3...v4.1.0) --- 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f13efba5..382b812e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@redhat-cloud-services/frontend-components-notifications": "^4.0.4", "@redhat-cloud-services/frontend-components-translations": "^3.2.7", "@redhat-cloud-services/frontend-components-utilities": "^4.0.2", - "@unleash/proxy-client-react": "^4.0.3", + "@unleash/proxy-client-react": "^4.1.0", "axios": "^1.6.0", "classnames": "^2.3.2", "js-file-download": "^0.4.12", @@ -4427,14 +4427,14 @@ "dev": true }, "node_modules/@unleash/proxy-client-react": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.0.3.tgz", - "integrity": "sha512-/+COnnXjIHIXN0Kqmx5jJrQn25BRF+U7cPcvnOeHp4M1X5vxfrlB00jp0loTXQDbFFvgNWKupsPMjNamKmkEvQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.1.0.tgz", + "integrity": "sha512-4mdHtEDgjFtz7I+fQ5V3gdrDFJVhhymyV2J6ZC9G6xFPjOZGTKdA5ZJDFiHm3N23KeND/NUmdGSKJmz27b0LoQ==", "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "unleash-proxy-client": "^3.0.0" + "unleash-proxy-client": "^3.2.0" } }, "node_modules/@webassemblyjs/ast": { @@ -20617,9 +20617,9 @@ } }, "node_modules/unleash-proxy-client": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.0.0.tgz", - "integrity": "sha512-o9/UOTtvqpa0M3wPwd2YctMqRNO8ID32VCZHAhToJ+3Lh6Qdn1FUqrvyeQpycW/xKuqQNsYXH7W83qSy9Bb/UA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.2.0.tgz", + "integrity": "sha512-y9iCRCytxQCej6HlXecGu63ul1Wz6xklXOs+vuaPbqtj4NDGT6IThUvP3h7m5pW+IIxR99hnkVS1FICt1FT3yQ==", "peer": true, "dependencies": { "tiny-emitter": "^2.1.0", diff --git a/package.json b/package.json index 8e880bb1..bccfb157 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@redhat-cloud-services/frontend-components-notifications": "^4.0.4", "@redhat-cloud-services/frontend-components-translations": "^3.2.7", "@redhat-cloud-services/frontend-components-utilities": "^4.0.2", - "@unleash/proxy-client-react": "^4.0.3", + "@unleash/proxy-client-react": "^4.1.0", "axios": "^1.6.0", "classnames": "^2.3.2", "js-file-download": "^0.4.12",