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 upper-case to v3 #6711

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
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-naming-convention": patch
---
dependencies updates:
- Updated dependency [`upper-case@^3.0.0` ↗︎](https://www.npmjs.com/package/upper-case/v/3.0.0) (from `^2.0.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"change-case": "^4.1.2",
"graphql-scalars": "^1.22.4",
"lower-case": "^2.0.2",
"upper-case": "^2.0.2"
"upper-case": "^3.0.0"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "^0.97.4",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6613,7 +6613,7 @@ __metadata:
change-case: "npm:^4.1.2"
graphql-scalars: "npm:^1.22.4"
lower-case: "npm:^2.0.2"
upper-case: "npm:^2.0.2"
upper-case: "npm:^3.0.0"
peerDependencies:
"@graphql-mesh/types": ^0.97.4
"@graphql-mesh/utils": ^0.97.4
Expand Down Expand Up @@ -35548,6 +35548,13 @@ __metadata:
languageName: node
linkType: hard

"upper-case@npm:^3.0.0":
version: 3.0.0
resolution: "upper-case@npm:3.0.0"
checksum: 10c0/0812e7999d00f357b5841179a941ce326525e53fe004857448f27b617e68b1308bb8dae985104f1712125e3be22a9326440404647003c9e94875a168433fef80
languageName: node
linkType: hard

"uri-js@npm:^4.2.2":
version: 4.4.1
resolution: "uri-js@npm:4.4.1"
Expand Down
Loading