diff --git a/ui/package-lock.json b/ui/package-lock.json index 0bf654d..55f24a0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -2935,9 +2935,9 @@ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" }, "detect-browser": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-2.4.0.tgz", - "integrity": "sha512-C7BPFS5x9xrYalcunnuVUDmj9YU2j+VMseGhmYtwgC85H1WfCSb6wvAhXF1pze8R2KBeHE3Ynue7fpxMRdc+zQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-3.0.0.tgz", + "integrity": "sha512-ykq76dexT6GiaHuaQxJ7Cd0B/xe/8VDLCpaWw4qCWKhWV/zjdY7r7BByBGNcgTlruOEyzFf0q1AAX7/yWeep8g==" }, "detect-indent": { "version": "4.0.0", diff --git a/ui/package.json b/ui/package.json index 2ff7340..5ab91b2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,7 +6,7 @@ "@material-ui/core": "^1.5.1", "@material-ui/icons": "^2.0.3", "axios": "^0.18.0", - "detect-browser": "^2.1.0", + "detect-browser": "^3.0.0", "flux": "^3.1.3", "notifyjs": "^3.0.0", "prop-types": "^15.6.2",