Bump del from 6.1.0 to 6.1.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-25 04:05:54 +00:00 committed by GitHub
parent 08d71e6d17
commit 21d1d9d4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -26,7 +26,7 @@
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.9",
"del": "^6.1.0",
"del": "^6.1.1",
"factor-bundle": "^2.5.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
@ -5003,9 +5003,9 @@
"dev": true
},
"node_modules/del": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/del/-/del-6.1.0.tgz",
"integrity": "sha512-OpcRktOt7G7HBfyxP0srBH4Djg4824EQORX8E1qvIhIzthNNArxxhrB/Mm7dRMiLi1nvFyUpDhzD2cTtbBhV8A==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz",
"integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==",
"dev": true,
"dependencies": {
"globby": "^11.0.1",
@ -18716,9 +18716,9 @@
"dev": true
},
"del": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/del/-/del-6.1.0.tgz",
"integrity": "sha512-OpcRktOt7G7HBfyxP0srBH4Djg4824EQORX8E1qvIhIzthNNArxxhrB/Mm7dRMiLi1nvFyUpDhzD2cTtbBhV8A==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz",
"integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==",
"dev": true,
"requires": {
"globby": "^11.0.1",

View file

@ -50,7 +50,7 @@
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.9",
"del": "^6.1.0",
"del": "^6.1.1",
"factor-bundle": "^2.5.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",