From dc440a6faeb24b3abceaaea7e5c533e4543fbe44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 12:45:52 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.5.3 in /WordWrap/typescript 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/wycats/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] --- WordWrap/typescript/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WordWrap/typescript/package-lock.json b/WordWrap/typescript/package-lock.json index e16ddb1..c2506c1 100644 --- a/WordWrap/typescript/package-lock.json +++ b/WordWrap/typescript/package-lock.json @@ -2190,9 +2190,9 @@ "dev": true }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npm.taobao.org/handlebars/download/handlebars-4.1.2.tgz", - "integrity": "sha1-trN8HO0DBrIh4JT8eso+wjsTG2c=", + "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",