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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-01 14:12:25 +00:00 committed by Klara Simickova
parent 6af015f0e0
commit 9bf71e344b
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@redhat-cloud-services/frontend-components-utilities": "3.5.0",
"@reduxjs/toolkit": "^1.9.5",
"@scalprum/react-core": "^0.5.1",
"@unleash/proxy-client-react": "^3.5.2",
"@unleash/proxy-client-react": "^3.6.0",
"classnames": "2.3.2",
"lodash": "4.17.21",
"react": "17.0.2",
@ -4894,11 +4894,11 @@
}
},
"node_modules/@unleash/proxy-client-react": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-3.5.2.tgz",
"integrity": "sha512-5Y3sfZadCPmJ3xaXrcIlrYeVVYzz7JQF8zDu9x46Ea2uBM7A5lVpYfdoIVkTnuK6xFoPxyByUGHhSNuH24x1bA==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-3.6.0.tgz",
"integrity": "sha512-maQ3PYdBWUpIraD9z/2C8oVoCAS/EryV0WT4HiZQWxzrwvrZ+XHQJw1sImzRdWlGMvl1qJcgdEoxXhNSuYIrEQ==",
"peerDependencies": {
"unleash-proxy-client": "^2.4.3"
"unleash-proxy-client": "^2.5.0"
}
},
"node_modules/@webassemblyjs/ast": {
@ -18568,9 +18568,9 @@
}
},
"node_modules/unleash-proxy-client": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-2.4.3.tgz",
"integrity": "sha512-ILJIHNSeh7ajHczemNE19Rl3NpVU3voFouYIgWCbJd+OhuJ9elfpuD1LF5yucEJq8AuWKkEM2AzUFFOTiv/2Sw==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-2.5.0.tgz",
"integrity": "sha512-GWYLcQDW2UVhqAVwZX7jNzD6Lp96UJXEi66r9MiDd/C3Xw7rbTdFziNJAhEZpLNqR7j75+TfZaEYMCMy/k778g==",
"peer": true,
"dependencies": {
"tiny-emitter": "^2.1.0",
@ -23329,9 +23329,9 @@
}
},
"@unleash/proxy-client-react": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-3.5.2.tgz",
"integrity": "sha512-5Y3sfZadCPmJ3xaXrcIlrYeVVYzz7JQF8zDu9x46Ea2uBM7A5lVpYfdoIVkTnuK6xFoPxyByUGHhSNuH24x1bA==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-3.6.0.tgz",
"integrity": "sha512-maQ3PYdBWUpIraD9z/2C8oVoCAS/EryV0WT4HiZQWxzrwvrZ+XHQJw1sImzRdWlGMvl1qJcgdEoxXhNSuYIrEQ==",
"requires": {}
},
"@webassemblyjs/ast": {
@ -33521,9 +33521,9 @@
"dev": true
},
"unleash-proxy-client": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-2.4.3.tgz",
"integrity": "sha512-ILJIHNSeh7ajHczemNE19Rl3NpVU3voFouYIgWCbJd+OhuJ9elfpuD1LF5yucEJq8AuWKkEM2AzUFFOTiv/2Sw==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-2.5.0.tgz",
"integrity": "sha512-GWYLcQDW2UVhqAVwZX7jNzD6Lp96UJXEi66r9MiDd/C3Xw7rbTdFziNJAhEZpLNqR7j75+TfZaEYMCMy/k778g==",
"peer": true,
"requires": {
"tiny-emitter": "^2.1.0",

View file

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