Bump rimraf from 5.0.7 to 5.0.8 (#1132)

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-08 17:25:52 +02:00 committed by GitHub
parent 7663c4e0f5
commit bfd12e2000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -13,7 +13,7 @@
"draftlog": "1.0.13",
"fs-extra": "11.2.0",
"node-fetch": "3.3.2",
"rimraf": "5.0.7",
"rimraf": "5.0.8",
"showdown": "^2.1.0"
}
},
@ -535,9 +535,9 @@
}
},
"node_modules/rimraf": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz",
"integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz",
"integrity": "sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==",
"dependencies": {
"glob": "^10.3.7"
},
@ -545,7 +545,7 @@
"rimraf": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=14.18"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
@ -1142,9 +1142,9 @@
}
},
"rimraf": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz",
"integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz",
"integrity": "sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==",
"requires": {
"glob": "^10.3.7"
}

View File

@ -23,7 +23,7 @@
"draftlog": "1.0.13",
"fs-extra": "11.2.0",
"node-fetch": "3.3.2",
"rimraf": "5.0.7",
"rimraf": "5.0.8",
"showdown": "^2.1.0"
}
}