Skip to content

Commit d7d5b04

Browse files
Bump handlebars from 4.7.3 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.6. - [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.7.3...v4.7.6) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 94bd528 commit d7d5b04

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"camelcase": "5.3.1",
6666
"commander": "5.0.0",
67-
"handlebars": "4.7.3",
67+
"handlebars": "4.7.6",
6868
"js-yaml": "3.13.1",
6969
"mkdirp": "1.0.3",
7070
"path": "0.12.7",

yarn.lock

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,14 +2358,15 @@ growly@^1.3.0:
23582358
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
23592359
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
23602360

2361-
2362-
version "4.7.3"
2363-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee"
2364-
integrity sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==
2361+
2362+
version "4.7.6"
2363+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e"
2364+
integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==
23652365
dependencies:
2366+
minimist "^1.2.5"
23662367
neo-async "^2.6.0"
2367-
optimist "^0.6.1"
23682368
source-map "^0.6.1"
2369+
wordwrap "^1.0.0"
23692370
optionalDependencies:
23702371
uglify-js "^3.1.4"
23712372

@@ -3409,21 +3410,11 @@ [email protected]:
34093410
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
34103411
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
34113412

3412-
minimist@^1.1.1, minimist@^1.2.0:
3413-
version "1.2.0"
3414-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
3415-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
3416-
3417-
minimist@^1.2.5:
3413+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
34183414
version "1.2.5"
34193415
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
34203416
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
34213417

3422-
minimist@~0.0.1:
3423-
version "0.0.10"
3424-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
3425-
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
3426-
34273418
mixin-deep@^1.2.0:
34283419
version "1.3.2"
34293420
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
@@ -3612,14 +3603,6 @@ onetime@^5.1.0:
36123603
dependencies:
36133604
mimic-fn "^2.1.0"
36143605

3615-
optimist@^0.6.1:
3616-
version "0.6.1"
3617-
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
3618-
integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
3619-
dependencies:
3620-
minimist "~0.0.1"
3621-
wordwrap "~0.0.2"
3622-
36233606
optionator@^0.8.1, optionator@^0.8.3:
36243607
version "0.8.3"
36253608
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
@@ -4796,10 +4779,10 @@ word-wrap@~1.2.3:
47964779
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
47974780
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
47984781

4799-
wordwrap@~0.0.2:
4800-
version "0.0.3"
4801-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
4802-
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
4782+
wordwrap@^1.0.0:
4783+
version "1.0.0"
4784+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
4785+
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
48034786

48044787
wrap-ansi@^6.2.0:
48054788
version "6.2.0"

0 commit comments

Comments
 (0)