chore(deps): update dependency del to ~6.1.1 (#504)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-04 02:47:25 +07:00 committed by GitHub
parent d638c8c3df
commit a2e8645a63
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.1.0",
"del": "~6.1.1",
"eslint": "~8.16.0",
"eslint-config-standard": "~17.0.0",
"eslint-plugin-compat": "~4.0.2",

View File

@ -1743,10 +1743,10 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
del@~6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/del/-/del-6.1.0.tgz#aa79a5b0a2a9ecc985c0a075e8ad9a5b23bf949c"
integrity sha512-OpcRktOt7G7HBfyxP0srBH4Djg4824EQORX8E1qvIhIzthNNArxxhrB/Mm7dRMiLi1nvFyUpDhzD2cTtbBhV8A==
del@~6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a"
integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==
dependencies:
globby "^11.0.1"
graceful-fs "^4.2.4"