build: Updating grunt to 1.5.3

Change-Id: Ifb4f99a1f3fd3f8df17d5a69fec5a6650ce585bb
This commit is contained in:
libraryupgrader 2022-05-26 22:32:13 +00:00 committed by DannyS712
parent 956aa8ecd7
commit 39292cc8a9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -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",

View file

@ -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",