mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-24 00:05:33 +00:00
build: Updating npm dependencies for security issues
* Updated grunt to 1.0.3, addressing: * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: I4fd14b4e5cbef5fcccde6beda30ce291c0318a72
This commit is contained in:
parent
e03f7cc799
commit
b438c9da3d
20
package.json
20
package.json
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue