1
Fork 0

Update bootstrap to fix deprecation warning

This commit is contained in:
Jake Howard 2018-05-05 21:15:19 +01:00
parent 9857664924
commit 5a8415806f
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -691,9 +691,9 @@
}
},
"bootstrap": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.0.tgz",
"integrity": "sha512-kCo82nE8qYVfOa/Z3hL98CPgPIEkh6iPdiJrUJMQ9n9r0+6PEET7cmhLlV0XVYmEj5QtKIOaSGMLxy5jSFhKog=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.1.tgz",
"integrity": "sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg=="
},
"brace-expansion": {
"version": "1.1.11",

View file

@ -26,7 +26,7 @@
"@fortawesome/fontawesome-free-brands": "5.0.10",
"@fortawesome/fontawesome-free-regular": "5.0.10",
"@fortawesome/fontawesome-free-solid": "5.0.10",
"bootstrap": "4.1.0",
"bootstrap": "4.1.1",
"clipboard": "1.7.1",
"jquery": "3.3.1",
"lg-thumbnail": "1.1.0",