Skip to content

Commit

Permalink
fix(deps): update dependency neo4j-driver to v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2024
1 parent b305488 commit 50043f4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"neo4j-driver": "5.15.0",
"neo4j-driver": "5.16.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"set-tz": "0.2.0",
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.14.3",
"jest": "29.7.0",
"neo4j-driver": "5.15.0",
"neo4j-driver": "5.16.0",
"pluralize": "8.0.0",
"randomstring": "1.3.0",
"supertest": "6.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"graphiql-explorer": "0.9.0",
"graphql": "16.8.1",
"graphql-query-complexity": "0.12.0",
"neo4j-driver": "5.15.0",
"neo4j-driver": "5.16.0",
"prettier": "3.0.0",
"process": "0.11.10",
"react": "18.2.0",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3609,7 +3609,7 @@ __metadata:
cors: ^2.8.5
graphql-ws: 5.14.3
jest: 29.7.0
neo4j-driver: 5.15.0
neo4j-driver: 5.16.0
pluralize: 8.0.0
randomstring: 1.3.0
supertest: 6.3.3
Expand Down Expand Up @@ -3692,7 +3692,7 @@ __metadata:
html-webpack-plugin: 5.6.0
jest: 29.7.0
jest-environment-jsdom: 29.7.0
neo4j-driver: 5.15.0
neo4j-driver: 5.16.0
node-polyfill-webpack-plugin: 2.0.1
parse5: 7.1.2
postcss: 8.4.32
Expand Down Expand Up @@ -19825,14 +19825,14 @@ __metadata:
languageName: node
linkType: hard

"neo4j-driver-bolt-connection@npm:5.15.0":
version: 5.15.0
resolution: "neo4j-driver-bolt-connection@npm:5.15.0"
"neo4j-driver-bolt-connection@npm:5.16.0":
version: 5.16.0
resolution: "neo4j-driver-bolt-connection@npm:5.16.0"
dependencies:
buffer: ^6.0.3
neo4j-driver-core: 5.15.0
neo4j-driver-core: 5.16.0
string_decoder: ^1.3.0
checksum: 5e36d6eab0130df8d15e71ad85ca36697292e32ea4195ec7f33a547675942f3148a30c5aa99fc93e830d4b3fb771d50d05f98a12f1134bd7f06d2c09a3ca8d36
checksum: ddf5337fba3bd31b5909c1ab351d57df3b51d971786ba262d53ba38e89c4204d78cf7401527814e0ea6541dea26d21b54627e17fed4b9e78e2ee31f46b3deaf3
languageName: node
linkType: hard

Expand All @@ -19843,21 +19843,21 @@ __metadata:
languageName: node
linkType: hard

"neo4j-driver-core@npm:5.15.0":
version: 5.15.0
resolution: "neo4j-driver-core@npm:5.15.0"
checksum: c13ba8cf0a68ee5de7d3855aa1e5b8e724c8f735ab5514e8dd8cfaee71d808faf38b9511666d223005a10340a1929a7d90074c7596e7f25daa47bb77fcbd0a96
"neo4j-driver-core@npm:5.16.0":
version: 5.16.0
resolution: "neo4j-driver-core@npm:5.16.0"
checksum: 58c33ea0121bdbd4d541c1967998fae1b07a092a8b83438c78567dd008f79ab3401a97824c9ccb721bb25c9ff65485521bb0a1b33fa75e3464a5b6324e65d593
languageName: node
linkType: hard

"neo4j-driver@npm:5.15.0":
version: 5.15.0
resolution: "neo4j-driver@npm:5.15.0"
"neo4j-driver@npm:5.16.0":
version: 5.16.0
resolution: "neo4j-driver@npm:5.16.0"
dependencies:
neo4j-driver-bolt-connection: 5.15.0
neo4j-driver-core: 5.15.0
neo4j-driver-bolt-connection: 5.16.0
neo4j-driver-core: 5.16.0
rxjs: ^7.8.1
checksum: 9e80d00719c1ec24bddfd9f221690db992e4102cb511f7809ae6f77f3fbc555b6420f205b24a6132cd91784356323c69eefc3731ee40c919faaaf791b03eafbb
checksum: ac6beea48043a379149132514fbabcd8ce2604c2e8237fdd60729244834a9ce45f5379aa6ca4fb93f008beaed9c3c4414e7087cd5b9d1e9c3397715fb74aa9e3
languageName: node
linkType: hard

Expand Down Expand Up @@ -19897,7 +19897,7 @@ __metadata:
husky: 8.0.3
jest: 29.7.0
lint-staged: 15.2.0
neo4j-driver: 5.15.0
neo4j-driver: 5.16.0
npm-run-all: 4.1.5
prettier: 2.8.8
set-tz: 0.2.0
Expand Down

0 comments on commit 50043f4

Please sign in to comment.