mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-12-03 18:36:30 +00:00
build: Updating grunt to 1.5.3
Change-Id: Ifb4f99a1f3fd3f8df17d5a69fec5a6650ce585bb
This commit is contained in:
parent
956aa8ecd7
commit
39292cc8a9
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -7,7 +7,7 @@
|
|||
"name": "SyntaxHighlight_GeSHi",
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.22.1",
|
||||
"grunt": "1.5.2",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-eslint": "24.0.0",
|
||||
|
@ -2186,9 +2186,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/grunt": {
|
||||
"version": "1.5.2",
|
||||
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.2.tgz",
|
||||
"integrity": "sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w==",
|
||||
"version": "1.5.3",
|
||||
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz",
|
||||
"integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"dateformat": "~3.0.3",
|
||||
|
@ -6587,9 +6587,9 @@
|
|||
}
|
||||
},
|
||||
"grunt": {
|
||||
"version": "1.5.2",
|
||||
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.2.tgz",
|
||||
"integrity": "sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w==",
|
||||
"version": "1.5.3",
|
||||
"resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz",
|
||||
"integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"dateformat": "~3.0.3",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.22.1",
|
||||
"grunt": "1.5.2",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-eslint": "24.0.0",
|
||||
|
|
Loading…
Reference in a new issue