Skip to content

Commit

Permalink
fix(deps): update dependency hbs to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 7, 2022
1 parent d6337cd commit 908b9b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chalk": "2.4.2",
"commander": "2.20.3",
"express": "4.17.3",
"hbs": "4.1.2",
"hbs": "4.2.0",
"livereload": "0.9.3",
"node-fetch": "2.6.7",
"node-sass": "4.14.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2139,13 +2139,13 @@ has-values@^1.0.0:
is-number "^3.0.0"
kind-of "^4.0.0"

hbs@4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/hbs/-/hbs-4.1.2.tgz#8d8c07b50d985b580a3d6eae9bf52393a47b9aaf"
integrity sha512-WfBnQbozbdiTLjJu6P6Wturgvy0FN8xtRmIjmP0ebX9OGQrt+2S6UC7xX0IebHTCS1sXe20zfTzQ7yhjrEvrfQ==
hbs@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/hbs/-/hbs-4.2.0.tgz#10e40dcc24d5be7342df9636316896617542a32b"
integrity sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==
dependencies:
handlebars "4.7.7"
walk "2.3.14"
walk "2.3.15"

hook-std@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -5718,10 +5718,10 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

walk@2.3.14:
version "2.3.14"
resolved "https://registry.yarnpkg.com/walk/-/walk-2.3.14.tgz#60ec8631cfd23276ae1e7363ce11d626452e1ef3"
integrity sha512-5skcWAUmySj6hkBdH6B6+3ddMjVQYH5Qy9QGbPmN8kVmLteXk+yVXg+yfk1nbX30EYakahLrr8iPcCxJQSCBeg==
walk@2.3.15:
version "2.3.15"
resolved "https://registry.yarnpkg.com/walk/-/walk-2.3.15.tgz#1b4611e959d656426bc521e2da5db3acecae2424"
integrity sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==
dependencies:
foreachasync "^3.0.0"

Expand Down

0 comments on commit 908b9b6

Please sign in to comment.