Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 1, 2024
1 parent 07c3a77 commit ad312b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mock-jwks": "1.0.10",
"nock": "13.5.4",
"randomstring": "1.3.0",
"rimraf": "5.0.9",
"rimraf": "5.0.10",
"supertest": "7.0.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"rimraf": "5.0.9"
"rimraf": "5.0.10"
}
}
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,7 @@ __metadata:
nock: "npm:13.5.4"
pluralize: "npm:^8.0.0"
randomstring: "npm:1.3.0"
rimraf: "npm:5.0.9"
rimraf: "npm:5.0.10"
semver: "npm:^7.5.4"
supertest: "npm:7.0.0"
ts-jest: "npm:29.2.3"
Expand Down Expand Up @@ -2942,7 +2942,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@neo4j/package-tests@workspace:packages/package-tests"
dependencies:
rimraf: "npm:5.0.9"
rimraf: "npm:5.0.10"
languageName: unknown
linkType: soft

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

"rimraf@npm:5.0.9, rimraf@npm:^5.0.0":
version: 5.0.9
resolution: "rimraf@npm:5.0.9"
"rimraf@npm:5.0.10":
version: 5.0.10
resolution: "rimraf@npm:5.0.10"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/87374682492b9e64de9c6fcbf2c8f209c7a2cd0e9749b3732eef8a62c6f859a9ed996d46f662d9ad5dd38c2c469f8e88de56b6c509026070ee3f06369cac1bc8
checksum: 10c0/7da4fd0e15118ee05b918359462cfa1e7fe4b1228c7765195a45b55576e8c15b95db513b8466ec89129666f4af45ad978a3057a02139afba1a63512a2d9644cc
languageName: node
linkType: hard

Expand All @@ -17754,6 +17754,17 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.0":
version: 5.0.9
resolution: "rimraf@npm:5.0.9"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/87374682492b9e64de9c6fcbf2c8f209c7a2cd0e9749b3732eef8a62c6f859a9ed996d46f662d9ad5dd38c2c469f8e88de56b6c509026070ee3f06369cac1bc8
languageName: node
linkType: hard

"ripemd160@npm:^2.0.0, ripemd160@npm:^2.0.1":
version: 2.0.2
resolution: "ripemd160@npm:2.0.2"
Expand Down

0 comments on commit ad312b6

Please sign in to comment.