Skip to content

Commit f1fd809

Browse files
committed
Upgrade handlebars dependency to ^4.5.3
1 parent 533fe05 commit f1fd809

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"license": "MIT",
5050
"dependencies": {
5151
"fs-extra": "^8.1.0",
52-
"handlebars": "^4.1.2",
52+
"handlebars": "^4.5.3",
5353
"merge": "^1.2.1",
5454
"minimatch": "^3.0.4",
5555
"moment": "^2.24.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1498,10 +1498,10 @@ [email protected]:
14981498
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
14991499
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
15001500

1501-
handlebars@^4.1.2:
1502-
version "4.1.2"
1503-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
1504-
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
1501+
handlebars@^4.5.3:
1502+
version "4.5.3"
1503+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
1504+
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
15051505
dependencies:
15061506
neo-async "^2.6.0"
15071507
optimist "^0.6.1"

0 commit comments

Comments
 (0)