Merge pull request #2542 from nestjs/renovate/lint-staged-9.x

chore(deps): update dependency lint-staged to v9.2.0
This commit is contained in:
Kamil Mysliwiec
2019-07-11 13:32:02 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9763,9 +9763,9 @@
}
},
"lint-staged": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz",
"integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.0.tgz",
"integrity": "sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@@ -116,7 +116,7 @@
"imports-loader": "0.8.0",
"json-loader": "0.5.7",
"lerna": "2.11.0",
"lint-staged": "9.1.0",
"lint-staged": "9.2.0",
"mocha": "3.5.3",
"nodemon": "1.19.1",
"nyc": "14.1.1",