Skip to content

Commit ffa0b0c

Browse files
dependabot[bot]jaipreet-s
authored andcommitted
Bump handlebars from 4.0.12 to 4.1.2 (#361)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.0.12...v4.1.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a8c8d2 commit ffa0b0c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ async-limiter@~1.0.0:
703703
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
704704
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
705705

706-
async@^2.1.4, async@^2.5.0:
706+
async@^2.1.4:
707707
version "2.6.1"
708708
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
709709
integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==
@@ -1190,16 +1190,11 @@ commander@^2.12.1:
11901190
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
11911191
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
11921192

1193-
commander@^2.14.1, commander@^2.9.0:
1193+
commander@^2.14.1, commander@^2.9.0, commander@~2.20.0:
11941194
version "2.20.0"
11951195
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
11961196
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
11971197

1198-
commander@~2.17.1:
1199-
version "2.17.1"
1200-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
1201-
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
1202-
12031198
comment-json@^1.1.3:
12041199
version "1.1.3"
12051200
resolved "https://registry.yarnpkg.com/comment-json/-/comment-json-1.1.3.tgz#6986c3330fee0c4c9e00c2398cd61afa5d8f239e"
@@ -2144,11 +2139,11 @@ growly@^1.3.0:
21442139
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
21452140

21462141
handlebars@^4.0.3:
2147-
version "4.0.12"
2148-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5"
2149-
integrity sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==
2142+
version "4.1.2"
2143+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
2144+
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
21502145
dependencies:
2151-
async "^2.5.0"
2146+
neo-async "^2.6.0"
21522147
optimist "^0.6.1"
21532148
source-map "^0.6.1"
21542149
optionalDependencies:
@@ -3752,6 +3747,11 @@ needle@^2.2.1:
37523747
iconv-lite "^0.4.4"
37533748
sax "^1.2.4"
37543749

3750+
neo-async@^2.6.0:
3751+
version "2.6.1"
3752+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
3753+
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
3754+
37553755
nice-try@^1.0.4:
37563756
version "1.0.5"
37573757
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
@@ -5338,11 +5338,11 @@ ua-parser-js@^0.7.18:
53385338
integrity sha512-LtzwHlVHwFGTptfNSgezHp7WUlwiqb0gA9AALRbKaERfxwJoiX0A73QbTToxteIAuIaFshhgIZfqK8s7clqgnA==
53395339

53405340
uglify-js@^3.1.4:
5341-
version "3.4.9"
5342-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3"
5343-
integrity sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==
5341+
version "3.6.0"
5342+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
5343+
integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
53445344
dependencies:
5345-
commander "~2.17.1"
5345+
commander "~2.20.0"
53465346
source-map "~0.6.1"
53475347

53485348
underscore@~1.4.4:

0 commit comments

Comments
 (0)