From 53ae17b0c6cc28c36b1511acd0d90e66f6cc7b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 13:39:31 +0000 Subject: [PATCH] chore(deps): bump express-handlebars from 5.3.0 to 5.3.2 Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 5.3.0 to 5.3.2. - [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.2) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0ec087a..16ce90a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1922,13 +1922,28 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-5.3.2.tgz", + "integrity": "sha512-iGR7HXP+x+SfJQo9m00ocqcr7hU8ZzcssTLE/4wBX+jsqcblO6sFJEbEAEFjiNze3XMz9Y26Zs1WN5Bb4zxivQ==", "requires": { - "glob": "^7.1.6", + "glob": "^7.1.7", "graceful-fs": "^4.2.6", "handlebars": "^4.7.7" + }, + "dependencies": { + "glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } } }, "fast-deep-equal": { @@ -2258,6 +2273,7 @@ "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4",