Bump rimraf from 5.0.5 to 5.0.7

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 06:44:08 +00:00 committed by GitHub
parent 44968ac08f
commit 19c5e380b1
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

@ -53,7 +53,7 @@
"remark-rehype": "^11.1.0", "remark-rehype": "^11.1.0",
"remark-smartypants": "^2.1.0", "remark-smartypants": "^2.1.0",
"rfdc": "^1.3.1", "rfdc": "^1.3.1",
"rimraf": "^5.0.5", "rimraf": "^5.0.7",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.5.1", "shiki": "^1.5.1",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
@ -5442,9 +5442,9 @@
"integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg=="
}, },
"node_modules/rimraf": { "node_modules/rimraf": {
"version": "5.0.5", "version": "5.0.7",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz",
"integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", "integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==",
"dependencies": { "dependencies": {
"glob": "^10.3.7" "glob": "^10.3.7"
}, },
@ -5452,7 +5452,7 @@
"rimraf": "dist/esm/bin.mjs" "rimraf": "dist/esm/bin.mjs"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14.18"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"

View file

@ -78,7 +78,7 @@
"remark-rehype": "^11.1.0", "remark-rehype": "^11.1.0",
"remark-smartypants": "^2.1.0", "remark-smartypants": "^2.1.0",
"rfdc": "^1.3.1", "rfdc": "^1.3.1",
"rimraf": "^5.0.5", "rimraf": "^5.0.7",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.5.1", "shiki": "^1.5.1",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",