Skip to content

Commit e25c1e3

Browse files
Bump handlebars from 4.1.2 to 4.7.8
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.1.2 to 4.7.8. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.7.8) --- updated-dependencies: - dependency-name: handlebars dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1ae997 commit e25c1e3

File tree

1 file changed

+12
-29
lines changed

1 file changed

+12
-29
lines changed

yarn.lock

+12-29
Original file line numberDiff line numberDiff line change
@@ -1820,13 +1820,14 @@ growly@^1.3.0:
18201820
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
18211821

18221822
handlebars@^4.1.2:
1823-
version "4.1.2"
1824-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
1825-
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
1823+
version "4.7.8"
1824+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
1825+
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
18261826
dependencies:
1827-
neo-async "^2.6.0"
1828-
optimist "^0.6.1"
1827+
minimist "^1.2.5"
1828+
neo-async "^2.6.2"
18291829
source-map "^0.6.1"
1830+
wordwrap "^1.0.0"
18301831
optionalDependencies:
18311832
uglify-js "^3.1.4"
18321833

@@ -2834,16 +2835,11 @@ minimist@^1.1.1, minimist@^1.2.0:
28342835
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
28352836
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
28362837

2837-
minimist@^1.2.6:
2838+
minimist@^1.2.5, minimist@^1.2.6:
28382839
version "1.2.8"
28392840
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
28402841
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
28412842

2842-
minimist@~0.0.1:
2843-
version "0.0.10"
2844-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
2845-
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
2846-
28472843
minipass@^2.6.0, minipass@^2.9.0:
28482844
version "2.9.0"
28492845
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
@@ -2927,10 +2923,10 @@ needle@^2.2.1:
29272923
iconv-lite "^0.4.4"
29282924
sax "^1.2.4"
29292925

2930-
neo-async@^2.6.0:
2931-
version "2.6.1"
2932-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
2933-
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
2926+
neo-async@^2.6.2:
2927+
version "2.6.2"
2928+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
2929+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
29342930

29352931
nice-try@^1.0.4:
29362932
version "1.0.5"
@@ -3099,14 +3095,6 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
30993095
dependencies:
31003096
wrappy "1"
31013097

3102-
optimist@^0.6.1:
3103-
version "0.6.1"
3104-
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
3105-
integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
3106-
dependencies:
3107-
minimist "~0.0.1"
3108-
wordwrap "~0.0.2"
3109-
31103098
optionator@^0.8.1:
31113099
version "0.8.2"
31123100
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -4205,12 +4193,7 @@ wide-align@^1.1.0:
42054193
dependencies:
42064194
string-width "^1.0.2 || 2"
42074195

4208-
wordwrap@~0.0.2:
4209-
version "0.0.3"
4210-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
4211-
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
4212-
4213-
wordwrap@~1.0.0:
4196+
wordwrap@^1.0.0, wordwrap@~1.0.0:
42144197
version "1.0.0"
42154198
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
42164199
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=

0 commit comments

Comments
 (0)