From acc4e7aa8d2ed60267cb26d26c1d740e8316cc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 05:00:00 +0000 Subject: [PATCH] build(deps): bump @unleash/proxy-client-react from 4.5.2 to 5.0.0 Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 4.5.2 to 5.0.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.5.2...v5.0.0) --- updated-dependencies: - dependency-name: "@unleash/proxy-client-react" dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 372e99af..0200114c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@reduxjs/toolkit": "2.6.0", "@scalprum/react-core": "0.9.5", "@sentry/webpack-plugin": "3.2.2", - "@unleash/proxy-client-react": "4.5.2", + "@unleash/proxy-client-react": "5.0.0", "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.3.1", @@ -5644,9 +5644,10 @@ "license": "ISC" }, "node_modules/@unleash/proxy-client-react": { - "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==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-5.0.0.tgz", + "integrity": "sha512-f00yLXSdA2ifB1RvqD1T4Il3Yk0CjVibKYS4cdOeLb6LhyH4kIeyJwtQO1slUrKRUy8VBt8Hmm2Rh1JEGlkfSQ==", + "license": "Apache-2.0", "engines": { "node": ">=16.0.0" }, diff --git a/package.json b/package.json index 69f5498b..00ce907c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@reduxjs/toolkit": "2.6.0", "@scalprum/react-core": "0.9.5", "@sentry/webpack-plugin": "3.2.2", - "@unleash/proxy-client-react": "4.5.2", + "@unleash/proxy-client-react": "5.0.0", "classnames": "2.5.1", "lodash": "4.17.21", "react": "18.3.1",