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/filter-operation-type to v5.0.3 #9434

Closed
wants to merge 1 commit 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
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@envelop/core": "4.0.0",
"@envelop/depth-limit": "3.0.0",
"@envelop/disable-introspection": "5.0.0",
"@envelop/filter-operation-type": "5.0.0",
"@envelop/filter-operation-type": "5.0.3",
"@envelop/on-resolve": "3.0.0",
"@escape.tech/graphql-armor": "2.3.1",
"@graphql-tools/merge": "9.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2334,15 +2334,15 @@ __metadata:
languageName: node
linkType: hard

"@envelop/filter-operation-type@npm:5.0.0":
version: 5.0.0
resolution: "@envelop/filter-operation-type@npm:5.0.0"
"@envelop/filter-operation-type@npm:5.0.3":
version: 5.0.3
resolution: "@envelop/filter-operation-type@npm:5.0.3"
dependencies:
tslib: ^2.5.0
peerDependencies:
"@envelop/core": ^4.0.0
"@envelop/core": ^4.0.3
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: a38133727098c1c3c1350937cc9fbe83b7e92ac03f7856f81204900f515d06e87b2e7a427ff8c87554bc2d8725eb4f1b2e493b0cc2961e39c0b3a38f40ab547b
checksum: c48af3ca4608e703b2825d2e2ee1d615f1b0e07c617f99b3dd76eabe84937970b5e5d9f99c3ccdfb30e05e263b0159f87fa86b763904bc80898a3ab7dde6e6e5
languageName: node
linkType: hard

Expand Down Expand Up @@ -8756,7 +8756,7 @@ __metadata:
"@envelop/core": 4.0.0
"@envelop/depth-limit": 3.0.0
"@envelop/disable-introspection": 5.0.0
"@envelop/filter-operation-type": 5.0.0
"@envelop/filter-operation-type": 5.0.3
"@envelop/on-resolve": 3.0.0
"@envelop/testing": 6.0.3
"@envelop/types": 4.0.0
Expand Down
Loading