build(deps): bump @unleash/proxy-client-react from 4.5.1 to 4.5.2

Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 4.5.1 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.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: "@unleash/proxy-client-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-25 05:11:16 +00:00 committed by Klara Simickova
parent a50a9f6afd
commit c66f38c484
2 changed files with 13 additions and 9 deletions

20
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@reduxjs/toolkit": "2.5.1",
"@scalprum/react-core": "0.9.3",
"@sentry/webpack-plugin": "3.2.0",
"@unleash/proxy-client-react": "4.5.1",
"@unleash/proxy-client-react": "4.5.2",
"classnames": "2.5.1",
"lodash": "4.17.21",
"react": "18.3.1",
@ -6137,14 +6137,15 @@
"license": "ISC"
},
"node_modules/@unleash/proxy-client-react": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.5.1.tgz",
"integrity": "sha512-vo9fcAbSM7SItBF0XuKqD/nderEfXCA5EC30ozm1HHWZr2tE4RxodsN26Nh1rGqgDkNVr2MssMX13p9G4P2aSw==",
"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.7.2"
"unleash-proxy-client": "^3.7.3"
}
},
"node_modules/@vitejs/plugin-react": {
@ -19061,6 +19062,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": {
@ -19721,9 +19723,10 @@
}
},
"node_modules/unleash-proxy-client": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.7.2.tgz",
"integrity": "sha512-1SvHsl3kQh1DT9EKMQsN9alOvXZEz9hpxa3mG6QWtTmXJqa6VZi25dQ2U8Y2KAULKg6ARLMUQkod74Fe/pKp0g==",
"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",
@ -19738,6 +19741,7 @@
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"peer": true,
"bin": {
"uuid": "dist/bin/uuid"

View file

@ -17,7 +17,7 @@
"@reduxjs/toolkit": "2.5.1",
"@scalprum/react-core": "0.9.3",
"@sentry/webpack-plugin": "3.2.0",
"@unleash/proxy-client-react": "4.5.1",
"@unleash/proxy-client-react": "4.5.2",
"classnames": "2.5.1",
"lodash": "4.17.21",
"react": "18.3.1",