diff --git a/package-lock.json b/package-lock.json index 3a6b603c..1097464d 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.1", + "@unleash/proxy-client-react": "^4.0.3", "axios": "^1.5.1", "classnames": "^2.3.2", "js-file-download": "^0.4.12", @@ -4421,14 +4421,14 @@ } }, "node_modules/@unleash/proxy-client-react": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.0.1.tgz", - "integrity": "sha512-dGFVhbCpdjItcCNNS7yum9XsXSqP25Y9tB1k/YcSagLu2bdkbrEhMymXEc3zWl7qmxldCCfXK3UFSC0whc3pmw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@unleash/proxy-client-react/-/proxy-client-react-4.0.3.tgz", + "integrity": "sha512-/+COnnXjIHIXN0Kqmx5jJrQn25BRF+U7cPcvnOeHp4M1X5vxfrlB00jp0loTXQDbFFvgNWKupsPMjNamKmkEvQ==", "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "unleash-proxy-client": "^2.5.0" + "unleash-proxy-client": "^3.0.0" } }, "node_modules/@webassemblyjs/ast": { @@ -20718,13 +20718,26 @@ } }, "node_modules/unleash-proxy-client": { - "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==", + "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==", "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": "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" } }, "node_modules/unpipe": { diff --git a/package.json b/package.json index a40c78de..9d798073 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,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.1", + "@unleash/proxy-client-react": "^4.0.3", "axios": "^1.5.1", "classnames": "^2.3.2", "js-file-download": "^0.4.12",