diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..df3cac7 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -1296,9 +1296,9 @@ } }, "bootstrap": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", - "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "bootstrap-sass": { "version": "3.3.7", diff --git a/application/package.json b/application/package.json index 21fb2e9..9e6fa7e 100644 --- a/application/package.json +++ b/application/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "axios": "^0.18", - "bootstrap": "^3.0.0", + "bootstrap": "^3.4.1", "bootstrap-sass": "^3.3.7", "cross-env": "^5.1", "element-ui": "^1.4.6",