We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dadfe1 commit 86925f4Copy full SHA for 86925f4
1 file changed
package.json
@@ -41,19 +41,19 @@
41
"url": "https://github.com/aldis-ameriks/pg-notify/issues"
42
},
43
"dependencies": {
44
- "pg": "^8.12.0",
+ "pg": "^8.16.3",
45
"pg-format": "^1.0.4",
46
- "secure-json-parse": "^2.7.0"
+ "secure-json-parse": "^4.0.0"
47
48
"devDependencies": {
49
- "@types/pg": "^8.11.6",
50
- "ava": "^6.1.3",
+ "@types/pg": "^8.15.5",
+ "ava": "^6.4.1",
51
"benchmark": "^2.1.4",
52
- "c8": "10.1.2",
+ "c8": "10.1.3",
53
"coveralls": "^3.1.1",
54
- "dotenv": "^16.4.5",
55
- "standard": "^17.1.0",
56
- "tsd": "^0.31.0"
+ "dotenv": "^17.2.1",
+ "standard": "^17.1.2",
+ "tsd": "^0.33.0"
57
58
"tsd": {
59
"directory": "types"
0 commit comments