Skip to content

Commit

Permalink
chore(deps-dev): bump rimraf from 5.0.5 to 5.0.7 (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent 6795033 commit 447e6c7
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/absence.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@types/hapi__hawk": "8.0.6",
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bamboohr.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@types/hapi__hawk": "8.0.6",
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/c3nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "A c3nav API client",
"devDependencies": {
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/crates.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "A crates.io API client",
"devDependencies": {
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icanhazdadjoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"description": "An icanhazdadjoke.com API client with a CLI.",
"devDependencies": {
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"ts-node": "10.9.2",
"typedoc": "0.25.13",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/jasmine": "5.1.4",
"@types/node": "~20",
"jasmine": "5.1.0",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"ts-node": "10.9.2",
"typedoc": "0.25.13",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/npms.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "A npms.io API client",
"devDependencies": {
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/updown.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "An updown.io API client",
"devDependencies": {
"@types/node": "~20",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xkcdjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"http-status-codes": "2.3.0",
"jasmine": "5.1.0",
"nock": "13.5.4",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"ts-node": "10.9.2",
"typedoc": "0.25.13",
"typescript": "5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5418,10 +5418,10 @@ reusify@^1.0.4:
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

rimraf@5.0.5:
version "5.0.5"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
rimraf@5.0.7:
version "5.0.7"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
dependencies:
glob "^10.3.7"

Expand Down

0 comments on commit 447e6c7

Please sign in to comment.