From ccb0c93cc3fe022cdb45753b93ce20af4f4e3fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:33:35 +0000 Subject: [PATCH] Bump handlebars in /test/node/express_pg_procfile/src Bumps [handlebars](https://github.com/wycats/handlebars.js) from 1.0.12 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/v1.0.12...v4.5.3) Signed-off-by: dependabot[bot] --- test/node/express_pg_procfile/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/express_pg_procfile/src/package.json b/test/node/express_pg_procfile/src/package.json index ba13723..62a5024 100644 --- a/test/node/express_pg_procfile/src/package.json +++ b/test/node/express_pg_procfile/src/package.json @@ -36,7 +36,7 @@ "express-slash" : "latest", "express-state" : "latest", "express3-handlebars": "latest", - "handlebars" : "1.0.x", + "handlebars" : "4.5.x", "pg" : "1.1.x", "request" : "2.25.0" },