From 9a2e049e2d4ac3cfe507c5f9a310775506844ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 04:47:45 +0000 Subject: [PATCH] build(deps): bump express-handlebars in /linux/HTB 0x2 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] --- linux/HTB 0x2/package-lock.json | 29 ++++++++++++++++++----------- linux/HTB 0x2/package.json | 2 +- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/linux/HTB 0x2/package-lock.json b/linux/HTB 0x2/package-lock.json index 2343729..67fb0a7 100644 --- a/linux/HTB 0x2/package-lock.json +++ b/linux/HTB 0x2/package-lock.json @@ -374,13 +374,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==" + } } }, "express-session": { @@ -497,9 +504,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", @@ -1277,9 +1284,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "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 }, "uid-safe": { diff --git a/linux/HTB 0x2/package.json b/linux/HTB 0x2/package.json index a44adbe..78c68b6 100644 --- a/linux/HTB 0x2/package.json +++ b/linux/HTB 0x2/package.json @@ -12,7 +12,7 @@ "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", - "express-handlebars": "^5.1.0", + "express-handlebars": "^5.3.1", "express-session": "^1.17.1", "libxmljs2": "^0.26.0", "mongoose": "^5.9.25",