From 0a1f1d8e11766272c69ef2835648547024c6489c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 04:48:44 +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 | 35 +++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6b3594..b7db585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -481,13 +481,20 @@ } }, "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" + }, + "dependencies": { + "graceful-fs": { + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" + } } }, "fill-range": { @@ -545,9 +552,9 @@ } }, "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -597,9 +604,9 @@ "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" }, "handlebars": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz", - "integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "requires": { "minimist": "^1.2.5", "neo-async": "^2.6.0", @@ -1464,9 +1471,9 @@ } }, "uglify-js": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.0.tgz", - "integrity": "sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.1.tgz", + "integrity": "sha512-FAGKF12fWdkpvNJZENacOH0e/83eG6JyVQyanIJaBXCN1J11TUQv1T1/z8S+Z0CG0ZPk1nPcreF/c7lrTd0TEQ==", "optional": true }, "undefsafe": { diff --git a/package.json b/package.json index 58dc12a..10a3fb3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^8.2.0", - "express-handlebars": "^5.1.0", + "express-handlebars": "^5.3.1", "mongodb": "^3.6.0", "mongoose": "^5.9.27", "nodemon": "^2.0.4"