From 18c7d3f2f46c94134a634dcc56be2a10214a5ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 07:32:04 +0000 Subject: [PATCH] Bump handlebars from 4.3.0 to 4.4.5 in /EVM-application Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.4.5. - [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.3.0...v4.4.5) Signed-off-by: dependabot[bot] --- EVM-application/package-lock.json | 6 +++--- EVM-application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EVM-application/package-lock.json b/EVM-application/package-lock.json index 4b220dc..1ed1c8e 100644 --- a/EVM-application/package-lock.json +++ b/EVM-application/package-lock.json @@ -403,9 +403,9 @@ "integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==" }, "handlebars": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.0.tgz", - "integrity": "sha512-7XlnO8yBXOdi7AzowjZssQr47Ctidqm7GbgARapOaqSN9HQhlClnOkR9HieGauIT3A8MBC6u9wPCXs97PCYpWg==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.5.tgz", + "integrity": "sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", diff --git a/EVM-application/package.json b/EVM-application/package.json index 2a9b654..d4dba5b 100644 --- a/EVM-application/package.json +++ b/EVM-application/package.json @@ -15,7 +15,7 @@ "crypto-js": "^3.1.9-1", "express": "^4.17.1", "express-handlebars": "^3.1.0", - "handlebars": "^4.3.0", + "handlebars": "^4.4.5", "morgan": "^1.9.1", "serve-favicon": "^2.5.0", "socket.io": "^2.2.0",