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

Commit ac0e39b

Browse files
committed
fix(deps): pin dependencies
1 parent d85f193 commit ac0e39b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
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-
"lodash": "^4.17.4",
30-
"mongodb": "^3.0.0"
28+
"@js-entity-repos/core": "9.1.1",
29+
"lodash": "4.17.5",
30+
"mongodb": "3.0.2"
3131
},
3232
"devDependencies": {
3333
"@ht2-labs/semantic-release": "1.0.31",

0 commit comments

Comments
 (0)