Skip to content

Commit

Permalink
Bump dependency version numbers to fix security issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Dec 13, 2019
1 parent 21edc49 commit d752d15
Show file tree
Hide file tree
Showing 4 changed files with 976 additions and 397 deletions.
4 changes: 2 additions & 2 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ html {
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
background-color: #fff;
}
input,
button,
Expand Down
3 changes: 2 additions & 1 deletion handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,9 @@ define([
// For self-closing tags like <input> that have been converted to <template-input>, we need to add a
// closing </template-input> tag.
templateText = templateText.replace(
/* jshint maxlen:200 */
/* jshint ignore:start */
/<template-(area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)([^>]*?)\/?>/g,
/* jshint ignore:end */
"<template-$1$2></template-$1>");

// Also rename style attribute, because IE will drop style="..." if the ... is an illegal value
Expand Down
Loading

0 comments on commit d752d15

Please sign in to comment.