Skip to content

Commit

Permalink
build: Updating npm dependencies for security issues
Browse files Browse the repository at this point in the history
* Updated grunt-contrib-watch to 1.1.0, addressing:
  * https://npmjs.com/advisories/534
  * CVE-2017-16137
  * https://npmjs.com/advisories/577
  * CVE-2018-3721

Change-Id: I14bb6101b4d8068704c9c15bac1e28cccfbe037e
  • Loading branch information
libraryupgrader authored and umherirrender committed Oct 13, 2018
1 parent de4f4fa commit 4548760
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
@@ -1,23 +1,23 @@
{
"name": "flow",
"version": "0.0.0",
"private": true,
"description": "Build tools for Flow.",
"scripts": {
"test": "grunt test",
"doc": "jsduck"
},
"devDependencies": {
"eslint-config-wikimedia": "0.8.1",
"eslint-plugin-qunit": "3.3.1",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.1",
"grunt-tyops": "0.1.0",
"stylelint": "9.2.0",
"stylelint-config-wikimedia": "0.4.3"
}
"name": "flow",
"version": "0.0.0",
"private": true,
"description": "Build tools for Flow.",
"scripts": {
"test": "grunt test",
"doc": "jsduck"
},
"devDependencies": {
"eslint-config-wikimedia": "0.8.1",
"eslint-plugin-qunit": "3.3.1",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.1",
"grunt-tyops": "0.1.0",
"stylelint": "9.2.0",
"stylelint-config-wikimedia": "0.4.3"
}
}

0 comments on commit 4548760

Please sign in to comment.