Update lint-staged to the latest version 🚀 (#5776)

* chore(package): update lint-staged to version 9.1.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-06 12:16:42 +00:00
committed by peril-parse-community[bot]
parent cd350ee1d1
commit f57646d397
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -6186,9 +6186,9 @@
} }
}, },
"is-path-cwd": { "is-path-cwd": {
"version": "2.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.1.0.tgz", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
"integrity": "sha512-Sc5j3/YnM8tDeyCsVeKlm/0p95075DyLmDEIkSgQ7mXkrOX+uTCtmQFm0CYzVyJwcCCmO3k8qfJt17SxQwB5Zw==", "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
"dev": true "dev": true
}, },
"is-path-in-cwd": { "is-path-in-cwd": {
@@ -6756,9 +6756,9 @@
} }
}, },
"lint-staged": { "lint-staged": {
"version": "9.0.2", "version": "9.1.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz",
"integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==", "integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
@@ -6795,9 +6795,9 @@
} }
}, },
"execa": { "execa": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/execa/-/execa-2.0.2.tgz", "resolved": "https://registry.npmjs.org/execa/-/execa-2.0.3.tgz",
"integrity": "sha512-CkFnhVuWj5stQUvRSeI+zAw0ME+Iprkew4HKSc491vOXLM+hKrDVn+QQoL2CIYy0CpvT0mY+MXlzPreNbuj/8A==", "integrity": "sha512-iM124nlyGSrXmuyZF1EMe83ESY2chIYVyDRZKgmcDynid2Q2v/+GuE7gNMl6Sy9Niwf4MC0DDxagOxeMPjuLsw==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^6.0.5", "cross-spawn": "^6.0.5",

View File

@@ -81,7 +81,7 @@
"jasmine-spec-reporter": "4.2.1", "jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.6.2", "jsdoc": "3.6.2",
"jsdoc-babel": "0.5.0", "jsdoc-babel": "0.5.0",
"lint-staged": "9.0.2", "lint-staged": "9.1.0",
"mongodb-runner": "4.3.2", "mongodb-runner": "4.3.2",
"node-fetch": "2.6.0", "node-fetch": "2.6.0",
"nyc": "14.1.1", "nyc": "14.1.1",