Skip to content

Commit

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

Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 7.0.1 to 7.0.2.
<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.2</h2>
<h2><a href="https://github.com/express-handlebars/express-handlebars/compare/v7.0.1...v7.0.2">7.0.2</a> (2023-03-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency glob to ^9.2.1 (<a href="https://redirect.github.com/express-handlebars/express-handlebars/issues/520">#520</a>) (<a href="https://github.com/express-handlebars/express-handlebars/commit/16a9bc356ba333586bb1626d2402d9aa7df948fd">16a9bc3</a>)</li>
</ul>
</blockquote>


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Mar 10, 2023
2 parents b321259 + fed4c6c commit 36116ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"dotenv": "^16.0.2",
"excel4node": "^1.8.0",
"express": "^4.18.2",
"express-handlebars": "^7.0.1",
"express-handlebars": "^7.0.2",
"express-session": "^1.17.3",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3515,12 +3515,12 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"

express-handlebars@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/express-handlebars/-/express-handlebars-7.0.1.tgz#9d8500a91c7112e03e8190939681c563e0724588"
integrity sha512-NTqPyfvjemjNl3QyJny2FsVkDq+6xFzbtu1r5mWrPKDsZQt69xGNHXB/kDvPux6YkjD/QRGnmf0/6kmZt2YtHA==
express-handlebars@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/express-handlebars/-/express-handlebars-7.0.2.tgz#d5dff632200d33feea33312c5cb32c57317790eb"
integrity sha512-W7QuI8i4jjxGNqZJebXzugHuJV32uGTMWqSzqTKsgBTPVsWR3oYR2b9VNQ53vmWbUH1G8r/9GIO3WCqa1Myf1w==
dependencies:
glob "^9.1.0"
glob "^9.2.1"
graceful-fs "^4.2.10"
handlebars "^4.7.7"

Expand Down Expand Up @@ -4306,15 +4306,15 @@ glob@7.2.0, glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3, glo
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^9.1.0:
version "9.1.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.1.2.tgz#6587a51675a7273191654e0a912a22a0e4ca7a44"
integrity sha512-AcvrjOR0OSiS8p+1SInzhCHJ11NHV8P/nN1BDuk6gEjIHSR60SXktPzi/HJt8Z3NIyK4qSO1hZ9jpsasFZENpA==
glob@^9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
dependencies:
fs.realpath "^1.0.0"
minimatch "^7.4.1"
minipass "^4.2.4"
path-scurry "^1.5.0"
path-scurry "^1.6.1"

global-dirs@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -7333,7 +7333,7 @@ path-root@^0.1.1:
dependencies:
path-root-regex "^0.1.0"

path-scurry@^1.5.0:
path-scurry@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
Expand Down

0 comments on commit 36116ff

Please sign in to comment.