From 96d7f419c059c9e4c2888bbae0091fba81e2ea2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 05:20:41 +0000 Subject: [PATCH] build(deps): bump @redhat-cloud-services/frontend-components-notifications Bumps [@redhat-cloud-services/frontend-components-notifications](https://github.com/RedHatInsights/frontend-components) from 3.2.7 to 3.2.11. - [Release notes](https://github.com/RedHatInsights/frontend-components/releases) - [Commits](https://github.com/RedHatInsights/frontend-components/commits) --- updated-dependencies: - dependency-name: "@redhat-cloud-services/frontend-components-notifications" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 143 ++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 126 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85d1ca92..20b44740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@patternfly/react-core": "4.198.19", "@patternfly/react-table": "4.71.16", "@redhat-cloud-services/frontend-components": "3.9.2", - "@redhat-cloud-services/frontend-components-notifications": "3.2.7", + "@redhat-cloud-services/frontend-components-notifications": "3.2.11", "@redhat-cloud-services/frontend-components-utilities": "3.2.16", "@reduxjs/toolkit": "^1.8.5", "classnames": "2.3.1", @@ -3199,23 +3199,70 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-notifications": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.7.tgz", - "integrity": "sha512-ZAuJkpElDWI0qr+srdY51DRZKQr0dkYG3uvsYzeiK48DMGNscNt8wuCknDx0H5cTOw7kgReJELMrtBjZRxrAiA==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.11.tgz", + "integrity": "sha512-c3TUNcYfqNCDJ++cNeUoQTPunQvGNF979lP8WJIyetC5apiBM5D2f3QzVmPQ6wV4FTrf1fS6GGH4Oo2qzM0HLQ==", "dependencies": { "@redhat-cloud-services/frontend-components-utilities": "*", - "redux-promise-middleware": "6.1.2" + "redux-promise-middleware": "6.1.3" }, "optionalDependencies": { - "react-redux": ">=5.0.7", - "redux": ">=4.0.5" + "react-redux": "^7.2.9", + "redux": "^4.2.0" }, "peerDependencies": { - "@patternfly/react-core": ">=4.18.5", - "@patternfly/react-icons": ">=4.3.5", - "prop-types": ">=15.6.2", - "react": ">=16.14.0 || >=17.0.0", - "react-dom": ">=16.14.0 || >=17.0.0" + "@patternfly/react-core": "^4.18.5", + "@patternfly/react-icons": "^4.3.5", + "prop-types": "^15.6.2", + "react": "^16.14.0 || ^17.0.0", + "react-dom": "^16.14.0 || ^17.0.0" + } + }, + "node_modules/@redhat-cloud-services/frontend-components-notifications/node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "optional": true + }, + "node_modules/@redhat-cloud-services/frontend-components-notifications/node_modules/react-redux": { + "version": "7.2.9", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", + "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", + "optional": true, + "dependencies": { + "@babel/runtime": "^7.15.4", + "@types/react-redux": "^7.1.20", + "hoist-non-react-statics": "^3.3.2", + "loose-envify": "^1.4.0", + "prop-types": "^15.7.2", + "react-is": "^17.0.2" + }, + "peerDependencies": { + "react": "^16.8.3 || ^17 || ^18" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/@redhat-cloud-services/frontend-components-notifications/node_modules/redux": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz", + "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, + "node_modules/@redhat-cloud-services/frontend-components-notifications/node_modules/redux-promise-middleware": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/redux-promise-middleware/-/redux-promise-middleware-6.1.3.tgz", + "integrity": "sha512-B/Hi5Ct5d9y5d/KG0f6MZUXKA0nrQh5583mHCx13HY3Avte8KfpoRH/TB5QT6k/FcjT6JCxjv7jedymidy2A1A==", + "peerDependencies": { + "redux": "^2.0.0 || ^3.0.0 || ^4.0.0" } }, "node_modules/@redhat-cloud-services/frontend-components-utilities": { @@ -3955,6 +4002,18 @@ "@types/react": "*" } }, + "node_modules/@types/react-redux": { + "version": "7.1.24", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.24.tgz", + "integrity": "sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==", + "optional": true, + "dependencies": { + "@types/hoist-non-react-statics": "^3.3.0", + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0", + "redux": "^4.0.0" + } + }, "node_modules/@types/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", @@ -19500,14 +19559,50 @@ "requires": {} }, "@redhat-cloud-services/frontend-components-notifications": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.7.tgz", - "integrity": "sha512-ZAuJkpElDWI0qr+srdY51DRZKQr0dkYG3uvsYzeiK48DMGNscNt8wuCknDx0H5cTOw7kgReJELMrtBjZRxrAiA==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.11.tgz", + "integrity": "sha512-c3TUNcYfqNCDJ++cNeUoQTPunQvGNF979lP8WJIyetC5apiBM5D2f3QzVmPQ6wV4FTrf1fS6GGH4Oo2qzM0HLQ==", "requires": { "@redhat-cloud-services/frontend-components-utilities": "*", - "react-redux": ">=5.0.7", - "redux": ">=4.0.5", - "redux-promise-middleware": "6.1.2" + "react-redux": "^7.2.9", + "redux": "^4.2.0", + "redux-promise-middleware": "6.1.3" + }, + "dependencies": { + "react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "optional": true + }, + "react-redux": { + "version": "7.2.9", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", + "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", + "optional": true, + "requires": { + "@babel/runtime": "^7.15.4", + "@types/react-redux": "^7.1.20", + "hoist-non-react-statics": "^3.3.2", + "loose-envify": "^1.4.0", + "prop-types": "^15.7.2", + "react-is": "^17.0.2" + } + }, + "redux": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz", + "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", + "requires": { + "@babel/runtime": "^7.9.2" + } + }, + "redux-promise-middleware": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/redux-promise-middleware/-/redux-promise-middleware-6.1.3.tgz", + "integrity": "sha512-B/Hi5Ct5d9y5d/KG0f6MZUXKA0nrQh5583mHCx13HY3Avte8KfpoRH/TB5QT6k/FcjT6JCxjv7jedymidy2A1A==", + "requires": {} + } } }, "@redhat-cloud-services/frontend-components-utilities": { @@ -20156,6 +20251,18 @@ "@types/react": "*" } }, + "@types/react-redux": { + "version": "7.1.24", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.24.tgz", + "integrity": "sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==", + "optional": true, + "requires": { + "@types/hoist-non-react-statics": "^3.3.0", + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0", + "redux": "^4.0.0" + } + }, "@types/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", diff --git a/package.json b/package.json index 6d6c616f..0c9179a9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@patternfly/react-core": "4.198.19", "@patternfly/react-table": "4.71.16", "@redhat-cloud-services/frontend-components": "3.9.2", - "@redhat-cloud-services/frontend-components-notifications": "3.2.7", + "@redhat-cloud-services/frontend-components-notifications": "3.2.11", "@redhat-cloud-services/frontend-components-utilities": "3.2.16", "@reduxjs/toolkit": "^1.8.5", "classnames": "2.3.1",