Skip to content

Commit

Permalink
fix(deps): update dependency @envelop/core to v4 (#8443)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 2283b82 commit 0eba791
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.21.5",
"@envelop/core": "3.0.6",
"@envelop/core": "4.0.0",
"@envelop/depth-limit": "2.0.6",
"@envelop/disable-introspection": "4.0.6",
"@envelop/filter-operation-type": "4.0.6",
Expand Down
23 changes: 21 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,17 @@ __metadata:
languageName: node
linkType: hard

"@envelop/core@npm:3.0.6, @envelop/core@npm:^3.0.0, @envelop/core@npm:^3.0.4":
"@envelop/core@npm:4.0.0":
version: 4.0.0
resolution: "@envelop/core@npm:4.0.0"
dependencies:
"@envelop/types": 4.0.0
tslib: ^2.5.0
checksum: 2745008b823b64ac49a6b099b401a2809d8cf323a7a704163d4ca9bdade6551c2d94f76d345e35a70d9940f150d431c74daf2073f18feaddfd583a935a7e0918
languageName: node
linkType: hard

"@envelop/core@npm:^3.0.0, @envelop/core@npm:^3.0.4":
version: 3.0.6
resolution: "@envelop/core@npm:3.0.6"
dependencies:
Expand Down Expand Up @@ -2236,6 +2246,15 @@ __metadata:
languageName: node
linkType: hard

"@envelop/types@npm:4.0.0":
version: 4.0.0
resolution: "@envelop/types@npm:4.0.0"
dependencies:
tslib: ^2.5.0
checksum: e81fe3a1873686f04d24f4093dacfd55c6504f654eeb5cb700341335fc6922f48d90b34bc664affac6d9cacc3cdba9f5fb2d9a140a0f1f503db062b65c69a88f
languageName: node
linkType: hard

"@envelop/validation-cache@npm:^5.1.2":
version: 5.1.2
resolution: "@envelop/validation-cache@npm:5.1.2"
Expand Down Expand Up @@ -7062,7 +7081,7 @@ __metadata:
"@babel/cli": 7.21.5
"@babel/core": 7.21.8
"@babel/runtime-corejs3": 7.21.5
"@envelop/core": 3.0.6
"@envelop/core": 4.0.0
"@envelop/depth-limit": 2.0.6
"@envelop/disable-introspection": 4.0.6
"@envelop/filter-operation-type": 4.0.6
Expand Down

0 comments on commit 0eba791

Please sign in to comment.