Skip to content

Commit d752d15

Browse files
committed
Bump dependency version numbers to fix security issues.
1 parent 21edc49 commit d752d15

File tree

4 files changed

+976
-397
lines changed

4 files changed

+976
-397
lines changed

css/global.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ html {
55
body {
66
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
77
font-size: 14px;
8-
line-height: 1.428571429;
8+
line-height: 1.42857143;
99
color: #333333;
10-
background-color: #ffffff;
10+
background-color: #fff;
1111
}
1212
input,
1313
button,

handlebars.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ define([
238238
// For self-closing tags like <input> that have been converted to <template-input>, we need to add a
239239
// closing </template-input> tag.
240240
templateText = templateText.replace(
241-
/* jshint maxlen:200 */
241+
/* jshint ignore:start */
242242
/<template-(area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)([^>]*?)\/?>/g,
243+
/* jshint ignore:end */
243244
"<template-$1$2></template-$1>");
244245

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

0 commit comments

Comments
 (0)