build(deps-dev): Bump rimraf from 5.0.6 to 5.0.7 (#2144)

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

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  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-05-13 21:25:24 +00:00 committed by GitHub
parent 504fdd3a16
commit e516773e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -65,7 +65,7 @@
"prettier": "3.2.5",
"puppeteer": "22.8.1",
"qs": "6.12.1",
"rimraf": "5.0.6",
"rimraf": "5.0.7",
"rollup": "4.14.0",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
@ -15212,9 +15212,9 @@
}
},
"node_modules/rimraf": {
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.6.tgz",
"integrity": "sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==",
"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==",
"dev": true,
"dependencies": {
"glob": "^10.3.7"
@ -15223,7 +15223,7 @@
"rimraf": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=14"
"node": ">=14.18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"

View File

@ -113,7 +113,7 @@
"prettier": "3.2.5",
"puppeteer": "22.8.1",
"qs": "6.12.1",
"rimraf": "5.0.6",
"rimraf": "5.0.7",
"rollup": "4.14.0",
"rxjs": "7.8.1",
"ts-node": "10.9.2",