Skip to content

Commit

Permalink
Update dependency rimraf to v5.0.7 (#2362)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 81f5c4f commit 05f3935
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"rimraf": "5.0.5"
"rimraf": "5.0.7"
},
"devDependencies": {
"@babel/plugin-transform-property-literals": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@vercel/ncc": "0.38.1",
"rimraf": "5.0.5"
"rimraf": "5.0.7"
},
"engines": {
"node": ">=18"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,7 @@ __metadata:
resolution: "@swissquote/utils@workspace:utils"
dependencies:
"@vercel/ncc": "npm:0.38.1"
rimraf: "npm:5.0.5"
rimraf: "npm:5.0.7"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8097,7 +8097,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-test-renderer: "npm:18.3.1"
rimraf: "npm:5.0.5"
rimraf: "npm:5.0.7"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12161,14 +12161,14 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:5.0.5":
version: 5.0.5
resolution: "rimraf@npm:5.0.5"
"rimraf@npm:5.0.7":
version: 5.0.7
resolution: "rimraf@npm:5.0.7"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/d50dbe724f33835decd88395b25ed35995077c60a50ae78ded06e0185418914e555817aad1b4243edbff2254548c2f6ad6f70cc850040bebb4da9e8cc016f586
checksum: 10c0/bd6dbfaa98ae34ce1e54d1e06045d2d63e8859d9a1979bb4a4628b652b459a2d17b17dc20ee072b034bd2d09bd691e801d24c4d9cfe94e16fdbcc8470a1d4807
languageName: node
linkType: hard

Expand Down

0 comments on commit 05f3935

Please sign in to comment.