From e83bcff409b52e68055983b85a65b358e5152c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 00:40:37 +0000 Subject: [PATCH] Bump handlebars from 4.7.6 to 4.7.7 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dc29b8..b9484df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TotalRisk", - "version": "1.4.10", + "version": "1.4.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "TotalRisk", - "version": "1.4.10", + "version": "1.4.11", "license": "MIT", "dependencies": { "@simonwep/pickr": "^1.8.0", @@ -56,7 +56,7 @@ "grunt-contrib-watch": "^1.0.0", "grunt-notify": "^0.4.5", "grunt-replace": "^1.0.1", - "handlebars": "^4.5.0", + "handlebars": "^4.7.7", "jest": "^26.6.3", "regenerator-runtime": "^0.12.1" }, @@ -9852,9 +9852,9 @@ } }, "node_modules/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==", "dev": true, "dependencies": { "minimist": "^1.2.5", @@ -29074,9 +29074,9 @@ } }, "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==", "dev": true, "requires": { "minimist": "^1.2.5", diff --git a/package.json b/package.json index 8382f51..54849b4 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "grunt-contrib-watch": "^1.0.0", "grunt-notify": "^0.4.5", "grunt-replace": "^1.0.1", - "handlebars": "^4.5.0", + "handlebars": "^4.7.7", "jest": "^26.6.3", "regenerator-runtime": "^0.12.1" }