mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Update our dependencies to increase security (#88)
This commit is contained in:
committed by
GitHub
parent
730ac65cba
commit
6c5caca0fb
+15
-15
@@ -18,25 +18,25 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "1.2.6",
|
||||
"@actions/exec": "1.0.4",
|
||||
"semver": "7.3.4"
|
||||
"@actions/core": "1.6.0",
|
||||
"@actions/exec": "1.1.0",
|
||||
"semver": "7.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "0.27.0",
|
||||
"eslint": "7.22.0",
|
||||
"eslint-config-airbnb": "v18.2.1",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.25.1",
|
||||
"husky": "5.2.0",
|
||||
"markdownlint": "0.23.1",
|
||||
"prettier": "2.2.1",
|
||||
"shellcheck": "1.0.0",
|
||||
"@vercel/ncc": "0.33.1",
|
||||
"eslint": "8.6.0",
|
||||
"eslint-config-airbnb": "v19.0.4",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-react": "^7.28.0",
|
||||
"husky": "7.0.4",
|
||||
"markdownlint": "0.25.0",
|
||||
"prettier": "2.5.1",
|
||||
"shellcheck": "1.1.0",
|
||||
"yaml-lint": "1.2.4",
|
||||
"yarn": "1.22.10"
|
||||
"yarn": "1.22.17"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user