Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 51d4bba

Browse files
committed
chore: update all dependencies
specifically aimed at updating pg so as to to fix brianc/node-postgres#1417
1 parent 8a55a6c commit 51d4bba

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

package-lock.json

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@knorm/knorm": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"@knorm/knorm": "knorm/knorm",
23+
"@knorm/knorm": "github:knorm/knorm",
2424
"coveralls": "^3.0.0",
2525
"eslint": "^4.15.0",
2626
"eslint-config-ganintegrity": "^2.0.2",
@@ -30,7 +30,7 @@
3030
"nyc": "^11.4.1",
3131
"prettier": "^1.10.2",
3232
"sinon": "^4.1.4",
33-
"unexpected": "^10.36.2",
33+
"unexpected": "^10.37.7",
3434
"unexpected-knex": "^1.2.1",
3535
"unexpected-sinon": "^10.8.2"
3636
},
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/knorm/postgres#readme",
5454
"dependencies": {
55-
"pg": "^7.4.1",
55+
"pg": "^7.4.2",
5656
"sql-bricks-postgres": "^0.5.0"
5757
}
5858
}

0 commit comments

Comments
 (0)