From 1a68c383fa811717a288aa0fd706e2776403ff76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 22:31:20 +0000 Subject: [PATCH] Bump express-handlebars from 5.1.0 to 5.3.1 Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 5.1.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.1.0...v5.3.1) --- updated-dependencies: - dependency-name: express-handlebars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f4bba3c6..36619c91c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4760,13 +4760,13 @@ } }, "express-handlebars": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-5.1.0.tgz", - "integrity": "sha512-EHu7Lz1q3OOPSv1wyxN0pOMhAcljx0UUACrFAnSgoBdKc6YCBFl7qW3w6TQZ8d6kWA14xAH9pLMsR0N9vJ3iGw==", + "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.4", - "handlebars": "^4.7.6" + "graceful-fs": "^4.2.6", + "handlebars": "^4.7.7" } }, "express-session": { diff --git a/package.json b/package.json index 7c2b6df90..56ed0b131 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "esbuild": "^0.14.39", "express": "4.17.1", "express-bearer-token": "2.4.0", - "express-handlebars": "5.1.0", + "express-handlebars": "5.3.1", "express-session": "1.17.1", "fluent": "0.12.0", "fluent-langneg": "0.2.0",