build: Upgrade stylelint-config-wikimedia from 0.5.0 to 0.6.0

Additionally a bump to grunt-image and grunt itself for security
reasons. Also, commit package-lock.json, which is what we do now.

Change-Id: I2beab15d7f5b1453ccbb3c46b6dd0800c78ed15b
This commit is contained in:
James D. Forrester 2019-06-26 14:09:49 -07:00
parent b57aaa59cd
commit 22344dae69
2 changed files with 7173 additions and 4 deletions

7169
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -11,19 +11,19 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.12.0", "eslint-config-wikimedia": "0.12.0",
"grunt": "1.0.3", "grunt": "1.0.4",
"grunt-banana-checker": "0.7.0", "grunt-banana-checker": "0.7.0",
"grunt-contrib-copy": "1.0.0", "grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0", "grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0", "grunt-eslint": "21.0.0",
"grunt-image": "4.2.0", "grunt-image": "5.0.1",
"grunt-mocha-test": "0.13.3", "grunt-mocha-test": "0.13.3",
"grunt-stylelint": "0.10.1", "grunt-stylelint": "0.11.0",
"grunt-tyops": "0.1.0", "grunt-tyops": "0.1.0",
"jimp": "0.5.0", "jimp": "0.5.0",
"mocha": "5.2.0", "mocha": "5.2.0",
"selenium-webdriver": "3.6.0", "selenium-webdriver": "3.6.0",
"stringify-object": "3.2.2", "stringify-object": "3.2.2",
"stylelint-config-wikimedia": "0.5.0" "stylelint-config-wikimedia": "0.6.0"
} }
} }