diff --git a/disturbance/frontend/disturbance/package-lock.json b/disturbance/frontend/disturbance/package-lock.json index 8a61a886f..17e001efa 100644 --- a/disturbance/frontend/disturbance/package-lock.json +++ b/disturbance/frontend/disturbance/package-lock.json @@ -1652,9 +1652,9 @@ } }, "bootstrap": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz", - "integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/disturbance/frontend/disturbance/package.json b/disturbance/frontend/disturbance/package.json index e88583eb1..2b256782d 100644 --- a/disturbance/frontend/disturbance/package.json +++ b/disturbance/frontend/disturbance/package.json @@ -16,7 +16,7 @@ "dependencies": { "awesomplete": "^1.1.5", "babel-polyfill": "^6.26.0", - "bootstrap": "^3.4.0", + "bootstrap": "^3.4.1", "cryptiles": "^4.1.2", "datatables.net": "^1.10.15", "datatables.net-bs": "^1.10.15",