Skip to content

Commit

Permalink
Merge pull request #4311 from easyops-cn/renovate/next-rimraf-5.x
Browse files Browse the repository at this point in the history
chore(deps): Update dependency rimraf to ^5.0.9 (next)
  • Loading branch information
weareoutman committed Jul 9, 2024
2 parents 10f2bc2 + a725464 commit 60553f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lerna": "^8.1.6",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.8",
"rimraf": "^5.0.9",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/build-next-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"execa": "^5.1.1",
"rimraf": "^5.0.8"
"rimraf": "^5.0.9"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11924,10 +11924,10 @@ rimraf@^4.4.1:
dependencies:
glob "^9.2.0"

rimraf@^5.0.5, rimraf@^5.0.8:
version "5.0.8"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c"
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
rimraf@^5.0.5, rimraf@^5.0.9:
version "5.0.9"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
dependencies:
glob "^10.3.7"

Expand Down

0 comments on commit 60553f3

Please sign in to comment.