From 764871ec32741525fa66675c56924d1ca708dc1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 05:03:18 +0000 Subject: [PATCH] chore(deps): bump express-handlebars from 5.3.0 to 5.3.1 Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/express-handlebars/express-handlebars/releases) - [Changelog](https://github.com/express-handlebars/express-handlebars/blob/master/CHANGELOG.md) - [Commits](https://github.com/express-handlebars/express-handlebars/compare/v5.3.0...v5.3.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67faf38b..38d6cdd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1922,9 +1922,9 @@ } }, "express-handlebars": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-5.3.0.tgz", - "integrity": "sha512-rC9uWbaC3m1jjgVrVk/bHhjO9irKoQbWGUtYBY03amn6Y/SGZ+yxINyJMZ/fHbNaP0APi+QvwEuHVx5ca/2XjQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-5.3.1.tgz", + "integrity": "sha512-mHpf3PAYysgo6M2yl/r0p5ui/gHwVa7vLBgA3ht8HlNxRGcwXSAGOwKAtAEVdHs4j7FDb5ZGsAJoA8nFaogbGw==", "requires": { "glob": "^7.1.6", "graceful-fs": "^4.2.6",