Bump rimraf from 6.0.0 to 6.0.1

Bumps [rimraf](https://github.com/isaacs/rimraf) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  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] 2024-07-11 08:47:23 +00:00 committed by GitHub
parent 7597917cb1
commit 45e68ce497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@ -16,7 +16,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"rimraf": "^6.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
},
"engines": {
@ -589,12 +589,13 @@
}
},
"node_modules/rimraf": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.0.tgz",
"integrity": "sha512-u+yqhM92LW+89cxUQK0SRyvXYQmyuKHx0jkx4W7KfwLGLqJnQM5031Uv1trE4gB9XEXBM/s6MxKlfW95IidqaA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
"integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==",
"dev": true,
"dependencies": {
"glob": "^11.0.0"
"glob": "^11.0.0",
"package-json-from-dist": "^1.0.0"
},
"bin": {
"rimraf": "dist/esm/bin.mjs"

View File

@ -25,7 +25,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"rimraf": "^6.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
},
"engines": {