Update dependency grunt-devcode to v0.0.4 (#3213)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-06 16:16:48 -07:00 committed by GitHub
parent c4676b8e9d
commit 2c0ec9cba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3177,9 +3177,9 @@
}
},
"grunt-devcode": {
"version": "0.0.4-c",
"resolved": "https://registry.npmjs.org/grunt-devcode/-/grunt-devcode-0.0.4-c.tgz",
"integrity": "sha1-MfFFtJN2Zy5S7jbi1+7YBHGd77U=",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/grunt-devcode/-/grunt-devcode-0.0.4.tgz",
"integrity": "sha1-pTfB/efuEzGxjf3Ae/iPDFteOwc=",
"dev": true,
"requires": {
"grunt": "~0.4.0"

View File

@ -21,7 +21,7 @@
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.5.3",
"grunt-devcode": "0.0.4-c",
"grunt-devcode": "0.0.4",
"grunt-gh-pages": "2.1.0",
"grunt-hashres": "0.4.1",
"grunt-html-validation": "0.1.18",