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.0
This commit is contained in:
parent
5f5a9437e3
commit
7cc94f1899
2 changed files with 7 additions and 14 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
|
@ -4684,12 +4684,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"find-parent-dir": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz",
|
||||
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=",
|
||||
"dev": true
|
||||
},
|
||||
"find-up": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
||||
|
|
@ -6394,9 +6388,9 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "8.1.7",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.7.tgz",
|
||||
"integrity": "sha512-egT0goFhIFoOGk6rasPngTFh2qDqxZddM0PwI58oi66RxCDcn5uDwxmiasWIF0qGnchHSYVJ8HPRD5LrFo7TKA==",
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.0.tgz",
|
||||
"integrity": "sha512-DxguyxGOIfb67wZ6EOrqzjAbw6ZH9XK3YS74HO+erJf6+SAQeJJPN//GBOG5xhdt2THeuXjVPaHcCYOWGZwRbA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^2.3.1",
|
||||
|
|
@ -6406,7 +6400,6 @@
|
|||
"dedent": "^0.7.0",
|
||||
"del": "^3.0.0",
|
||||
"execa": "^1.0.0",
|
||||
"find-parent-dir": "^0.3.0",
|
||||
"g-status": "^2.0.2",
|
||||
"is-glob": "^4.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
|
|
@ -9748,9 +9741,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"synchronous-promise": {
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.7.tgz",
|
||||
"integrity": "sha512-16GbgwTmFMYFyQMLvtQjvNWh30dsFe1cAW5Fg1wm5+dg84L9Pe36mftsIRU95/W2YsISxsz/xq4VB23sqpgb/A==",
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.9.tgz",
|
||||
"integrity": "sha512-LO95GIW16x69LuND1nuuwM4pjgFGupg7pZ/4lU86AmchPKrhk0o2tpMU2unXRrqo81iAFe1YJ0nAGEVwsrZAgg==",
|
||||
"dev": true
|
||||
},
|
||||
"syntax-error": {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"flow-bin": "^0.95.1",
|
||||
"lint-staged": "^8.1.7",
|
||||
"lint-staged": "^8.2.0",
|
||||
"prettier": "^1.17.1",
|
||||
"prettier-eslint": "^8.8.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue