diff --git a/package.json b/package.json index 5576439..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", @@ -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",