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:
parent
cd4a6a0a35
commit
b1cda401cf
2 changed files with 8 additions and 9 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -57,7 +57,7 @@
|
|||
"cypress": "^9.6.1",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^6.1.0",
|
||||
"del": "^6.1.1",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
|
@ -8427,11 +8427,10 @@
|
|||
}
|
||||
},
|
||||
"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,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"globby": "^11.0.1",
|
||||
"graceful-fs": "^4.2.4",
|
||||
|
@ -26668,9 +26667,9 @@
|
|||
}
|
||||
},
|
||||
"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",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"cypress": "^9.6.1",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^6.1.0",
|
||||
"del": "^6.1.1",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
|
|
Loading…
Reference in a new issue