From 0af33e6c0657594fe96f2541878e8cf08330c52e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Aug 2022 05:06:36 +0000 Subject: [PATCH] fix: upgrade react-notifications from 1.7.2 to 1.7.4 Snyk has created this PR to upgrade react-notifications from 1.7.2 to 1.7.4. See this package in npm: https://www.npmjs.com/package/react-notifications See this project in Snyk: https://app.snyk.io/org/rdower/project/3dd35ca2-a2dd-43b9-85a6-c093560dc08b?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../src/ui_controller/package-lock.json | 14 +++++++------- .../ui_controller/src/ui_controller/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/intelligent_collab/services/ui_controller/src/ui_controller/package-lock.json b/client/intelligent_collab/services/ui_controller/src/ui_controller/package-lock.json index 85d3367..c30272a 100644 --- a/client/intelligent_collab/services/ui_controller/src/ui_controller/package-lock.json +++ b/client/intelligent_collab/services/ui_controller/src/ui_controller/package-lock.json @@ -15,7 +15,7 @@ "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-notifications": "^1.7.2", + "react-notifications": "^1.7.4", "react-router-dom": "^5.2.0", "react-script": "^2.0.5", "react-scripts": "^4.0.3", @@ -16441,9 +16441,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-notifications": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/react-notifications/-/react-notifications-1.7.2.tgz", - "integrity": "sha512-3mlMiNLDQtp64IP+EnYx3xgmbdpzrLQiSO8AP+8o4LiYQC6HcgdVB+MMdGuYZ1ttfKeLgTgol2ESFQJhmz0O3Q==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/react-notifications/-/react-notifications-1.7.4.tgz", + "integrity": "sha512-dsR7mUQfe8YdFLqVsjT0GFd4n26UWkzefdjMELfEVygjuuyU6ZZ0LpZhFHdfmraGeBFLWHNxygpGlHHituUyjQ==", "dependencies": { "acorn": "6.4.1", "classnames": "^2.1.1", @@ -34374,9 +34374,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-notifications": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/react-notifications/-/react-notifications-1.7.2.tgz", - "integrity": "sha512-3mlMiNLDQtp64IP+EnYx3xgmbdpzrLQiSO8AP+8o4LiYQC6HcgdVB+MMdGuYZ1ttfKeLgTgol2ESFQJhmz0O3Q==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/react-notifications/-/react-notifications-1.7.4.tgz", + "integrity": "sha512-dsR7mUQfe8YdFLqVsjT0GFd4n26UWkzefdjMELfEVygjuuyU6ZZ0LpZhFHdfmraGeBFLWHNxygpGlHHituUyjQ==", "requires": { "acorn": "6.4.1", "classnames": "^2.1.1", diff --git a/client/intelligent_collab/services/ui_controller/src/ui_controller/package.json b/client/intelligent_collab/services/ui_controller/src/ui_controller/package.json index ad5a4a5..3e68f0f 100644 --- a/client/intelligent_collab/services/ui_controller/src/ui_controller/package.json +++ b/client/intelligent_collab/services/ui_controller/src/ui_controller/package.json @@ -10,7 +10,7 @@ "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-notifications": "^1.7.2", + "react-notifications": "^1.7.4", "react-router-dom": "^5.2.0", "react-script": "^2.0.5", "react-scripts": "^4.0.3",