Merge pull request #22378 from woocommerce/renovate/grunt-contrib-clean-2.x

Update dependency grunt-contrib-clean to v2
This commit is contained in:
Mike Jolley 2019-01-09 11:22:38 +00:00 committed by GitHub
commit 0e059daebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

21
package-lock.json generated
View File

@ -5269,13 +5269,24 @@
}
},
"grunt-contrib-clean": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-1.1.0.tgz",
"integrity": "sha1-Vkq/LQN4qYOhW54/MO51tzjEBjg=",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-2.0.0.tgz",
"integrity": "sha512-g5ZD3ORk6gMa5ugZosLDQl3dZO7cI3R14U75hTM+dVLVxdMNJCPVmwf9OUt4v4eWgpKKWWoVK9DZc1amJp4nQw==",
"dev": true,
"requires": {
"async": "^1.5.2",
"rimraf": "^2.5.1"
"async": "^2.6.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"async": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"dev": true,
"requires": {
"lodash": "^4.17.10"
}
}
}
},
"grunt-contrib-concat": {

View File

@ -35,7 +35,7 @@
"eslint-plugin-wpcalypso": "4.0.2",
"grunt": "1.0.3",
"grunt-checktextdomain": "1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jshint": "1.1.0",