Skip to content

Commit d0f468d

Browse files
Bump handlebars from 4.0.10 to 4.7.7 (#106)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.7. - [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.0.10...v4.7.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6713174 commit d0f468d

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

yarn.lock

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async-each@^1.0.0:
253253
version "1.0.1"
254254
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
255255

256-
[email protected], async@^1.4.0:
256+
257257
version "1.5.2"
258258
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
259259

@@ -2512,14 +2512,16 @@ [email protected]:
25122512
resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
25132513

25142514
handlebars@^4.0.1:
2515-
version "4.0.10"
2516-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.10.tgz#3d30c718b09a3d96f23ea4cc1f403c4d3ba9ff4f"
2515+
version "4.7.7"
2516+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
2517+
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
25172518
dependencies:
2518-
async "^1.4.0"
2519-
optimist "^0.6.1"
2520-
source-map "^0.4.4"
2519+
minimist "^1.2.5"
2520+
neo-async "^2.6.0"
2521+
source-map "^0.6.1"
2522+
wordwrap "^1.0.0"
25212523
optionalDependencies:
2522-
uglify-js "^2.6"
2524+
uglify-js "^3.1.4"
25232525

25242526
har-schema@^1.0.5:
25252527
version "1.0.5"
@@ -3662,13 +3664,14 @@ [email protected]:
36623664
version "0.0.8"
36633665
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
36643666

3665-
[email protected], minimist@^1.1.3, minimist@^1.2.0:
3667+
36663668
version "1.2.0"
36673669
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
36683670

3669-
minimist@^1.2.5:
3671+
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
36703672
version "1.2.5"
36713673
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3674+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
36723675

36733676
minimist@~0.0.1:
36743677
version "0.0.10"
@@ -3750,6 +3753,11 @@ [email protected]:
37503753
version "0.6.1"
37513754
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
37523755

3756+
neo-async@^2.6.0:
3757+
version "2.6.2"
3758+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
3759+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
3760+
37533761
nise@^1.0.1:
37543762
version "1.0.1"
37553763
resolved "https://registry.yarnpkg.com/nise/-/nise-1.0.1.tgz#0da92b10a854e97c0f496f6c2845a301280b3eef"
@@ -5093,23 +5101,14 @@ source-map-support@^0.4.15:
50935101
dependencies:
50945102
source-map "^0.5.6"
50955103

5096-
source-map@^0.4.4:
5097-
version "0.4.4"
5098-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
5099-
dependencies:
5100-
amdefine ">=0.0.4"
5101-
5102-
source-map@^0.5.0, source-map@^0.5.1:
5103-
version "0.5.6"
5104-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
5105-
5106-
source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1:
5104+
source-map@^0.5.0, source-map@^0.5.1, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1:
51075105
version "0.5.7"
51085106
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
51095107

51105108
source-map@^0.6.1, source-map@~0.6.1:
51115109
version "0.6.1"
51125110
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
5111+
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
51135112

51145113
source-map@~0.2.0:
51155114
version "0.2.0"
@@ -5487,7 +5486,7 @@ [email protected]:
54875486
version "1.3.5"
54885487
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-1.3.5.tgz#4b5bfff9186effbaa888e4c9e94bd9fc4c94929d"
54895488

5490-
uglify-js@^2.6, uglify-js@^2.8.29:
5489+
uglify-js@^2.8.29:
54915490
version "2.8.29"
54925491
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
54935492
dependencies:
@@ -5496,6 +5495,11 @@ uglify-js@^2.6, uglify-js@^2.8.29:
54965495
optionalDependencies:
54975496
uglify-to-browserify "~1.0.0"
54985497

5498+
uglify-js@^3.1.4:
5499+
version "3.13.5"
5500+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.5.tgz#5d71d6dbba64cf441f32929b1efce7365bb4f113"
5501+
integrity sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw==
5502+
54995503
uglify-to-browserify@~1.0.0:
55005504
version "1.0.2"
55015505
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"

0 commit comments

Comments
 (0)