mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update lint-staged to version 8.2.1
This commit is contained in:
parent
1a19a42f9d
commit
f986b2fdcd
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -6662,9 +6662,9 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.0.tgz",
|
||||
"integrity": "sha512-DxguyxGOIfb67wZ6EOrqzjAbw6ZH9XK3YS74HO+erJf6+SAQeJJPN//GBOG5xhdt2THeuXjVPaHcCYOWGZwRbA==",
|
||||
"version": "8.2.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.1.tgz",
|
||||
"integrity": "sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^2.3.1",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"flow-bin": "^0.95.1",
|
||||
"lint-staged": "^8.2.0",
|
||||
"lint-staged": "^8.2.1",
|
||||
"prettier": "^1.18.2",
|
||||
"prettier-eslint": "^8.8.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue