chore(deps): update dependency lint-staged to v9.2.0

This commit is contained in:
Renovate Bot
2019-07-10 16:32:28 +00:00
parent fc3dd675fa
commit 5ed1edf262
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "6.5.0",
"version": "6.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -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

@@ -114,7 +114,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",