Skip to content

Commit 7c05bd9

Browse files
Bump handlebars from 4.1.2 to 4.7.6 (#14)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.7.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7a0663 commit 7c05bd9

File tree

1 file changed

+13
-36
lines changed

1 file changed

+13
-36
lines changed

yarn.lock

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,12 +2226,12 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
22262226
dependencies:
22272227
delayed-stream "~1.0.0"
22282228

2229-
commander@^2.11.0, commander@^2.12.1, commander@~2.20.0:
2229+
commander@^2.11.0, commander@^2.12.1:
22302230
version "2.20.0"
22312231
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
22322232
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
22332233

2234-
commander@^2.19.0:
2234+
commander@^2.19.0, commander@~2.20.3:
22352235
version "2.20.3"
22362236
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
22372237
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
@@ -3550,13 +3550,14 @@ gzip-size@^5.0.0:
35503550
pify "^4.0.1"
35513551

35523552
handlebars@^4.1.2:
3553-
version "4.1.2"
3554-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
3555-
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
3553+
version "4.7.6"
3554+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
3555+
integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
35563556
dependencies:
3557+
minimist "^1.2.5"
35573558
neo-async "^2.6.0"
3558-
optimist "^0.6.1"
35593559
source-map "^0.6.1"
3560+
wordwrap "^1.0.0"
35603561
optionalDependencies:
35613562
uglify-js "^3.1.4"
35623563

@@ -5339,21 +5340,11 @@ [email protected]:
53395340
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
53405341
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
53415342

5342-
minimist@^1.1.1, minimist@^1.2.0:
5343-
version "1.2.0"
5344-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
5345-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
5346-
5347-
minimist@^1.2.3, minimist@^1.2.5:
5343+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
53485344
version "1.2.5"
53495345
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
53505346
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
53515347

5352-
minimist@~0.0.1:
5353-
version "0.0.10"
5354-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
5355-
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
5356-
53575348
minipass@^2.2.1, minipass@^2.3.5:
53585349
version "2.3.5"
53595350
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
@@ -5816,14 +5807,6 @@ opencollective-postinstall@^2.0.2:
58165807
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
58175808
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
58185809

5819-
optimist@^0.6.1:
5820-
version "0.6.1"
5821-
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
5822-
integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
5823-
dependencies:
5824-
minimist "~0.0.1"
5825-
wordwrap "~0.0.2"
5826-
58275810
optionator@^0.8.1:
58285811
version "0.8.2"
58295812
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -8401,12 +8384,11 @@ typescript@>=2.8.3:
84018384
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
84028385

84038386
uglify-js@^3.1.4:
8404-
version "3.6.0"
8405-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
8406-
integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
8387+
version "3.9.4"
8388+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.9.4.tgz#867402377e043c1fc7b102253a22b64e5862401b"
8389+
integrity sha512-8RZBJq5smLOa7KslsNsVcSH+KOXf1uDU8yqLeNuVKwmT0T3FA0ZoXlinQfRad7SDcbZZRZE4ov+2v71EnxNyCA==
84078390
dependencies:
8408-
commander "~2.20.0"
8409-
source-map "~0.6.1"
8391+
commander "~2.20.3"
84108392

84118393
unicode-canonical-property-names-ecmascript@^1.0.4:
84128394
version "1.0.4"
@@ -8685,12 +8667,7 @@ widest-line@^2.0.0:
86858667
dependencies:
86868668
string-width "^2.1.1"
86878669

8688-
wordwrap@~0.0.2:
8689-
version "0.0.3"
8690-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
8691-
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
8692-
8693-
wordwrap@~1.0.0:
8670+
wordwrap@^1.0.0, wordwrap@~1.0.0:
86948671
version "1.0.0"
86958672
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
86968673
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=

0 commit comments

Comments
 (0)