Merge remote-tracking branch 'origin/greenkeeper/lint-staged-9.2.2'

This commit is contained in:
Justin 2019-08-17 10:45:59 -04:00
commit 9836a5c6c3
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -6199,9 +6199,9 @@
"dev": true
},
"lint-staged": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.1.tgz",
"integrity": "sha512-3lGgJfBddCy/WndKdNko+uJbwyYjBD1k+V+SA+phBYWzH265S95KQya/Wln/UL+hOjc7NcjtFYVCUWuAcqYHhg==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.2.tgz",
"integrity": "sha512-6VFRfqk8RgZmmd52bvCCEH7cBLfQ97ynZd/uATIGM/Rh4EluZbQdY/HXj9kcx7LhX2Zc4+m+4Z6zS74owovLyA==",
"dev": true,
"requires": {
"chalk": "^2.4.2",
@ -6220,9 +6220,9 @@
},
"dependencies": {
"execa": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/execa/-/execa-2.0.3.tgz",
"integrity": "sha512-iM124nlyGSrXmuyZF1EMe83ESY2chIYVyDRZKgmcDynid2Q2v/+GuE7gNMl6Sy9Niwf4MC0DDxagOxeMPjuLsw==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/execa/-/execa-2.0.4.tgz",
"integrity": "sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ==",
"dev": true,
"requires": {
"cross-spawn": "^6.0.5",

View File

@ -69,7 +69,7 @@
"jest": "^24.8.0",
"jest-extended": "^0.11.1",
"jest-tap-reporter": "^1.9.0",
"lint-staged": "^9.2.1",
"lint-staged": "^9.2.2",
"prettier": "^1.17.1",
"rollup": "^1.19.3",
"rollup-plugin-commonjs": "^10.0.0",