chore(deps): update dependency del to ~6.1.0 (#497)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-21 16:41:20 +07:00 committed by GitHub
parent 415bb48d96
commit 6187425c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@
"bulma": "~0.9.4",
"chokidar": "~3.5.3",
"cssnano": "~5.1.9",
"del": "~6.0.0",
"del": "~6.1.0",
"eslint": "~8.16.0",
"eslint-config-standard": "~17.0.0",
"eslint-plugin-compat": "~4.0.2",

View File

@ -1729,10 +1729,10 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
del@~6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952"
integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==
del@~6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/del/-/del-6.1.0.tgz#aa79a5b0a2a9ecc985c0a075e8ad9a5b23bf949c"
integrity sha512-OpcRktOt7G7HBfyxP0srBH4Djg4824EQORX8E1qvIhIzthNNArxxhrB/Mm7dRMiLi1nvFyUpDhzD2cTtbBhV8A==
dependencies:
globby "^11.0.1"
graceful-fs "^4.2.4"