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,8 +22,8 @@
"test": "mocha --delay --reporter progress --bail"
},
"devDependencies": {
"bson-objectid": "^1.3.1",
"cross-env": "^7.0.2",
"gray-matter": "^4.0.2"
"bson-objectid": "1.3.1",
"cross-env": "7.0.2",
"gray-matter": "4.0.2"
}
}