build: Updating grunt to 1.5.3

Change-Id: Id5a81e345d9cb21f5ea9c8d914ab103a388cb504
This commit is contained in:
libraryupgrader 2022-05-26 18:10:10 +00:00
parent 9d3c3b0c5b
commit 14814e141c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -7,7 +7,7 @@
"name": "PdfHandler",
"devDependencies": {
"eslint-config-wikimedia": "0.22.1",
"grunt": "1.5.2",
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "24.0.0"
}
@ -1644,9 +1644,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",
@ -4455,9 +4455,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-eslint": "24.0.0"
}