Skip to content

Commit

Permalink
fix(deps): update dependency neo4j-driver to v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2023
1 parent 4b99749 commit c69d20a
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@apollo/server": "^4.7.0",
"@neo4j/graphql": "^4.1.3",
"graphql": "16.8.1",
"neo4j-driver": "5.12.0"
"neo4j-driver": "5.13.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"neo4j-driver": "5.12.0",
"neo4j-driver": "5.13.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.1",
"jest": "29.7.0",
"neo4j-driver": "5.12.0",
"neo4j-driver": "5.13.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 @@ -62,7 +62,7 @@
"graphql": "16.8.1",
"graphql-query-complexity": "0.12.0",
"markdown-it": "13.0.2",
"neo4j-driver": "5.12.0",
"neo4j-driver": "5.13.0",
"prettier": "3.0.0",
"process": "0.11.10",
"react": "18.2.0",
Expand Down
39 changes: 34 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3430,7 +3430,7 @@ __metadata:
cors: ^2.8.5
graphql-ws: 5.14.1
jest: 29.7.0
neo4j-driver: 5.12.0
neo4j-driver: 5.13.0
pluralize: 8.0.0
randomstring: 1.3.0
supertest: 6.3.3
Expand Down Expand Up @@ -3515,7 +3515,7 @@ __metadata:
jest: 29.7.0
jest-environment-jsdom: 29.7.0
markdown-it: 13.0.2
neo4j-driver: 5.12.0
neo4j-driver: 5.13.0
node-polyfill-webpack-plugin: 2.0.1
parse5: 7.1.2
postcss: 8.4.31
Expand Down Expand Up @@ -18739,7 +18739,7 @@ __metadata:
"@apollo/server": ^4.7.0
"@neo4j/graphql": ^4.1.3
graphql: 16.8.1
neo4j-driver: 5.12.0
neo4j-driver: 5.13.0
languageName: unknown
linkType: soft

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

"neo4j-driver-bolt-connection@npm:5.13.0":
version: 5.13.0
resolution: "neo4j-driver-bolt-connection@npm:5.13.0"
dependencies:
buffer: ^6.0.3
neo4j-driver-core: 5.13.0
string_decoder: ^1.3.0
checksum: b793acf9f4bf64d185005180586badb1910873f2e6f8aee994d79cd32a09b122e32f02ea04204b021dc045419f5b01cd6a31972236b93b2fbf1dfc5caac3d266
languageName: node
linkType: hard

"neo4j-driver-core@npm:5.12.0":
version: 5.12.0
resolution: "neo4j-driver-core@npm:5.12.0"
checksum: 1e8f3a0c8c088a953150fbb2c89b6eb601328ee9d5b547e1bf0d29a4bacacc17eb8c2a492ebebffb1fb6563b820550205f18f7bec658feab8ebb5f041d17dd44
languageName: node
linkType: hard

"neo4j-driver@npm:5.12.0, neo4j-driver@npm:^5.8.0":
"neo4j-driver-core@npm:5.13.0":
version: 5.13.0
resolution: "neo4j-driver-core@npm:5.13.0"
checksum: 1b7016664c9e88fe308191b577c5d560009b354156705506d0ecdde7a542add9dfd4291a36223d875216e3bc12f315f8d98f24451d5488e13b325ff1368090d9
languageName: node
linkType: hard

"neo4j-driver@npm:5.13.0":
version: 5.13.0
resolution: "neo4j-driver@npm:5.13.0"
dependencies:
neo4j-driver-bolt-connection: 5.13.0
neo4j-driver-core: 5.13.0
rxjs: ^7.8.1
checksum: 541fe9124f7623ae30c7d69597da962627ecb89fffa5b037f7bb9c7680823126e1e3e334e1314a75a58b3c5d6584c6a96e738570371c20ff29051b8d569637f3
languageName: node
linkType: hard

"neo4j-driver@npm:^5.8.0":
version: 5.12.0
resolution: "neo4j-driver@npm:5.12.0"
dependencies:
Expand Down Expand Up @@ -19579,7 +19608,7 @@ __metadata:
husky: 8.0.3
jest: 29.7.0
lint-staged: 14.0.1
neo4j-driver: 5.12.0
neo4j-driver: 5.13.0
npm-run-all: 4.1.5
prettier: 2.8.8
set-tz: 0.2.0
Expand Down

0 comments on commit c69d20a

Please sign in to comment.