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 @envelop/depth-limit to v3 #8444

Merged
merged 2 commits into from
Jun 1, 2023
Merged
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-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.21.5",
"@envelop/core": "4.0.0",
"@envelop/depth-limit": "2.0.6",
"@envelop/depth-limit": "3.0.0",
"@envelop/disable-introspection": "4.0.6",
"@envelop/filter-operation-type": "4.0.6",
"@envelop/on-resolve": "2.0.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2176,16 +2176,16 @@ __metadata:
languageName: node
linkType: hard

"@envelop/depth-limit@npm:2.0.6":
version: 2.0.6
resolution: "@envelop/depth-limit@npm:2.0.6"
"@envelop/depth-limit@npm:3.0.0":
version: 3.0.0
resolution: "@envelop/depth-limit@npm:3.0.0"
dependencies:
graphql-depth-limit: ^1.1.0
tslib: ^2.5.0
peerDependencies:
"@envelop/core": ^3.0.6
"@envelop/core": ^4.0.0
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 0bb598213850426e0f7a3b911d62281c9d67711fb7bf37bde33e400964f4ab96b16825b91e61f8237e7e416df3bc382144bbfd94bac673e34472592ab06596e8
checksum: b0121ad4233f6a4a18bd742012c15acbbc20ae343b969f0c7f9efc32897499a5354d87bbfbf75440dd3c684ea702f7dbf2d64d20c3220a1e0044040c630f75ca
languageName: node
linkType: hard

Expand Down Expand Up @@ -7082,7 +7082,7 @@ __metadata:
"@babel/core": 7.21.8
"@babel/runtime-corejs3": 7.21.5
"@envelop/core": 4.0.0
"@envelop/depth-limit": 2.0.6
"@envelop/depth-limit": 3.0.0
"@envelop/disable-introspection": 4.0.6
"@envelop/filter-operation-type": 4.0.6
"@envelop/on-resolve": 2.0.6
Expand Down