From c014195b7b2960c3e80be78fba704a71b4471ed8 Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Thu, 11 Oct 2018 09:54:52 +0000 Subject: [PATCH] build: Updating npm dependencies for security issues * Updated grunt to 1.0.3, addressing: * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: I612369a526454fc13b83eb444b4722a40220cf9e --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 7bf017c5..e3700d37 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "private": true, - "scripts": { - "test": "grunt test" - }, - "devDependencies": { - "grunt": "1.0.2", - "grunt-banana-checker": "0.6.0", - "grunt-contrib-jshint": "1.1.0", - "grunt-jsonlint": "1.1.0", - "grunt-stylelint": "0.9.0", - "stylelint": "8.2.0", - "stylelint-config-wikimedia": "0.4.2" - } + "private": true, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "grunt": "1.0.3", + "grunt-banana-checker": "0.6.0", + "grunt-contrib-jshint": "1.1.0", + "grunt-jsonlint": "1.1.0", + "grunt-stylelint": "0.9.0", + "stylelint": "8.2.0", + "stylelint-config-wikimedia": "0.4.2" + } }