dependabot[bot]
2024-05-20 a655cec9f690bb045e81172b6cee532d9303ba02
chore(deps): bump rimraf from 5.0.5 to 5.0.7 (#1150)

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>
2 files modified
12 ■■■■ changed files
package-lock.json 10 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -53,7 +53,7 @@
        "remark-rehype": "^11.1.0",
        "remark-smartypants": "^2.1.0",
        "rfdc": "^1.3.1",
        "rimraf": "^5.0.5",
        "rimraf": "^5.0.7",
        "serve-handler": "^6.1.5",
        "shiki": "^1.2.3",
        "source-map-support": "^0.5.21",
@@ -5419,9 +5419,9 @@
      "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg=="
    },
    "node_modules/rimraf": {
      "version": "5.0.5",
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz",
      "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==",
      "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==",
      "dependencies": {
        "glob": "^10.3.7"
      },
@@ -5429,7 +5429,7 @@
        "rimraf": "dist/esm/bin.mjs"
      },
      "engines": {
        "node": ">=14"
        "node": ">=14.18"
      },
      "funding": {
        "url": "https://github.com/sponsors/isaacs"
package.json
@@ -79,7 +79,7 @@
    "remark-rehype": "^11.1.0",
    "remark-smartypants": "^2.1.0",
    "rfdc": "^1.3.1",
    "rimraf": "^5.0.5",
    "rimraf": "^5.0.7",
    "serve-handler": "^6.1.5",
    "shiki": "^1.2.3",
    "source-map-support": "^0.5.21",