Bump del from 6.0.0 to 6.1.0

Bumps [del](https://github.com/sindresorhus/del) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/del/releases)
- [Commits](https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: del
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-17 16:54:50 +00:00 committed by Jon Koops
parent adc8851d24
commit b788d57203
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -57,7 +57,7 @@
"cypress": "^9.6.1",
"cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1",
"del": "^6.0.0",
"del": "^6.1.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
@ -9133,9 +9133,9 @@
}
},
"node_modules/del": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz",
"integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/del/-/del-6.1.0.tgz",
"integrity": "sha512-OpcRktOt7G7HBfyxP0srBH4Djg4824EQORX8E1qvIhIzthNNArxxhrB/Mm7dRMiLi1nvFyUpDhzD2cTtbBhV8A==",
"dev": true,
"dependencies": {
"globby": "^11.0.1",
@ -29962,9 +29962,9 @@
}
},
"del": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz",
"integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/del/-/del-6.1.0.tgz",
"integrity": "sha512-OpcRktOt7G7HBfyxP0srBH4Djg4824EQORX8E1qvIhIzthNNArxxhrB/Mm7dRMiLi1nvFyUpDhzD2cTtbBhV8A==",
"dev": true,
"requires": {
"globby": "^11.0.1",

View file

@ -75,7 +75,7 @@
"cypress": "^9.6.1",
"cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1",
"del": "^6.0.0",
"del": "^6.1.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",