From 4db6dc224dab37e64ade1536ec75a2ca68186fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Feb 2019 23:15:37 +0000 Subject: [PATCH] Update db-migrate-pg requirement from ^0.1.11 to ^0.4.0 Updates the requirements on [db-migrate-pg](https://github.com/db-migrate/pg) to permit the latest version. - [Release notes](https://github.com/db-migrate/pg/releases) - [Changelog](https://github.com/db-migrate/pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/db-migrate/pg/commits/v0.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e63e67..bd27df6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "body-parser": "^1.17.1", "cors": "^2.8.1", "db-migrate": "^0.10.0-beta.20", - "db-migrate-pg": "^0.1.11", + "db-migrate-pg": "^0.4.0", "express": "^4.15.2", "express-simple-errors": "^1.0.0", "isvalid": "^1.6.6",