chore(deps-dev): bump grunt-contrib-clean from 2.0.0 to 2.0.1 (#1030)

This commit is contained in:
dependabot[bot] 2022-07-12 06:16:00 -07:00 committed by GitHub
parent 4ec0cb2d46
commit a02538a61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

43
package-lock.json generated
View File

@ -706,9 +706,10 @@
}
},
"node_modules/async": {
"version": "3.2.0",
"dev": true,
"license": "MIT"
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
"dev": true
},
"node_modules/async-hook-domain": {
"version": "2.0.4",
@ -2373,28 +2374,21 @@
}
},
"node_modules/grunt-contrib-clean": {
"version": "2.0.0",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-2.0.1.tgz",
"integrity": "sha512-uRvnXfhiZt8akb/ZRDHJpQQtkkVkqc/opWO4Po/9ehC2hPxgptB9S6JHDC/Nxswo4CJSM0iFPT/Iym3cEMWzKA==",
"dev": true,
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"async": "^3.2.3",
"rimraf": "^2.6.2"
},
"engines": {
"node": ">=6"
"node": ">=12"
},
"peerDependencies": {
"grunt": ">=0.4.5"
}
},
"node_modules/grunt-contrib-clean/node_modules/async": {
"version": "2.6.3",
"dev": true,
"license": "MIT",
"dependencies": {
"lodash": "^4.17.14"
}
},
"node_modules/grunt-contrib-compress": {
"version": "2.0.0",
"dev": true,
@ -8096,7 +8090,9 @@
}
},
"async": {
"version": "3.2.0",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
"integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
"dev": true
},
"async-hook-domain": {
@ -9173,20 +9169,13 @@
}
},
"grunt-contrib-clean": {
"version": "2.0.0",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-2.0.1.tgz",
"integrity": "sha512-uRvnXfhiZt8akb/ZRDHJpQQtkkVkqc/opWO4Po/9ehC2hPxgptB9S6JHDC/Nxswo4CJSM0iFPT/Iym3cEMWzKA==",
"dev": true,
"requires": {
"async": "^2.6.1",
"async": "^3.2.3",
"rimraf": "^2.6.2"
},
"dependencies": {
"async": {
"version": "2.6.3",
"dev": true,
"requires": {
"lodash": "^4.17.14"
}
}
}
},
"grunt-contrib-compress": {