From a3afd8130ec16eccef7d9e47a012e8c260d32c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 00:46:22 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.5.3 in /Loader Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [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.1.2...v4.5.3) Signed-off-by: dependabot[bot] --- Loader/package-lock.json | 6 +++--- Loader/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Loader/package-lock.json b/Loader/package-lock.json index 4571617..da09110 100644 --- a/Loader/package-lock.json +++ b/Loader/package-lock.json @@ -3780,9 +3780,9 @@ "dev": true }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", + "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", "dev": true, "requires": { "neo-async": "^2.6.0", diff --git a/Loader/package.json b/Loader/package.json index 97c84cc..3669e71 100644 --- a/Loader/package.json +++ b/Loader/package.json @@ -19,7 +19,7 @@ "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.0.0", "file-loader": "^4.0.0", - "handlebars": "^4.1.2", + "handlebars": "^4.5.3", "handlebars-loader": "^1.7.1", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.7.0",