fix(deps): pin dependencies (#41589)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-03-27 20:57:57 +05:30
committed by GitHub
parent 42365dd172
commit 08114292c3
22 changed files with 4051 additions and 2291 deletions

View File

@ -22,10 +22,10 @@
"test": "jest"
},
"devDependencies": {
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"jest": "^24.9.0",
"lodash": "^4.17.19",
"mongodb": "^3.5.5"
"debug": "4.0.1",
"dotenv": "6.0.0",
"jest": "24.9.0",
"lodash": "4.17.19",
"mongodb": "3.5.5"
}
}