chore(deps): update dependency rimraf to v5.0.7
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful

This commit is contained in:
Renovate Bot 2024-06-15 15:02:00 +00:00
parent 557ddc573b
commit a22e2defe3
2 changed files with 8 additions and 6 deletions

View file

@ -82,7 +82,7 @@
"handlebars": "4.7.8",
"npm-run-all": "4.1.5",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rollup": "4.9.1",
"rollup-plugin-swc3": "0.11.0",
"sass": "1.69.5",

View file

@ -63,8 +63,8 @@ devDependencies:
specifier: 3.1.1
version: 3.1.1
rimraf:
specifier: 5.0.5
version: 5.0.5
specifier: 5.0.7
version: 5.0.7
rollup:
specifier: 4.9.1
version: 4.9.1
@ -2609,6 +2609,7 @@ packages:
/glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
deprecated: Glob versions prior to v9 are no longer supported
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@ -4261,14 +4262,15 @@ packages:
/rimraf@3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
dependencies:
glob: 7.2.3
dev: true
/rimraf@5.0.5:
resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==}
engines: {node: '>=14'}
/rimraf@5.0.7:
resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
engines: {node: '>=14.18'}
hasBin: true
dependencies:
glob: 10.3.7