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

@@ -1,6 +1,6 @@
{
"name": "crowdin",
"version": "1.0.0",
"name": "@freecodecamp/crowdin",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -22,11 +22,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"dotenv": "^8.2.0",
"gray-matter": "^4.0.2",
"node-fetch": "^2.6.1",
"readdirp": "^3.5.0"
"@actions/core": "1.2.6",
"@actions/github": "4.0.0",
"dotenv": "8.2.0",
"gray-matter": "4.0.2",
"node-fetch": "2.6.1",
"readdirp": "3.5.0"
}
}