Update dependency grunt-contrib-concat to v0.5.1 (#3217)

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

72
package-lock.json generated
View File

@ -3016,10 +3016,74 @@
}
},
"grunt-contrib-concat": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.3.0.tgz",
"integrity": "sha1-SPoNQzbSm2U62CJaa9b4VrRIPjI=",
"dev": true
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.1.tgz",
"integrity": "sha1-lTxu/f39LBB6uchQd/LUsk0xzUk=",
"dev": true,
"requires": {
"chalk": "^0.5.1",
"source-map": "^0.3.0"
},
"dependencies": {
"ansi-regex": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
"integrity": "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=",
"dev": true
},
"ansi-styles": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
"integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=",
"dev": true
},
"chalk": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
"integrity": "sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=",
"dev": true,
"requires": {
"ansi-styles": "^1.1.0",
"escape-string-regexp": "^1.0.0",
"has-ansi": "^0.1.0",
"strip-ansi": "^0.3.0",
"supports-color": "^0.2.0"
}
},
"has-ansi": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
"integrity": "sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=",
"dev": true,
"requires": {
"ansi-regex": "^0.2.0"
}
},
"source-map": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz",
"integrity": "sha1-hYb7mloAXltQHiHNGLbyG0V60fk=",
"dev": true,
"requires": {
"amdefine": ">=0.0.4"
}
},
"strip-ansi": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
"integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
"dev": true,
"requires": {
"ansi-regex": "^0.2.1"
}
},
"supports-color": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
"integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
"dev": true
}
}
},
"grunt-contrib-connect": {
"version": "0.5.0",

View File

@ -12,7 +12,7 @@
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "1.0.2",