Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "pg-notify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Postgres pubsub client", | ||
@@ -44,3 +44,3 @@ "type": "module", | ||
"dependencies": { | ||
"pg": "^8.11.3", | ||
"pg": "^8.11.5", | ||
"pg-format": "^1.0.4", | ||
@@ -50,10 +50,10 @@ "secure-json-parse": "^2.7.0" | ||
"devDependencies": { | ||
"@types/pg": "^8.10.9", | ||
"ava": "^6.0.1", | ||
"@types/pg": "^8.11.5", | ||
"ava": "^6.1.2", | ||
"benchmark": "^2.1.4", | ||
"c8": "8.0.1", | ||
"c8": "9.1.0", | ||
"coveralls": "^3.1.1", | ||
"dotenv": "^16.3.1", | ||
"dotenv": "^16.4.5", | ||
"standard": "^17.1.0", | ||
"tsd": "^0.30.1" | ||
"tsd": "^0.31.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "tsd": { |
Updatedpg@^8.11.5