Skip to content

Commit

Permalink
Merge #6499
Browse files Browse the repository at this point in the history
6499: chore(deps): bump express-handlebars from 6.0.3 to 6.0.4 r=jniles a=dependabot[bot]

Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 6.0.3 to 6.0.4.
<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>v6.0.4</h2>
<h2><a href="https://github.com/express-handlebars/express-handlebars/compare/v6.0.3...v6.0.4">6.0.4</a> (2022-04-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency graceful-fs to ^4.2.10 (<a href="https://github.com/express-handlebars/express-handlebars/commit/2d6e89c219b11000125f7bc2630f6ddaf241987d">2d6e89c</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 6, 2022
2 parents eb60bb0 + 96c39c2 commit 53f67a1
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 @@ -113,7 +113,7 @@
"dotenv": "^16.0.0",
"excel4node": "^1.7.0",
"express": "^4.17.3",
"express-handlebars": "^6.0.2",
"express-handlebars": "^6.0.4",
"express-session": "^1.17.2",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3167,13 +3167,13 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
dependencies:
homedir-polyfill "^1.0.1"

express-handlebars@^6.0.2:
version "6.0.3"
resolved "https://registry.npmjs.org/express-handlebars/-/express-handlebars-6.0.3.tgz#ed215adfcc57f828c306b100ad4da4cf6014728d"
integrity sha512-cG6/CeriAhAYKC9+VivXtj41+HNDB6xnigwzcXv/m9BBtijR2Yg5I5VWsK6nPc1+E06FIS23nGfr2COUv8sG3A==
express-handlebars@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/express-handlebars/-/express-handlebars-6.0.4.tgz#e08ae3290da4b6022cc0b162c2a79d137d80114b"
integrity sha512-/VR8sA07omY8JbtitDAC0BYT/mMkNk8+bREQQ9WurPT9WVKf4EDyq5AOpjHbeXBTwNqzHfSrUsKaTaWX1t2SPg==
dependencies:
glob "^7.2.0"
graceful-fs "^4.2.9"
graceful-fs "^4.2.10"
handlebars "^4.7.7"

express-session@^1.17.2:
Expand Down Expand Up @@ -4030,10 +4030,10 @@ got@^9.6.0:
to-readable-stream "^1.0.0"
url-parse-lax "^3.0.0"

graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
version "4.2.9"
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
version "4.2.10"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==

growl@1.10.5:
version "1.10.5"
Expand Down

0 comments on commit 53f67a1

Please sign in to comment.