mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #154 from brianlovin/depfu/update/npm/lint-staged-8.1.4
Update lint-staged: 8.1.3 → 8.1.4 (patch)
This commit is contained in:
commit
26c847588c
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -6345,9 +6345,9 @@
|
|||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "8.1.3",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.3.tgz",
|
||||
"integrity": "sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA==",
|
||||
"version": "8.1.4",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.4.tgz",
|
||||
"integrity": "sha512-oFbbhB/VzN8B3i/sIdb9gMfngGArI6jIfxSn+WPdQb2Ni3GJeS6T4j5VriSbQfxfMuYoQlMHOoFt+lfcWV0HfA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@iamstarkov/listr-update-renderer": "0.4.1",
|
||||
|
|
@ -6363,7 +6363,7 @@
|
|||
"is-glob": "^4.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
"listr": "^0.14.2",
|
||||
"lodash": "^4.17.5",
|
||||
"lodash": "^4.17.11",
|
||||
"log-symbols": "^2.2.0",
|
||||
"micromatch": "^3.1.8",
|
||||
"npm-which": "^3.0.1",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"flow-bin": "^0.92.1",
|
||||
"lint-staged": "^8.1.3",
|
||||
"lint-staged": "^8.1.4",
|
||||
"prettier": "^1.16.4",
|
||||
"prettier-eslint": "^8.8.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue