diff --git a/package-lock.json b/package-lock.json index d92421c6..87a19564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 0271d151..5e220c21 100644 --- a/package.json +++ b/package.json @@ -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",