Skip to content

Commit

Permalink
Merge #7012
Browse files Browse the repository at this point in the history
7012: chore(deps): bump express-handlebars from 7.0.5 to 7.0.6 r=jmcameron a=dependabot[bot]

Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 7.0.5 to 7.0.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/express-handlebars/express-handlebars/releases">express-handlebars's releases</a>.</em></p>
<blockquote>
<h2>v7.0.6</h2>
<h2><a href="https://github.com/express-handlebars/express-handlebars/compare/v7.0.5...v7.0.6">7.0.6</a> (2023-04-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>replace backslash in partials with forward slash (<a href="https://redirect.github.com/express-handlebars/express-handlebars/issues/553">#553</a>) (<a href="https://github.com/express-handlebars/express-handlebars/commit/2ecd7840cb16d0e5013469b84183211e02212053">2ecd784</a>)</li>
</ul>
</blockquote>


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] committed Apr 12, 2023
2 parents 88d9a1f + 52ec372 commit 51c4c92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"eslint-plugin-jsdoc": "^40.3.0",
"excel4node": "^1.8.1",
"express": "^4.18.2",
"express-handlebars": "^7.0.5",
"express-handlebars": "^7.0.6",
"express-session": "^1.17.3",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3569,10 +3569,10 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"

express-handlebars@^7.0.5:
version "7.0.5"
resolved "https://registry.yarnpkg.com/express-handlebars/-/express-handlebars-7.0.5.tgz#a864fb2a672e8520955d7375e2218d8a85ae1dd6"
integrity sha512-9OuDkxrNq9fkbqwKmUr30TEobdlDyhawaod6+H6nz3rUXpzDjyoRt3LrSScscbPikQFs1zMy/52Ns+WosWVLhg==
express-handlebars@^7.0.6:
version "7.0.6"
resolved "https://registry.yarnpkg.com/express-handlebars/-/express-handlebars-7.0.6.tgz#df4f09bb45387e50a61011860968f131f0940b14"
integrity sha512-f1azlphtOp3fp8+dfbcqebQ+tdq9VOXG4TmafJ756n9CjoItW7Mqn3KCZ0BjGdgZ7+ktYHZQWV4oCjiNhSuSeg==
dependencies:
glob "^10.0.0"
graceful-fs "^4.2.11"
Expand Down

0 comments on commit 51c4c92

Please sign in to comment.