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",