Skip to content

Commit 2bd32a2

Browse files
Bump handlebars from 4.2.0 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 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.2.0...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24c4a09 commit 2bd32a2

File tree

2 files changed

+27
-63
lines changed

2 files changed

+27
-63
lines changed

package-lock.json

Lines changed: 14 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
20542054
dependencies:
20552055
delayed-stream "~1.0.0"
20562056

2057-
commander@^2.11.0, commander@^2.8.1, commander@~2.20.0:
2057+
commander@^2.11.0, commander@^2.8.1:
20582058
version "2.20.0"
20592059
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
20602060

@@ -3291,12 +3291,13 @@ gzip-size@^5.0.0:
32913291
pify "^4.0.1"
32923292

32933293
handlebars@^4.1.2:
3294-
version "4.2.0"
3295-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e"
3294+
version "4.7.7"
3295+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
32963296
dependencies:
3297+
minimist "^1.2.5"
32973298
neo-async "^2.6.0"
3298-
optimist "^0.6.1"
32993299
source-map "^0.6.1"
3300+
wordwrap "^1.0.0"
33003301
optionalDependencies:
33013302
uglify-js "^3.1.4"
33023303

@@ -4660,17 +4661,9 @@ minimist@0.0.8:
46604661
version "0.0.8"
46614662
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
46624663

4663-
minimist@^1.1.1, minimist@^1.2.0:
4664-
version "1.2.0"
4665-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
4666-
4667-
minimist@^1.2.3, minimist@^1.2.5:
4668-
version "1.2.5"
4669-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
4670-
4671-
minimist@~0.0.1:
4672-
version "0.0.10"
4673-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
4664+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
4665+
version "1.2.6"
4666+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
46744667

46754668
minipass@^2.2.1, minipass@^2.3.5:
46764669
version "2.5.1"
@@ -4769,8 +4762,8 @@ needle@^2.2.1:
47694762
sax "^1.2.4"
47704763

47714764
neo-async@^2.6.0:
4772-
version "2.6.1"
4773-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
4765+
version "2.6.2"
4766+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
47744767

47754768
nice-try@^1.0.4:
47764769
version "1.0.5"
@@ -5035,13 +5028,6 @@ onetime@^2.0.0:
50355028
dependencies:
50365029
mimic-fn "^1.0.0"
50375030

5038-
optimist@^0.6.1:
5039-
version "0.6.1"
5040-
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
5041-
dependencies:
5042-
minimist "~0.0.1"
5043-
wordwrap "~0.0.2"
5044-
50455031
optionator@^0.8.1, optionator@^0.8.2:
50465032
version "0.8.2"
50475033
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -7050,11 +7036,8 @@ typescript@>=2.8.3:
70507036
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
70517037

70527038
uglify-js@^3.1.4:
7053-
version "3.6.0"
7054-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
7055-
dependencies:
7056-
commander "~2.20.0"
7057-
source-map "~0.6.1"
7039+
version "3.16.1"
7040+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.1.tgz#0e7ec928b3d0b1e1d952bce634c384fd56377317"
70587041

70597042
unbox-primitive@^1.0.1:
70607043
version "1.0.1"
@@ -7265,11 +7248,7 @@ wide-align@^1.1.0:
72657248
dependencies:
72667249
string-width "^1.0.2 || 2"
72677250

7268-
wordwrap@~0.0.2:
7269-
version "0.0.3"
7270-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
7271-
7272-
wordwrap@~1.0.0:
7251+
wordwrap@^1.0.0, wordwrap@~1.0.0:
72737252
version "1.0.0"
72747253
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
72757254

0 commit comments

Comments
 (0)