Skip to content

Commit fd8daa3

Browse files
committed
Upgrade handlebars to 4.1.2 (from 4.1.0)
1 parent 398fcf2 commit fd8daa3

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"file-saver": "2.0.1",
3030
"fingerprintjs2": "2.0.6",
3131
"flexslider": "2.7.2",
32-
"handlebars": "4.1.0",
32+
"handlebars": "4.1.2",
3333
"html5-history-api": "4.2.10",
3434
"html5shiv": "3.7.3",
3535
"image-map": "1.1.5",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ async@^2.1.4, async@^2.6.0:
367367
dependencies:
368368
lodash "^4.14.0"
369369

370-
async@^2.5.0, async@^2.6.1:
370+
async@^2.6.1:
371371
version "2.6.1"
372372
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
373373
integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==
@@ -2360,12 +2360,12 @@ gulplog@^1.0.0:
23602360
dependencies:
23612361
glogg "^1.0.0"
23622362

2363-
handlebars@4.1.0:
2364-
version "4.1.0"
2365-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a"
2366-
integrity sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==
2363+
handlebars@4.1.2:
2364+
version "4.1.2"
2365+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
2366+
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
23672367
dependencies:
2368-
async "^2.5.0"
2368+
neo-async "^2.6.0"
23692369
optimist "^0.6.1"
23702370
source-map "^0.6.1"
23712371
optionalDependencies:
@@ -3805,6 +3805,11 @@ needle@^2.2.1:
38053805
iconv-lite "^0.4.4"
38063806
sax "^1.2.4"
38073807

3808+
neo-async@^2.6.0:
3809+
version "2.6.0"
3810+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835"
3811+
integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==
3812+
38083813
next-tick@1:
38093814
version "1.0.0"
38103815
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"

0 commit comments

Comments
 (0)