Skip to content

Commit

Permalink
chore: update dependency rimraf to ^5.0.10
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 15, 2024
1 parent c949c36 commit cb014a1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/multer": "^1.4.12",
"@types/node": "^16.18.101",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
41 changes: 19 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mocha": "^10.6.0",
"nyc": "^17.0.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"mem-fs": "^2.3.0",
"mem-fs-editor": "^9.7.0",
"mock-stdin": "^1.0.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"sinon": "^18.0.0",
"strong-globalize-cli": "7.1.1",
"yeoman-assert": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-caching-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"axios": "^1.7.2",
"cacache": "^18.0.3",
"debug": "^4.3.7",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit cb014a1

Please sign in to comment.