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

fix(deps): update dependency param-case to v4 #6705

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_config-6705-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/config": patch
---
dependencies updates:
- Updated dependency [`param-case@^4.0.0` ↗︎](https://www.npmjs.com/package/param-case/v/4.0.0) (from `^3.0.4`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphql-yoga/plugin-persisted-operations": "^3.0.0",
"@whatwg-node/fetch": "^0.9.0",
"camel-case": "^4.1.2",
"param-case": "^3.0.4",
"param-case": "^4.0.0",
"pascal-case": "^3.1.2"
},
"publishConfig": {
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5715,7 +5715,7 @@ __metadata:
"@graphql-yoga/plugin-persisted-operations": "npm:^3.0.0"
"@whatwg-node/fetch": "npm:^0.9.0"
camel-case: "npm:^4.1.2"
param-case: "npm:^3.0.4"
param-case: "npm:^4.0.0"
pascal-case: "npm:^3.1.2"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.1
Expand Down Expand Up @@ -27585,6 +27585,13 @@ __metadata:
languageName: node
linkType: hard

"no-case@npm:^4.0.0":
version: 4.0.0
resolution: "no-case@npm:4.0.0"
checksum: 10c0/619860434dc33e65cec2cb0b57942903bac864dd1efc834f71d04f5e060f5eb2189224c8557aa5ad3dacf5594d26e33882b3fb7f975a9bf3481c7e7867011a2f
languageName: node
linkType: hard

"node-abort-controller@npm:^3.0.1, node-abort-controller@npm:^3.1.1":
version: 3.1.1
resolution: "node-abort-controller@npm:3.1.1"
Expand Down Expand Up @@ -28539,6 +28546,15 @@ __metadata:
languageName: node
linkType: hard

"param-case@npm:^4.0.0":
version: 4.0.0
resolution: "param-case@npm:4.0.0"
dependencies:
no-case: "npm:^4.0.0"
checksum: 10c0/23cfbdec0c67a8cca70608e85950442ea1d5a98bdc6d09331079970c805dfc1222566052360cff7d32021488bb4e683c04a7ebef12edafca2ebb3d665732552e
languageName: node
linkType: hard

"parent-module@npm:^1.0.0":
version: 1.0.1
resolution: "parent-module@npm:1.0.1"
Expand Down
Loading