diff --git a/package.json b/package.json index 16dba7c12..8d11c6463 100644 --- a/package.json +++ b/package.json @@ -76,19 +76,19 @@ }, "dependencies": { "@joi/date": "^2.1.0", - "@patternfly/patternfly": "4.159.1", - "@patternfly/react-charts": "6.28.4", - "@patternfly/react-core": "4.175.4", - "@patternfly/react-icons": "4.26.4", - "@patternfly/react-styles": "4.25.4", - "@patternfly/react-table": "4.44.4", - "@patternfly/react-tokens": "4.27.4", - "@redhat-cloud-services/frontend-components": "3.5.1", + "@patternfly/patternfly": "4.164.2", + "@patternfly/react-charts": "6.34.1", + "@patternfly/react-core": "4.181.1", + "@patternfly/react-icons": "4.32.1", + "@patternfly/react-styles": "4.31.1", + "@patternfly/react-table": "4.50.1", + "@patternfly/react-tokens": "4.33.1", + "@redhat-cloud-services/frontend-components": "3.6.0", "@redhat-cloud-services/frontend-components-notifications": "3.2.5", "@redhat-cloud-services/frontend-components-utilities": "3.2.6", - "axios": "^0.24.0", + "axios": "^0.25.0", "classnames": "^2.3.1", - "i18next": "^21.5.4", + "i18next": "^21.6.7", "i18next-xhr-backend": "^3.2.2", "joi": "^17.5.0", "js-cookie": "^3.0.1", @@ -96,15 +96,15 @@ "lodash": "^4.17.21", "lru-cache": "^6.0.0", "moment": "^2.29.1", - "numbro": "^2.3.5", - "prop-types": "^15.7.2", + "numbro": "^2.3.6", + "prop-types": "^15.8.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-i18next": "^11.14.3", + "react-i18next": "^11.15.3", "react-redux": "^7.2.6", "react-router": "^5.2.1", "react-router-dom": "^5.3.0", - "react-use": "^17.3.1", + "react-use": "^17.3.2", "redux": "^4.1.2", "redux-logger": "^3.0.6", "redux-promise-middleware": "^6.1.2", diff --git a/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap b/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap index 217bb49ed..e0ee8b502 100644 --- a/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap +++ b/src/components/authentication/__tests__/__snapshots__/authentication.test.js.snap @@ -155,9 +155,7 @@ exports[`Authentication Component should render a non-connected component error: data-ouia-safe={true} widget-type="InsightsPageHeaderTitle" > - Subscriptions - diff --git a/src/components/form/__tests__/__snapshots__/select.test.js.snap b/src/components/form/__tests__/__snapshots__/select.test.js.snap index cf2a711a6..766cadbfc 100644 --- a/src/components/form/__tests__/__snapshots__/select.test.js.snap +++ b/src/components/form/__tests__/__snapshots__/select.test.js.snap @@ -108,6 +108,7 @@ exports[`Select Component should allow being disabled with missing options: no o isCreateSelectOptionObject={false} isDisabled={true} isGrouped={false} + isInputFilterPersisted={false} isInputValuePersisted={false} isOpen={false} isPlain={false} @@ -162,6 +163,7 @@ exports[`Select Component should allow being disabled with missing options: opti isCreateSelectOptionObject={false} isDisabled={true} isGrouped={false} + isInputFilterPersisted={false} isInputValuePersisted={false} isOpen={false} isPlain={false} @@ -313,6 +315,7 @@ exports[`Select Component should allow being disabled with missing options: opti isCreateSelectOptionObject={false} isDisabled={true} isGrouped={false} + isInputFilterPersisted={false} isInputValuePersisted={false} isOpen={false} isPlain={false} diff --git a/src/components/loader/__tests__/__snapshots__/loader.test.js.snap b/src/components/loader/__tests__/__snapshots__/loader.test.js.snap index aa81558d7..4305a4807 100644 --- a/src/components/loader/__tests__/__snapshots__/loader.test.js.snap +++ b/src/components/loader/__tests__/__snapshots__/loader.test.js.snap @@ -5,11 +5,9 @@ exports[`Loader Component should handle variant loader components: variant: char className="curiosity-skeleton-container curiosity-skeleton-container-chart" > @@ -22,11 +20,9 @@ exports[`Loader Component should handle variant loader components: variant: grap className="curiosity-skeleton-container curiosity-skeleton-container-chart" > @@ -37,19 +33,15 @@ exports[`Loader Component should handle variant loader components: variant: para className="curiosity-skeleton-container" > @@ -57,7 +49,6 @@ exports[`Loader Component should handle variant loader components: variant: para exports[`Loader Component should handle variant loader components: variant: skeleton 1`] = ` `; @@ -87,7 +78,6 @@ exports[`Loader Component should handle variant loader components: variant: titl t={[Function]} > diff --git a/src/components/pageLayout/__tests__/__snapshots__/pageHeader.test.js.snap b/src/components/pageLayout/__tests__/__snapshots__/pageHeader.test.js.snap index 72fe151be..bf67f169e 100644 --- a/src/components/pageLayout/__tests__/__snapshots__/pageHeader.test.js.snap +++ b/src/components/pageLayout/__tests__/__snapshots__/pageHeader.test.js.snap @@ -48,13 +48,11 @@ exports[`PageHeader Component should render a basic component: basic 1`] = ` data-ouia-safe={true} widget-type="InsightsPageHeaderTitle" > - lorem - @@ -114,9 +112,7 @@ exports[`PageHeader Component should render string node types: string 1`] = ` data-ouia-safe={true} widget-type="InsightsPageHeaderTitle" > - dolor sit - @@ -176,9 +172,7 @@ exports[`PageHeader Component should render the subtitle when viewId is provided data-ouia-safe={true} widget-type="InsightsPageHeaderTitle" > - lorem - @@ -217,7 +211,7 @@ exports[`PageHeader Component should render the tour button when includeTour is data-ouia-safe="true" widget-type="InsightsPageHeaderTitle" > - lorem + lorem
- lorem - diff --git a/src/components/pageLayout/__tests__/__snapshots__/pageLayout.test.js.snap b/src/components/pageLayout/__tests__/__snapshots__/pageLayout.test.js.snap index 5633945eb..98f0e42da 100644 --- a/src/components/pageLayout/__tests__/__snapshots__/pageLayout.test.js.snap +++ b/src/components/pageLayout/__tests__/__snapshots__/pageLayout.test.js.snap @@ -72,9 +72,7 @@ exports[`PageLayout Component should render header and section children: multipl data-ouia-safe={true} widget-type="InsightsPageHeaderTitle" > - lorem - diff --git a/src/components/router/router.js b/src/components/router/router.js index 22a44f50e..739568b10 100644 --- a/src/components/router/router.js +++ b/src/components/router/router.js @@ -100,15 +100,15 @@ const Router = ({ routes } = {}) => { Router.propTypes = { routes: PropTypes.arrayOf( PropTypes.shape({ - activateOnError: PropTypes.boolean, + activateOnError: PropTypes.bool, component: PropTypes.string.isRequired, - disabled: PropTypes.boolean, - exact: PropTypes.boolean, + disabled: PropTypes.bool, + exact: PropTypes.bool, id: PropTypes.string, path: PropTypes.string.isRequired, redirect: PropTypes.string, - render: PropTypes.boolean, - strict: PropTypes.boolean + render: PropTypes.bool, + strict: PropTypes.bool }) ) }; diff --git a/src/components/table/__tests__/__snapshots__/tableSkeleton.test.js.snap b/src/components/table/__tests__/__snapshots__/tableSkeleton.test.js.snap index 7a1322104..475e5b468 100644 --- a/src/components/table/__tests__/__snapshots__/tableSkeleton.test.js.snap +++ b/src/components/table/__tests__/__snapshots__/tableSkeleton.test.js.snap @@ -9,19 +9,16 @@ exports[`TableSkeleton Component should allow variations in table layout: border Array [ Object { "title": , }, Object { "title": , }, Object { "title": , "transforms": Array [ @@ -30,7 +27,6 @@ exports[`TableSkeleton Component should allow variations in table layout: border }, Object { "title": , "transforms": Array [ @@ -39,7 +35,6 @@ exports[`TableSkeleton Component should allow variations in table layout: border }, Object { "title": , "transforms": Array [ @@ -54,23 +49,18 @@ exports[`TableSkeleton Component should allow variations in table layout: border Object { "cells": Array [ , , , , , ], @@ -92,19 +82,16 @@ exports[`TableSkeleton Component should allow variations in table layout: classN Array [ Object { "title": , }, Object { "title": , }, Object { "title": , "transforms": Array [ @@ -113,7 +100,6 @@ exports[`TableSkeleton Component should allow variations in table layout: classN }, Object { "title": , "transforms": Array [ @@ -122,7 +108,6 @@ exports[`TableSkeleton Component should allow variations in table layout: classN }, Object { "title": , "transforms": Array [ @@ -137,23 +122,18 @@ exports[`TableSkeleton Component should allow variations in table layout: classN Object { "cells": Array [ , , , , , ], @@ -175,31 +155,26 @@ exports[`TableSkeleton Component should allow variations in table layout: column Array [ Object { "title": , }, Object { "title": , }, Object { "title": , }, Object { "title": , }, Object { "title": , }, @@ -211,23 +186,18 @@ exports[`TableSkeleton Component should allow variations in table layout: column Object { "cells": Array [ , , , , , ], @@ -249,19 +219,16 @@ exports[`TableSkeleton Component should allow variations in table layout: no tab Array [ Object { "title": , }, Object { "title": , }, Object { "title": , "transforms": Array [ @@ -270,7 +237,6 @@ exports[`TableSkeleton Component should allow variations in table layout: no tab }, Object { "title": , "transforms": Array [ @@ -279,7 +245,6 @@ exports[`TableSkeleton Component should allow variations in table layout: no tab }, Object { "title": , "transforms": Array [ @@ -294,23 +259,18 @@ exports[`TableSkeleton Component should allow variations in table layout: no tab Object { "cells": Array [ , , , , , ], @@ -332,19 +292,16 @@ exports[`TableSkeleton Component should allow variations in table layout: table Array [ Object { "title": , }, Object { "title": , }, Object { "title": , "transforms": Array [ @@ -353,7 +310,6 @@ exports[`TableSkeleton Component should allow variations in table layout: table }, Object { "title": , "transforms": Array [ @@ -362,7 +318,6 @@ exports[`TableSkeleton Component should allow variations in table layout: table }, Object { "title": , "transforms": Array [ @@ -377,23 +332,18 @@ exports[`TableSkeleton Component should allow variations in table layout: table Object { "cells": Array [ , , , , , ], @@ -415,19 +365,16 @@ exports[`TableSkeleton Component should allow variations in table layout: table Array [ Object { "title": , }, Object { "title": , }, Object { "title": , "transforms": Array [ @@ -436,7 +383,6 @@ exports[`TableSkeleton Component should allow variations in table layout: table }, Object { "title": , "transforms": Array [ @@ -445,7 +391,6 @@ exports[`TableSkeleton Component should allow variations in table layout: table }, Object { "title": , "transforms": Array [ @@ -460,23 +405,18 @@ exports[`TableSkeleton Component should allow variations in table layout: table Object { "cells": Array [ , , , , , ], @@ -498,7 +438,6 @@ exports[`TableSkeleton Component should render a non-connected component: non-co Array [ Object { "title": , }, @@ -510,7 +449,6 @@ exports[`TableSkeleton Component should render a non-connected component: non-co Object { "cells": Array [ , ], @@ -518,7 +456,6 @@ exports[`TableSkeleton Component should render a non-connected component: non-co Object { "cells": Array [ , ], @@ -526,7 +463,6 @@ exports[`TableSkeleton Component should render a non-connected component: non-co Object { "cells": Array [ , ], @@ -534,7 +470,6 @@ exports[`TableSkeleton Component should render a non-connected component: non-co Object { "cells": Array [ , ], @@ -542,7 +477,6 @@ exports[`TableSkeleton Component should render a non-connected component: non-co Object { "cells": Array [ , ], diff --git a/tests/__snapshots__/dist.test.js.snap b/tests/__snapshots__/dist.test.js.snap index 2c1dc7474..e8fd8e9fe 100644 --- a/tests/__snapshots__/dist.test.js.snap +++ b/tests/__snapshots__/dist.test.js.snap @@ -3,20 +3,15 @@ exports[`Build distribution should match a specific file output 1`] = ` Array [ "", - "./dist/css/2621*css", - "./dist/css/2739*css", - "./dist/css/4577*css", - "./dist/css/5560*css", - "./dist/css/5979*css", - "./dist/css/7437*css", - "./dist/css/746*css", - "./dist/css/8244*css", - "./dist/css/9629*css", - "./dist/css/9852*css", + "./dist/css/3600*css", + "./dist/css/6491*css", + "./dist/css/8412*css", + "./dist/css/9145*css", "./dist/fed-mods.json", "./dist/fonts/graph2x.png", "./dist/fonts/graph4x.png", "./dist/index.html", + "./dist/js/1001*js", "./dist/js/1014*js", "./dist/js/1026*js", "./dist/js/1138*js", @@ -29,22 +24,18 @@ Array [ "./dist/js/1750*js", "./dist/js/1799*js", "./dist/js/1858*js", - "./dist/js/2088*js", - "./dist/js/2355*js", - "./dist/js/2355*txt", - "./dist/js/2436*js", - "./dist/js/2621*js", + "./dist/js/1995*js", "./dist/js/2635*js", + "./dist/js/2664*js", "./dist/js/2738*js", - "./dist/js/2739*js", - "./dist/js/2832*js", "./dist/js/2902*js", "./dist/js/3056*js", "./dist/js/31*js", "./dist/js/3267*js", + "./dist/js/3313*js", + "./dist/js/3366*js", + "./dist/js/3600*js", "./dist/js/361*js", - "./dist/js/3695*js", - "./dist/js/3695*txt", "./dist/js/384*js", "./dist/js/3935*js", "./dist/js/3935*txt", @@ -53,69 +44,71 @@ Array [ "./dist/js/4096*js", "./dist/js/4097*js", "./dist/js/4155*js", + "./dist/js/4220*js", + "./dist/js/4291*js", + "./dist/js/4291*txt", + "./dist/js/4314*js", "./dist/js/4418*js", - "./dist/js/4447*js", - "./dist/js/4554*js", "./dist/js/4569*js", "./dist/js/4569*txt", - "./dist/js/4577*js", - "./dist/js/4743*js", - "./dist/js/4812*js", + "./dist/js/4590*js", + "./dist/js/4590*txt", "./dist/js/4822*js", - "./dist/js/4886*js", - "./dist/js/4886*txt", + "./dist/js/4944*js", "./dist/js/5020*js", "./dist/js/5068*js", "./dist/js/5394*js", - "./dist/js/5438*js", - "./dist/js/5438*txt", + "./dist/js/5555*js", "./dist/js/5876*js", - "./dist/js/5979*js", "./dist/js/608*js", + "./dist/js/6321*js", "./dist/js/6395*js", - "./dist/js/6481*js", + "./dist/js/6491*js", + "./dist/js/655*js", + "./dist/js/655*txt", "./dist/js/6745*js", "./dist/js/6816*js", "./dist/js/6873*js", + "./dist/js/6876*js", "./dist/js/6937*js", - "./dist/js/698*js", + "./dist/js/6937*txt", + "./dist/js/7159*js", + "./dist/js/7159*txt", "./dist/js/7235*js", "./dist/js/7294*js", "./dist/js/7294*txt", - "./dist/js/7382*js", - "./dist/js/7382*txt", - "./dist/js/7437*js", - "./dist/js/746*js", + "./dist/js/7493*js", + "./dist/js/7514*js", "./dist/js/7585*js", "./dist/js/7891*js", - "./dist/js/7927*js", "./dist/js/8139*js", "./dist/js/8213*js", "./dist/js/8216*js", "./dist/js/8216*txt", "./dist/js/8232*js", - "./dist/js/8244*js", "./dist/js/8255*js", + "./dist/js/8299*js", "./dist/js/8326*js", "./dist/js/8341*js", + "./dist/js/8412*js", "./dist/js/8503*js", - "./dist/js/852*js", + "./dist/js/8551*js", "./dist/js/8683*js", "./dist/js/8710*js", "./dist/js/8900*js", "./dist/js/9051*js", - "./dist/js/9077*js", + "./dist/js/9145*js", "./dist/js/9175*js", + "./dist/js/9267*js", + "./dist/js/9267*txt", "./dist/js/9270*js", "./dist/js/9297*js", "./dist/js/930*js", "./dist/js/931*js", "./dist/js/939*js", "./dist/js/9517*js", - "./dist/js/9629*js", "./dist/js/9669*js", "./dist/js/9844*js", - "./dist/js/9852*js", "./dist/js/9877*js", "./dist/js/9928*js", "./dist/js/9942*js", @@ -125,6 +118,7 @@ Array [ "./dist/locales/en-US.json", "./dist/locales/en.json", "./dist/locales/locales.json", + "./dist/sourcemaps/1001*map", "./dist/sourcemaps/1014*map", "./dist/sourcemaps/1026*map", "./dist/sourcemaps/1138*map", @@ -137,19 +131,16 @@ Array [ "./dist/sourcemaps/1750*map", "./dist/sourcemaps/1799*map", "./dist/sourcemaps/1858*map", - "./dist/sourcemaps/2088*map", - "./dist/sourcemaps/2355*map", - "./dist/sourcemaps/2436*map", - "./dist/sourcemaps/2621*map", + "./dist/sourcemaps/1995*map", "./dist/sourcemaps/2738*map", - "./dist/sourcemaps/2739*map", - "./dist/sourcemaps/2832*map", "./dist/sourcemaps/2902*map", "./dist/sourcemaps/3056*map", "./dist/sourcemaps/31*map", "./dist/sourcemaps/3267*map", + "./dist/sourcemaps/3313*map", + "./dist/sourcemaps/3366*map", + "./dist/sourcemaps/3600*map", "./dist/sourcemaps/361*map", - "./dist/sourcemaps/3695*map", "./dist/sourcemaps/384*map", "./dist/sourcemaps/3935*map", "./dist/sourcemaps/4024*map", @@ -157,60 +148,61 @@ Array [ "./dist/sourcemaps/4096*map", "./dist/sourcemaps/4097*map", "./dist/sourcemaps/4155*map", + "./dist/sourcemaps/4220*map", + "./dist/sourcemaps/4291*map", + "./dist/sourcemaps/4314*map", "./dist/sourcemaps/4418*map", - "./dist/sourcemaps/4447*map", - "./dist/sourcemaps/4554*map", "./dist/sourcemaps/4569*map", - "./dist/sourcemaps/4577*map", - "./dist/sourcemaps/4743*map", - "./dist/sourcemaps/4812*map", + "./dist/sourcemaps/4590*map", "./dist/sourcemaps/4822*map", - "./dist/sourcemaps/4886*map", + "./dist/sourcemaps/4944*map", "./dist/sourcemaps/5020*map", "./dist/sourcemaps/5068*map", "./dist/sourcemaps/5394*map", - "./dist/sourcemaps/5438*map", + "./dist/sourcemaps/5555*map", "./dist/sourcemaps/5876*map", - "./dist/sourcemaps/5979*map", "./dist/sourcemaps/608*map", + "./dist/sourcemaps/6321*map", "./dist/sourcemaps/6395*map", - "./dist/sourcemaps/6481*map", + "./dist/sourcemaps/6491*map", + "./dist/sourcemaps/655*map", "./dist/sourcemaps/6745*map", "./dist/sourcemaps/6816*map", "./dist/sourcemaps/6873*map", - "./dist/sourcemaps/698*map", + "./dist/sourcemaps/6876*map", + "./dist/sourcemaps/6937*map", + "./dist/sourcemaps/7159*map", "./dist/sourcemaps/7235*map", "./dist/sourcemaps/7294*map", - "./dist/sourcemaps/7382*map", - "./dist/sourcemaps/7437*map", + "./dist/sourcemaps/7493*map", + "./dist/sourcemaps/7514*map", "./dist/sourcemaps/7585*map", "./dist/sourcemaps/7891*map", - "./dist/sourcemaps/7927*map", "./dist/sourcemaps/8139*map", "./dist/sourcemaps/8213*map", "./dist/sourcemaps/8216*map", "./dist/sourcemaps/8232*map", - "./dist/sourcemaps/8244*map", "./dist/sourcemaps/8255*map", + "./dist/sourcemaps/8299*map", "./dist/sourcemaps/8326*map", "./dist/sourcemaps/8341*map", + "./dist/sourcemaps/8412*map", "./dist/sourcemaps/8503*map", + "./dist/sourcemaps/8551*map", "./dist/sourcemaps/8683*map", "./dist/sourcemaps/8710*map", "./dist/sourcemaps/8900*map", "./dist/sourcemaps/9051*map", - "./dist/sourcemaps/9077*map", "./dist/sourcemaps/9175*map", + "./dist/sourcemaps/9267*map", "./dist/sourcemaps/9270*map", "./dist/sourcemaps/9297*map", "./dist/sourcemaps/930*map", "./dist/sourcemaps/931*map", "./dist/sourcemaps/939*map", "./dist/sourcemaps/9517*map", - "./dist/sourcemaps/9629*map", "./dist/sourcemaps/9669*map", "./dist/sourcemaps/9844*map", - "./dist/sourcemaps/9852*map", "./dist/sourcemaps/9877*map", "./dist/sourcemaps/9928*map", "./dist/sourcemaps/9942*map", diff --git a/yarn.lock b/yarn.lock index 0e416f2ab..db6f5e23f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1839,18 +1839,18 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@patternfly/patternfly@4.159.1": - version "4.159.1" - resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.159.1.tgz#36a0dc7c31bd17acc64db5777dca33a541ffec73" - integrity sha512-CPLE7yAmtETH8TAdQhHkyFmyvjGwsv/7PeR4k57DY9X4IHpx41m4SXrv9cBCr/+Uy8o2SjvE8dtlZb+h0rLByQ== - -"@patternfly/react-charts@6.28.4": - version "6.28.4" - resolved "https://registry.yarnpkg.com/@patternfly/react-charts/-/react-charts-6.28.4.tgz#a06309dd6773e053c2de4d8e1fde814137513c9b" - integrity sha512-0craRoUaajy7MO54GMAIpxu8rv27R1U2wizMbwPmXqd2zedFrlWW3+Dmm6p7tpyy1cZ66XvDm9wdSvHHjQYiRQ== - dependencies: - "@patternfly/react-styles" "^4.25.4" - "@patternfly/react-tokens" "^4.27.4" +"@patternfly/patternfly@4.164.2": + version "4.164.2" + resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.164.2.tgz#db77fb222b1e52fb877ab0fcbd483f5388c4068b" + integrity sha512-gezQi83JKd6tW0z1J6Q5VvMCW/a58+ys4TWcTuXUMqcV3APQdNxVP+ZV6FIv5353oIPi9HuWAaApVwcCxYZYYg== + +"@patternfly/react-charts@6.34.1": + version "6.34.1" + resolved "https://registry.yarnpkg.com/@patternfly/react-charts/-/react-charts-6.34.1.tgz#5154f979474cdde4616a275ff776e332383ddd8c" + integrity sha512-KcPf4zZGABzeqXMOzIIl/CWCf/St70EM8QKUnWdxAz8z3ZbSNvPQtUl0XuGqCoR7KBI74FJ6RnWEYtsExh9gvA== + dependencies: + "@patternfly/react-styles" "^4.31.1" + "@patternfly/react-tokens" "^4.33.1" hoist-non-react-statics "^3.3.0" lodash "^4.17.19" tslib "^2.0.0" @@ -1870,45 +1870,45 @@ victory-voronoi-container "^35.9.1" victory-zoom-container "^35.9.0" -"@patternfly/react-core@4.175.4", "@patternfly/react-core@^4.175.4": - version "4.175.4" - resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-4.175.4.tgz#1dae2a6b5eb58209a47bdc3bf457c47b68ccee54" - integrity sha512-bnQhvXKbprni5WhlbMI+nbYxwMR03bFZtUk+F7JiLM96uk/yCrPjUes6u8Pbgkh/HhsRYx8K1kx84WmC+MyD5w== +"@patternfly/react-core@4.181.1", "@patternfly/react-core@^4.181.1": + version "4.181.1" + resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-4.181.1.tgz#ed530532aa16fdad5dda07556cb47b63fdd2157a" + integrity sha512-5pt4R8Cg8CkA6xCY4v6wurpwn8WIS8N8NqQEtp56WABMVpZC+TE7k1TSsrDDR1WhJlxsl48VbsANkwMYLlsSJg== dependencies: - "@patternfly/react-icons" "^4.26.4" - "@patternfly/react-styles" "^4.25.4" - "@patternfly/react-tokens" "^4.27.4" + "@patternfly/react-icons" "^4.32.1" + "@patternfly/react-styles" "^4.31.1" + "@patternfly/react-tokens" "^4.33.1" focus-trap "6.2.2" react-dropzone "9.0.0" tippy.js "5.1.2" tslib "^2.0.0" -"@patternfly/react-icons@4.26.4", "@patternfly/react-icons@^4.26.4": - version "4.26.4" - resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-4.26.4.tgz#3cd6c2d8405027e25b847e24d8a000d4af88537a" - integrity sha512-h1NJixtNVK+nYxLON3HOO0xguA9qXQ5rkGUo4TZJ/kRehFCJMH8PPeebdOAKgAo38NjS2/06+atNKjDRl6zYcA== - -"@patternfly/react-styles@4.25.4", "@patternfly/react-styles@^4.25.4": - version "4.25.4" - resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-4.25.4.tgz#e49c9b290d1e48a12e9d62f3e57079fccf758392" - integrity sha512-GHFLzsvyimymkGTTyTW8HZDlhYbGpCqw/69Se1EHCaZnbTYluiJMRI6YfNTRC5ZvYF+x4GMAG5AjwQ5LfbZ/xg== - -"@patternfly/react-table@4.44.4": - version "4.44.4" - resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-4.44.4.tgz#38e11f15339324efe642a3f01139afe77af0845f" - integrity sha512-UV2kq4OV1v6Hv2TXvvsEApPwbAyD6zvurvl0/BZoqqEHTWVQedG0m1jUN9jFMTJiD4GTESvg6TAcSowGkJlTug== - dependencies: - "@patternfly/react-core" "^4.175.4" - "@patternfly/react-icons" "^4.26.4" - "@patternfly/react-styles" "^4.25.4" - "@patternfly/react-tokens" "^4.27.4" +"@patternfly/react-icons@4.32.1", "@patternfly/react-icons@^4.32.1": + version "4.32.1" + resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-4.32.1.tgz#5989fa8c1563b16824f1239f56b50afa2655b6de" + integrity sha512-E7Fpnvax37e2ow8Xc2GngQBM7IuOpRyphZXCIUAk/NGsqpvFX27YhIVZiOUIAuBXAI5VXQBwueW/tmhmlXP7+w== + +"@patternfly/react-styles@4.31.1", "@patternfly/react-styles@^4.31.1": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-4.31.1.tgz#878c44282edfc731948d952d845ff477931875aa" + integrity sha512-Yw2hgg3T2qEqPYej5xprYD0iTTkzFMNjaF8u/YFyZOBNwfhjK8QQDZx8Du7Z6em8zGtajXFG5rZqxDiiz8bDfQ== + +"@patternfly/react-table@4.50.1": + version "4.50.1" + resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-4.50.1.tgz#c1784a66d80e28a314d1bc7f4de86b0ae1023a83" + integrity sha512-8/vYbp1ryARu/ZOuMgZQzV0lRiq1whUq4s6R7lW1O/UZf73geGoIODag7zn2CD9tddHTDWfck1xo6bMn6fjn5w== + dependencies: + "@patternfly/react-core" "^4.181.1" + "@patternfly/react-icons" "^4.32.1" + "@patternfly/react-styles" "^4.31.1" + "@patternfly/react-tokens" "^4.33.1" lodash "^4.17.19" tslib "^2.0.0" -"@patternfly/react-tokens@4.27.4", "@patternfly/react-tokens@^4.27.4": - version "4.27.4" - resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-4.27.4.tgz#9a292a2ac24e17714456a0b6ee5b512a0850ec05" - integrity sha512-+DVCp4edPwORQF2zH6aG8e7FhLBXKsZgxMEYBU1/3qQSp+gf6Q8M4HiqbNnR6uo99tYJ9JiEcbGZu4Mx+nDIuA== +"@patternfly/react-tokens@4.33.1", "@patternfly/react-tokens@^4.33.1": + version "4.33.1" + resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-4.33.1.tgz#c7c932aaaabdbf6963343a7bb2b38690b8d1c4ad" + integrity sha512-n06+BYDviOEuoo+qE9f0Jm1DkMDpwtXWyaJFHsvi8w8uddQEsBGGoP7lpkwZj15u6jc+F9IDgk/j+EkTScrvUA== "@polka/url@^1.0.0-next.20": version "1.0.0-next.21" @@ -1980,10 +1980,10 @@ mkdirp "^1.0.4" react-content-loader ">=3.4.1" -"@redhat-cloud-services/frontend-components@3.5.1": - version "3.5.1" - resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components/-/frontend-components-3.5.1.tgz#8c06b1dfb4bc399dafe90e0c924c68ea0cb0d3df" - integrity sha512-bPsr4XDSDmWdUuMweWmzd4H8IzWgxApaML4cU1k4x7sCb22NpvBec8W2pLBeZ9I9sRo2ZObQho2bdp5BiOxScg== +"@redhat-cloud-services/frontend-components@3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components/-/frontend-components-3.6.0.tgz#520a2d7d4a821fbbd3ce22fac81b81aae9c77010" + integrity sha512-rf57Qobz7Ws2Kpdiwz73go3ZpEKWoUZnFxUYcoUiQNNWGfZhTy1WTbmHFngN1n9M3rPPk3ttwgf/iNiyaxnukA== dependencies: "@redhat-cloud-services/frontend-components-utilities" ">=3.0.0" "@scalprum/core" "^0.1.1" @@ -3089,12 +3089,12 @@ axios@^0.21.4: dependencies: follow-redirects "^1.14.0" -axios@^0.24.0: - version "0.24.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6" - integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA== +axios@^0.25.0: + version "0.25.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a" + integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g== dependencies: - follow-redirects "^1.14.4" + follow-redirects "^1.14.7" axobject-query@^2.2.0: version "2.2.0" @@ -5591,11 +5591,16 @@ focus-trap@6.2.2: dependencies: tabbable "^5.1.4" -follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.4: +follow-redirects@^1.0.0, follow-redirects@^1.14.0: version "1.14.5" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381" integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA== +follow-redirects@^1.14.7: + version "1.14.7" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" + integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + foreach@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99" @@ -6049,7 +6054,7 @@ html-entities@^2.3.2: resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== -html-escaper@^2.0.0: +html-escaper@^2.0.0, html-escaper@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== @@ -6230,10 +6235,10 @@ i18next-xhr-backend@^3.2.2: dependencies: "@babel/runtime" "^7.5.5" -i18next@^21.5.4: - version "21.5.4" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.5.4.tgz#55ab39c31cc0b4f9f58c3a599db50c4515698284" - integrity sha512-ukwRJpLhYg4EUfCOtbaKjlwF71qyel1XMXQN78OkQMcaQG68UzlYgLC6g2fhoTNBvoH2tJkaaqzDumhC9skAhA== +i18next@^21.6.7: + version "21.6.7" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.6.7.tgz#062560decbabcdb691885e6401f2843ec25c3c10" + integrity sha512-26dTDa2gBz+vMk6WPf1pxTx3S5HIAptbyODmni/JsN6R1W2WNkGVFXBusUK7T6y1wLeJi5CIrqmQ2gl18vdh3A== dependencies: "@babel/runtime" "^7.12.0" @@ -8061,10 +8066,10 @@ null-check@^1.0.0: resolved "https://registry.yarnpkg.com/null-check/-/null-check-1.0.0.tgz#977dffd7176012b9ec30d2a39db5cf72a0439edd" integrity sha1-l33/1xdgErnsMNKjnbXPcqBDnt0= -numbro@^2.3.5: - version "2.3.5" - resolved "https://registry.yarnpkg.com/numbro/-/numbro-2.3.5.tgz#ab491bd5ee6af3731c6bdb11231ad19d2ee4fc72" - integrity sha512-xlKC0GIZn0iaF7LHE60/DmGfQadDNfnskXdGDGWJfaZfP4pbhc0x+nR8yIIpQkF9n7gJWS6fgBR3Pkvp/W6sDg== +numbro@^2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/numbro/-/numbro-2.3.6.tgz#4bd622ebe59ccbc49dad365c5b9eed200781fa21" + integrity sha512-pxpoTT3hVxQGaOA2RTzXR/muonQNd1K1HPJbWo7QOmxPwiPmoFCFfsG9XXgW3uqjyzezJ0P9IvCPDXUtJexjwg== dependencies: bignumber.js "^8.1.1" @@ -8681,6 +8686,15 @@ prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.0, prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.8.1" +prop-types@^15.8.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + proxy-addr@~2.0.5, proxy-addr@~2.0.7: version "2.0.7" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" @@ -8857,15 +8871,16 @@ react-fast-compare@^2.0.0: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9" integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw== -react-i18next@^11.14.3: - version "11.14.3" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.14.3.tgz#b44b5c4d1aadac5211be011827a2830be60f2522" - integrity sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g== +react-i18next@^11.15.3: + version "11.15.3" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.15.3.tgz#7608fb3cacc02ac75a62fc2d68b579f140b198dd" + integrity sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg== dependencies: "@babel/runtime" "^7.14.5" + html-escaper "^2.0.2" html-parse-stringify "^3.0.1" -react-is@^16.12.0, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: +react-is@^16.12.0, react-is@^16.13.1, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== @@ -8939,10 +8954,10 @@ react-universal-interface@^0.6.2: resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== -react-use@^17.3.1: - version "17.3.1" - resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.3.1.tgz#12b248555775519aa2b900b22f1928d029bf99d1" - integrity sha512-hs7+tS4rRm1QLHPfanLCqXIi632tP4V7Sai1ENUP2WTufU6am++tU9uSw9YrNCFqbABiEv0ndKU1XCUcfu2tXA== +react-use@^17.3.2: + version "17.3.2" + resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.3.2.tgz#448abf515f47c41c32455024db28167cb6e53be8" + integrity sha512-bj7OD0/1wL03KyWmzFXAFe425zziuTf7q8olwCYBfOeFHY1qfO1FAMjROQLsLZYwG4Rx63xAfb7XAbBrJsZmEw== dependencies: "@types/js-cookie" "^2.2.6" "@xobotyi/scrollbar-width" "^1.9.5"