build: Bump lint devDependencies to lastest

grunt                          1.0.1  →    1.0.2
 grunt-contrib-watch            1.0.0  →    1.0.1
 grunt-stylelint                0.9.0  →   0.10.0
 nodemon                       1.11.0  →   1.17.3
 stylelint                      8.2.0  →    9.2.0
 stylelint-config-wikimedia     0.4.2  →    0.4.3

Avoid old (very up) upstream's security issue from nodemon.

Change-Id: I3dcf94746b4383baeae4fe6e2bf95c5da5b87db1
This commit is contained in:
James D. Forrester 2018-04-30 08:41:26 -07:00 committed by Stephen Niedzielski
parent 39aa0dc574
commit a678df93a0
2 changed files with 2543 additions and 1000 deletions

3531
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,21 +19,21 @@
"babel-register": "6.24.1",
"bundlesize": "0.15.3",
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.1",
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-watch": "1.0.1",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.9.0",
"grunt-stylelint": "0.10.0",
"husky": "0.13.3",
"istanbul": "0.4.5",
"jsdoc": "3.5.5",
"mw-node-qunit": "4.0.0",
"nodemon": "1.11.0",
"nodemon": "1.17.3",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2",
"stylelint": "9.2.0",
"stylelint-config-wikimedia": "0.4.3",
"svg-inline-loader": "0.8.0",
"tap-dot": "1.0.5",
"webpack": "4.1.1",