1
0
mirror of https://github.com/bitwarden/help synced 2026-02-04 18:43:16 +00:00

upgrade bootstrap

This commit is contained in:
Kyle Spearrin
2019-10-07 15:05:29 -04:00
parent e7fbb5a72d
commit 33fc491438
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -323,9 +323,9 @@
"dev": true
},
"bootstrap-sass": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz",
"integrity": "sha1-ZZbHq0D2Y3OTMjqwvIDQZPxjBJg=",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz",
"integrity": "sha512-p5rxsK/IyEDQm2CwiHxxUi0MZZtvVFbhWmyMOt4lLkA4bujDA1TGoKT0i1FKIWiugAdP+kK8T5KMDFIKQCLYIA==",
"dev": true
},
"brace-expansion": {

View File

@@ -7,7 +7,7 @@
"deploy": "npm run build && gh-pages --dotfiles --dist _site"
},
"devDependencies": {
"bootstrap-sass": "3.3.7",
"bootstrap-sass": "3.4.1",
"del": "^3.0.0",
"fluidbox": "2.0.5",
"font-awesome": "4.7.0",