build(deps): bump @unleash/proxy-client-react from 3.6.0 to 4.1.1

Bumps [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) from 3.6.0 to 4.1.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/v3.6.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-20 07:59:28 +00:00 committed by Klara Simickova
parent 14b00e3fcd
commit 0d30a96587
2 changed files with 22 additions and 11 deletions

31
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@redhat-cloud-services/frontend-components-utilities": "4.0.2",
"@reduxjs/toolkit": "1.9.5",
"@scalprum/react-core": "0.5.1",
"@unleash/proxy-client-react": "3.6.0",
"@unleash/proxy-client-react": "4.1.1",
"classnames": "2.3.2",
"lodash": "4.17.21",
"react": "18.2.0",
@ -5394,10 +5394,14 @@
"license": "ISC"
},
"node_modules/@unleash/proxy-client-react": {
"version": "3.6.0",
"license": "Apache-2.0",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.1.1.tgz",
"integrity": "sha512-lbKVGfS9G5ela/8Ei5g7FD+5Q3un61ha3Mk7OWmWTBteeu6GctzFl/zYHWSHzz4ZiayhfX/Km2UprR68Db9Tcg==",
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"unleash-proxy-client": "^2.5.0"
"unleash-proxy-client": "^3.2.0"
}
},
"node_modules/@webassemblyjs/ast": {
@ -18887,7 +18891,8 @@
},
"node_modules/tiny-emitter": {
"version": "2.1.0",
"license": "MIT",
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
"peer": true
},
"node_modules/tiny-warning": {
@ -19433,17 +19438,23 @@
}
},
"node_modules/unleash-proxy-client": {
"version": "2.5.0",
"license": "Apache-2.0",
"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",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
}
},
"node_modules/unleash-proxy-client/node_modules/uuid": {
"version": "8.3.2",
"license": "MIT",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"peer": true,
"bin": {
"uuid": "dist/bin/uuid"

View file

@ -17,7 +17,7 @@
"@redhat-cloud-services/frontend-components-utilities": "4.0.2",
"@reduxjs/toolkit": "1.9.5",
"@scalprum/react-core": "0.5.1",
"@unleash/proxy-client-react": "3.6.0",
"@unleash/proxy-client-react": "4.1.1",
"classnames": "2.3.2",
"lodash": "4.17.21",
"react": "18.2.0",