chore(deps-dev): bump del-cli from 6.0.0 to 7.0.0 (#1497)

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

---
updated-dependencies:
- dependency-name: del-cli
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Lehmann <lehmanmj@amazon.com>
This commit is contained in:
dependabot[bot]
2025-10-06 17:14:33 +00:00
committed by kellertk
parent fc11d7f742
commit 7d628b0df3
2 changed files with 38 additions and 10 deletions

46
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"@vitest/coverage-v8": "^3.2.4",
"aws-sdk-client-mock": "^4.1.0",
"cpy-cli": "^6.0.0",
"del-cli": "^6.0.0",
"del-cli": "^7.0.0",
"json-schema": "^0.4.0",
"memfs": "^4.47.0",
"standard-version": "^9.5.0",
@@ -4329,9 +4329,9 @@
}
},
"node_modules/del": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/del/-/del-8.0.0.tgz",
"integrity": "sha512-R6ep6JJ+eOBZsBr9esiNN1gxFbZE4Q2cULkUSFumGYecAiS6qodDvcPx/sFuWHMNul7DWmrtoEOpYSm7o6tbSA==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/del/-/del-8.0.1.tgz",
"integrity": "sha512-gPqh0mKTPvaUZGAuHbrBUYKZWBNAeHG7TU3QH5EhVwPMyKvmfJaNXhcD2jTcXsJRRcffuho4vaYweu80dRrMGA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4340,6 +4340,7 @@
"is-path-cwd": "^3.0.0",
"is-path-inside": "^4.0.0",
"p-map": "^7.0.2",
"presentable-error": "^0.0.1",
"slash": "^5.1.0"
},
"engines": {
@@ -4350,14 +4351,15 @@
}
},
"node_modules/del-cli": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/del-cli/-/del-cli-6.0.0.tgz",
"integrity": "sha512-9nitGV2W6KLFyya4qYt4+9AKQFL+c0Ehj5K7V7IwlxTc6RMCfQUGY9E9pLG6e8TQjtwXpuiWIGGZb3mfVxyZkw==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/del-cli/-/del-cli-7.0.0.tgz",
"integrity": "sha512-fRl4pWJYu9WFQH8jXdQUYvcD0IMtij9WEc7qmB7xOyJEweNJNuE7iKmqNeoOT1DbBUjtRjxlw8Y63qKBI/NQ1g==",
"dev": true,
"license": "MIT",
"dependencies": {
"del": "^8.0.0",
"meow": "^13.2.0"
"del": "^8.0.1",
"meow": "^14.0.0",
"presentable-error": "^0.0.1"
},
"bin": {
"del": "cli.js",
@@ -4370,6 +4372,19 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/del-cli/node_modules/meow": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-14.0.0.tgz",
"integrity": "sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/detect-indent": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
@@ -6531,6 +6546,19 @@
"node": "^10 || ^12 || >=14"
}
},
"node_modules/presentable-error": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/presentable-error/-/presentable-error-0.0.1.tgz",
"integrity": "sha512-E6rsNU1QNJgB3sjj7OANinGncFKuK+164sLXw1/CqBjj/EkXSoSdHCtWQGBNlREIGLnL7IEUEGa08YFVUbrhVg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",

View File

@@ -24,7 +24,7 @@
"@vitest/coverage-v8": "^3.2.4",
"aws-sdk-client-mock": "^4.1.0",
"cpy-cli": "^6.0.0",
"del-cli": "^6.0.0",
"del-cli": "^7.0.0",
"json-schema": "^0.4.0",
"memfs": "^4.47.0",
"standard-version": "^9.5.0",