Update bootstrap to 4.1.2

Resolves reported vulnerability
This commit is contained in:
Liam Westby 2018-10-17 12:24:01 -05:00
parent e37991891e
commit eab6675fa8
2 changed files with 4 additions and 4 deletions

View File

@ -1839,9 +1839,9 @@
"dev": true "dev": true
}, },
"bootstrap": { "bootstrap": {
"version": "4.1.1", "version": "4.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz",
"integrity": "sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg==" "integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w=="
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.8", "version": "1.1.8",

View File

@ -25,7 +25,7 @@
"@ng-bootstrap/ng-bootstrap": "^2.0.0", "@ng-bootstrap/ng-bootstrap": "^2.0.0",
"angular-in-memory-web-api": "^0.6.0", "angular-in-memory-web-api": "^0.6.0",
"autoprefixer": "^7.2.6", "autoprefixer": "^7.2.6",
"bootstrap": "^4.1.0", "bootstrap": "^4.1.2",
"core-js": "^2.5.6", "core-js": "^2.5.6",
"createjs-module": "^0.8.3", "createjs-module": "^0.8.3",
"ng-event-source": "^1.0.10", "ng-event-source": "^1.0.10",