Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency camelcase to v8 (lts) #5818

Open
wants to merge 1 commit into
base: lts
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -41,7 +41,7 @@
"@types/debug": "4.1.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"camelcase": "6.3.0",
"camelcase": "8.0.0",
"graphql-ws": "5.16.0",
"jest": "29.7.0",
"neo4j-driver": "5.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@neo4j/cypher-builder": "^1.20.1",
"camelcase": "^6.3.0",
"camelcase": "^8.0.0",
"debug": "^4.3.4",
"dot-prop": "^6.0.1",
"graphql-compose": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"camelcase": "^6.3.0",
"camelcase": "^8.0.0",
"debug": "^4.3.4",
"pluralize": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"camelcase": "6.3.0",
"camelcase": "8.0.0",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"pluralize": "8.0.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@ __metadata:
"@types/node": "npm:20.17.6"
amqplib: "npm:0.10.4"
body-parser: "npm:^1.20.2"
camelcase: "npm:6.3.0"
camelcase: "npm:8.0.0"
cors: "npm:^2.8.5"
graphql-ws: "npm:5.16.0"
jest: "npm:29.7.0"
Expand All @@ -2815,7 +2815,7 @@ __metadata:
"@neo4j/graphql": "npm:^5.10.0"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:20.17.6"
camelcase: "npm:6.3.0"
camelcase: "npm:8.0.0"
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
pluralize: "npm:8.0.0"
Expand Down Expand Up @@ -2858,7 +2858,7 @@ __metadata:
"@types/semver": "npm:7.5.8"
"@types/supertest": "npm:6.0.2"
"@types/ws": "npm:8.5.13"
camelcase: "npm:^6.3.0"
camelcase: "npm:^8.0.0"
debug: "npm:^4.3.4"
dot-prop: "npm:^6.0.1"
graphql-compose: "npm:^9.0.8"
Expand Down Expand Up @@ -2901,7 +2901,7 @@ __metadata:
"@types/jest": "npm:29.5.14"
"@types/node": "npm:20.17.6"
"@types/pluralize": "npm:0.0.33"
camelcase: "npm:^6.3.0"
camelcase: "npm:^8.0.0"
debug: "npm:^4.3.4"
jest: "npm:29.7.0"
pluralize: "npm:^8.0.0"
Expand Down Expand Up @@ -6892,10 +6892,10 @@ __metadata:
languageName: node
linkType: hard

"camelcase@npm:6.3.0, camelcase@npm:^6.2.0, camelcase@npm:^6.3.0":
version: 6.3.0
resolution: "camelcase@npm:6.3.0"
checksum: 10c0/0d701658219bd3116d12da3eab31acddb3f9440790c0792e0d398f0a520a6a4058018e546862b6fba89d7ae990efaeb97da71e1913e9ebf5a8b5621a3d55c710
"camelcase@npm:8.0.0, camelcase@npm:^8.0.0":
version: 8.0.0
resolution: "camelcase@npm:8.0.0"
checksum: 10c0/56c5fe072f0523c9908cdaac21d4a3b3fb0f608fb2e9ba90a60e792b95dd3bb3d1f3523873ab17d86d146e94171305f73ef619e2f538bd759675bc4a14b4bff3
languageName: node
linkType: hard

Expand All @@ -6906,6 +6906,13 @@ __metadata:
languageName: node
linkType: hard

"camelcase@npm:^6.2.0":
version: 6.3.0
resolution: "camelcase@npm:6.3.0"
checksum: 10c0/0d701658219bd3116d12da3eab31acddb3f9440790c0792e0d398f0a520a6a4058018e546862b6fba89d7ae990efaeb97da71e1913e9ebf5a8b5621a3d55c710
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001587":
version: 1.0.30001616
resolution: "caniuse-lite@npm:1.0.30001616"
Expand Down
Loading