From 1a5116083475251e3db25b4395eae126ab4ad9ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 May 2021 21:54:50 +0000 Subject: [PATCH] chore(deps): update dependency handlebars to v4.7.7 [security] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cdd9b2a..1c50ccf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5439,9 +5439,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==", "requires": { "minimist": "^1.2.5", "neo-async": "^2.6.0", diff --git a/package.json b/package.json index 743b1c1b..d0eee416 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "gltf-pipeline": "github:freezy/gltf-pipeline#hotfix/dedupe", "gm": "1.23.1", "google-auth-library": "5.3.0", - "handlebars": "4.7.6", + "handlebars": "4.7.7", "has-ansi": "4.0.0", "ioredis": "4.19.2", "jwt-simple": "0.5.6",