Skip to content

Commit

Permalink
chore(deps): update dependency neo4j-driver to v5.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 30, 2024
1 parent 00e25d9 commit 6c35b34
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"husky": "9.1.5",
"jest": "29.7.0",
"lint-staged": "15.2.9",
"neo4j-driver": "5.23.0",
"neo4j-driver": "5.24.0",
"prettier": "2.8.8",
"set-tz": "0.2.0",
"ts-jest": "29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"camelcase": "6.3.0",
"graphql-ws": "5.16.0",
"jest": "29.7.0",
"neo4j-driver": "5.23.0",
"neo4j-driver": "5.24.0",
"pluralize": "8.0.0",
"randomstring": "1.3.0",
"supertest": "7.0.0",
Expand Down
35 changes: 32 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2832,7 +2832,7 @@ __metadata:
cors: "npm:^2.8.5"
graphql-ws: "npm:5.16.0"
jest: "npm:29.7.0"
neo4j-driver: "npm:5.23.0"
neo4j-driver: "npm:5.24.0"
pluralize: "npm:8.0.0"
randomstring: "npm:1.3.0"
supertest: "npm:7.0.0"
Expand Down Expand Up @@ -15341,14 +15341,43 @@ __metadata:
languageName: node
linkType: hard

"neo4j-driver-bolt-connection@npm:5.24.0":
version: 5.24.0
resolution: "neo4j-driver-bolt-connection@npm:5.24.0"
dependencies:
buffer: "npm:^6.0.3"
neo4j-driver-core: "npm:5.24.0"
string_decoder: "npm:^1.3.0"
checksum: 10c0/b9cbcd7bd698c9f03fcff63dc7685d72131d4014e55d0d0d01e65de7ee99f1150c1f8460f041cb742df8dde2a2753443f38738aaa9837bd97c57fce6203ecb97
languageName: node
linkType: hard

"neo4j-driver-core@npm:5.23.0":
version: 5.23.0
resolution: "neo4j-driver-core@npm:5.23.0"
checksum: 10c0/cb2ced20bd97640c3435af2ba870f3a9d13d4ae94a07801f225e6bf341193984d8deb43b8251a0959195b1a7c24abbd24442e65968e419a13e2f8617c8dfdcc5
languageName: node
linkType: hard

"neo4j-driver@npm:5.23.0, neo4j-driver@npm:^5.8.0":
"neo4j-driver-core@npm:5.24.0":
version: 5.24.0
resolution: "neo4j-driver-core@npm:5.24.0"
checksum: 10c0/9757b5635a0cadac2fc80e0e73bb7a8c9ea4e13ac842cb5a3de25d107d9f004f214f237745aa60d8fdadb40191042d0c20c6ebfada7bf99320ca75f6e40aa690
languageName: node
linkType: hard

"neo4j-driver@npm:5.24.0":
version: 5.24.0
resolution: "neo4j-driver@npm:5.24.0"
dependencies:
neo4j-driver-bolt-connection: "npm:5.24.0"
neo4j-driver-core: "npm:5.24.0"
rxjs: "npm:^7.8.1"
checksum: 10c0/debe3c236ecba46617c6fb73d47554de0f1a6a276377e75e615d613e16af136f78eb60f67a430d6f3d91de8d4cc5a6be6c6aa0daef8dc82ce71df26517a4cfd9
languageName: node
linkType: hard

"neo4j-driver@npm:^5.8.0":
version: 5.23.0
resolution: "neo4j-driver@npm:5.23.0"
dependencies:
Expand Down Expand Up @@ -15384,7 +15413,7 @@ __metadata:
husky: "npm:9.1.5"
jest: "npm:29.7.0"
lint-staged: "npm:15.2.9"
neo4j-driver: "npm:5.23.0"
neo4j-driver: "npm:5.24.0"
prettier: "npm:2.8.8"
set-tz: "npm:0.2.0"
ts-jest: "npm:29.2.5"
Expand Down

0 comments on commit 6c35b34

Please sign in to comment.