Skip to content

Commit

Permalink
Upgrade bootstrap to v4.1.3 to fix security warning https://nvd.nist.…
Browse files Browse the repository at this point in the history
…gov/vuln/detail/CVE-2018-14041. This impacts the website only, not the npm library
  • Loading branch information
joshbtn committed Dec 11, 2018
1 parent fac55f0 commit d826809
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
7 changes: 7 additions & 0 deletions css/bootstrap-grid.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions css/bootstrap-reboot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1>Excel Formula Beautifier</h1>
<div class="row">
<div class="col-md-12">
<div class="formula">
<button id="copyFormulaBtn" data-clipboard-target="#fomatFormula_2_out" class="button">Copy</button>
<button id="copyFormulaBtn" data-clipboard-target="#fomatFormula_2_out" class="btn">Copy</button>
<div id="fomatFormula_2_out"></div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Josh Bennett (http://joshbennett.me/)",
"name": "excel-formula",
"description": "Methods to beautify an excel formula and convert it to JavaScript or C#",
"version": "1.4.2",
"version": "1.4.3",
"homepage": "http://excelformulabeautifier.com/",
"contributors": [
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"fs.extra": "^1.3.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap": "^4.1.3",
"jquery": "^3.2.1"
}
}

0 comments on commit d826809

Please sign in to comment.