From 7af3e09a72372126e052ad1e764cf773847b963f Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Sat, 25 May 2019 15:09:32 -0400 Subject: [PATCH 1/2] Update debug to fix ReDoS vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5576439..fb56225 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "author": "The Sails Company", "license": "MIT", "dependencies": { - "debug": "2.2.0", + "debug": "2.6.9", "@sailshq/lodash": "^3.10.2", "machine": "^15.0.0-21", "pg": "6.1.6", From b70dbc619c499e52da88e3efb2cbc900dd9e4dc5 Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Sat, 25 May 2019 15:12:55 -0400 Subject: [PATCH 2/2] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb56225..0b74816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "machinepack-postgresql", - "version": "1.0.2", + "version": "1.0.3", "description": "Structured Node.js bindings for connecting and running queries against a PostgreSQL database.", "scripts": { "test": "node ./node_modules/mocha/bin/mocha test/integration --recursive",