Skip to content

Commit

Permalink
chore: update dependency rimraf to ^5.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored and frbuceta committed May 22, 2023
1 parent add6057 commit b43a142
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/graphql/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 examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/multer": "^1.4.7",
"@types/node": "^14.18.47",
"eslint": "^8.40.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
"typescript": "~4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/build/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.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
"typescript": "~4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"mem-fs": "^2.3.0",
"mem-fs-editor": "^9.7.0",
"mock-stdin": "^1.0.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"sinon": "^15.0.4",
"strong-globalize-cli": "7.1.0",
"yeoman-assert": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-caching-proxy/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/http-caching-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"axios": "^0.27.2",
"cacache": "^17.1.3",
"debug": "^4.3.4",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"tslib": "^2.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit b43a142

Please sign in to comment.