Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit bcab2ef

Browse files
committed
fix(deps): pin dependencies
1 parent 354458e commit bcab2ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"check-coverage": true
2626
},
2727
"dependencies": {
28-
"@js-entity-repos/core": "^9.1.1",
29-
"knex": "^0.14.2",
30-
"lodash": "^4.17.4"
28+
"@js-entity-repos/core": "9.1.1",
29+
"knex": "0.14.3",
30+
"lodash": "4.17.5"
3131
},
3232
"devDependencies": {
3333
"@ht2-labs/semantic-release": "1.0.31",

0 commit comments

Comments
 (0)