From 16ed8b9f65977b23495a6fda3cc9b563de8d246c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:50:10 +0000 Subject: [PATCH] Bump @redhat-cloud-services/frontend-components-notifications Bumps [@redhat-cloud-services/frontend-components-notifications](https://github.com/RedHatInsights/frontend-components) from 3.2.12 to 3.2.16. - [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 | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4933c9b..34b5f54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@patternfly/react-core": "4.250.1", "@patternfly/react-table": "^4.111.4", "@redhat-cloud-services/frontend-components": "^3.9.22", - "@redhat-cloud-services/frontend-components-notifications": "^3.2.12", + "@redhat-cloud-services/frontend-components-notifications": "^3.2.16", "@redhat-cloud-services/frontend-components-utilities": "^3.3.5", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", "classnames": "^2.3.2", @@ -3370,10 +3370,11 @@ } }, "node_modules/@redhat-cloud-services/frontend-components-notifications": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.12.tgz", - "integrity": "sha512-z9JPGhbZMx8suQh0lVCVIAlpTrDvpYU46YTAbe3Ak3HcBETczsG1rcvT7r6hjuouQG1o6JkKI9y0+Mdke8nebg==", + "version": "3.2.16", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.16.tgz", + "integrity": "sha512-MpuUip15IPuRjZK+FePnVZespKJ/NpUbIimy5BKyE0JcvXS79nCMRvf6I9Xak+5R3fnsX+TStLC6vC2s5WkxRg==", "dependencies": { + "@redhat-cloud-services/frontend-components": "*", "@redhat-cloud-services/frontend-components-utilities": "*", "redux-promise-middleware": "6.1.3" }, @@ -3381,8 +3382,8 @@ "@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", + "react": "^16.14.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-redux": ">=7.2.9", "redux": ">=4.2.0" } @@ -20896,10 +20897,11 @@ } }, "@redhat-cloud-services/frontend-components-notifications": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.12.tgz", - "integrity": "sha512-z9JPGhbZMx8suQh0lVCVIAlpTrDvpYU46YTAbe3Ak3HcBETczsG1rcvT7r6hjuouQG1o6JkKI9y0+Mdke8nebg==", + "version": "3.2.16", + "resolved": "https://registry.npmjs.org/@redhat-cloud-services/frontend-components-notifications/-/frontend-components-notifications-3.2.16.tgz", + "integrity": "sha512-MpuUip15IPuRjZK+FePnVZespKJ/NpUbIimy5BKyE0JcvXS79nCMRvf6I9Xak+5R3fnsX+TStLC6vC2s5WkxRg==", "requires": { + "@redhat-cloud-services/frontend-components": "*", "@redhat-cloud-services/frontend-components-utilities": "*", "redux-promise-middleware": "6.1.3" } diff --git a/package.json b/package.json index 734ad79..3245394 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@patternfly/react-core": "4.250.1", "@patternfly/react-table": "^4.111.4", "@redhat-cloud-services/frontend-components": "^3.9.22", - "@redhat-cloud-services/frontend-components-notifications": "^3.2.12", + "@redhat-cloud-services/frontend-components-notifications": "^3.2.16", "@redhat-cloud-services/frontend-components-utilities": "^3.3.5", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", "classnames": "^2.3.2",