Skip to content

Commit c312e81

Browse files
Bump handlebars from 4.7.7 to 4.7.9
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.7 to 4.7.9. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.7...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f81deb7 commit c312e81

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5577,12 +5577,12 @@ growly@^1.3.0:
55775577
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
55785578

55795579
handlebars@^4.0.4, handlebars@^4.7.3:
5580-
version "4.7.7"
5581-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
5582-
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
5580+
version "4.7.9"
5581+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
5582+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
55835583
dependencies:
55845584
minimist "^1.2.5"
5585-
neo-async "^2.6.0"
5585+
neo-async "^2.6.2"
55865586
source-map "^0.6.1"
55875587
wordwrap "^1.0.0"
55885588
optionalDependencies:
@@ -7414,7 +7414,7 @@ negotiator@0.6.3:
74147414
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
74157415
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
74167416

7417-
neo-async@^2.6.0:
7417+
neo-async@^2.6.2:
74187418
version "2.6.2"
74197419
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
74207420
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
@@ -9103,7 +9103,7 @@ string_decoder@~1.1.1:
91039103
dependencies:
91049104
safe-buffer "~5.1.0"
91059105

9106-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
9106+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
91079107
version "6.0.1"
91089108
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
91099109
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9138,6 +9138,13 @@ strip-ansi@^6.0.0:
91389138
dependencies:
91399139
ansi-regex "^5.0.0"
91409140

9141+
strip-ansi@^6.0.1:
9142+
version "6.0.1"
9143+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9144+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9145+
dependencies:
9146+
ansi-regex "^5.0.1"
9147+
91419148
strip-ansi@^7.0.1:
91429149
version "7.1.0"
91439150
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -9921,8 +9928,7 @@ workerpool@^6.1.4:
99219928
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462"
99229929
integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==
99239930

9924-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9925-
name wrap-ansi-cjs
9931+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
99269932
version "7.0.0"
99279933
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
99289934
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9949,6 +9955,15 @@ wrap-ansi@^6.2.0:
99499955
string-width "^4.1.0"
99509956
strip-ansi "^6.0.0"
99519957

9958+
wrap-ansi@^7.0.0:
9959+
version "7.0.0"
9960+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9961+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9962+
dependencies:
9963+
ansi-styles "^4.0.0"
9964+
string-width "^4.1.0"
9965+
strip-ansi "^6.0.0"
9966+
99529967
wrap-ansi@^8.1.0:
99539968
version "8.1.0"
99549969
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)