Update dependency grunt-contrib-clean to v2.0.1

This commit is contained in:
Renovate Bot 2022-04-20 23:12:19 +00:00 committed by Daniel Lockyer
parent 863c409ca3
commit 2d08324238
2 changed files with 7 additions and 7 deletions

View File

@ -200,7 +200,7 @@
"eslint-plugin-ghost": "2.13.0",
"grunt": "1.5.2",
"grunt-bg-shell": "2.3.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-symlink": "1.0.0",

View File

@ -3096,7 +3096,7 @@ async@^2.1.2, async@^2.6.0, async@^2.6.1:
dependencies:
lodash "^4.17.14"
async@^3.0.0, async@^3.0.1, async@^3.2.0, async@^3.2.2, async@~3.2.0:
async@^3.0.0, async@^3.0.1, async@^3.2.0, async@^3.2.2, async@^3.2.3, async@~3.2.0:
version "3.2.3"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
@ -6353,12 +6353,12 @@ grunt-cli@~1.4.3:
nopt "~4.0.1"
v8flags "~3.2.0"
grunt-contrib-clean@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/grunt-contrib-clean/-/grunt-contrib-clean-2.0.0.tgz#3be7ca480da4b740aa5e9d863e2f7e8b24f8a68b"
integrity sha512-g5ZD3ORk6gMa5ugZosLDQl3dZO7cI3R14U75hTM+dVLVxdMNJCPVmwf9OUt4v4eWgpKKWWoVK9DZc1amJp4nQw==
grunt-contrib-clean@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/grunt-contrib-clean/-/grunt-contrib-clean-2.0.1.tgz#062e8019d31bfca35af8929a2ee1063c6c46dd2d"
integrity sha512-uRvnXfhiZt8akb/ZRDHJpQQtkkVkqc/opWO4Po/9ehC2hPxgptB9S6JHDC/Nxswo4CJSM0iFPT/Iym3cEMWzKA==
dependencies:
async "^2.6.1"
async "^3.2.3"
rimraf "^2.6.2"
grunt-contrib-compress@2.0.0: