From 960a6a521857b0c9089c14d1f7cc91009d7cfa29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Dec 2021 13:15:49 +0000 Subject: [PATCH] fix: upgrade handlebars from 4.7.6 to 4.7.7 Snyk has created this PR to upgrade handlebars from 4.7.6 to 4.7.7. See this package in npm: https://www.npmjs.com/package/handlebars See this project in Snyk: https://app.snyk.io/org/fordamboy1/project/ab7e58b4-13a7-44e3-91a5-057ec3c4a0ec?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1ef586ebad11..31beedfdf4cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2898,9 +2898,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", @@ -8393,9 +8393,9 @@ } }, "uglify-js": { - "version": "3.10.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.4.tgz", - "integrity": "sha512-kBFT3U4Dcj4/pJ52vfjCSfyLyvG9VYYuGYPmrPvAxRw/i7xHiT4VvCev+uiEMcEEiu6UNB6KgWmGtSUYIWScbw==", + "version": "3.14.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.5.tgz", + "integrity": "sha512-qZukoSxOG0urUTvjc2ERMTcAy+BiFh3weWAkeurLwjrCba73poHmG3E36XEjd/JGukMzwTL7uCxZiAexj8ppvQ==", "optional": true }, "unified": { diff --git a/package.json b/package.json index eda6b05710d2b..02e25e3c516b8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "autoprefixer": "^10.1.0", "cheerio": "^0.22.0", "fibers": "^5.0.0", - "handlebars": "^4.7.6", + "handlebars": "^4.7.7", "jstransformer-handlebars": "^1.1.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1",