Skip to content

Commit

Permalink
fix(deps): update dependency @envelop/core to v5.0.3 (#8257)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @envelop/core to v5.0.3

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jan 13, 2025
1 parent 7d4fc0b commit fa5cbcb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-http-details-extensions": patch
---
dependencies updates:
- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.3) (from `5.0.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/plugins/http-details-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphql": "*"
},
"dependencies": {
"@envelop/core": "5.0.2",
"@envelop/core": "5.0.3",
"@graphql-mesh/types": "^0.103.11",
"@graphql-mesh/utils": "^0.103.11",
"@whatwg-node/fetch": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/core": "5.0.2",
"@envelop/core": "5.0.3",
"@graphql-mesh/cache-localforage": "0.103.12",
"@types/faker": "5.5.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/core": "5.0.2"
"@envelop/core": "5.0.3"
},
"publishConfig": {
"access": "public",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4187,13 +4187,13 @@ __metadata:
languageName: node
linkType: hard

"@envelop/core@npm:5.0.2, @envelop/core@npm:^5.0.0, @envelop/core@npm:^5.0.1, @envelop/core@npm:^5.0.2":
version: 5.0.2
resolution: "@envelop/core@npm:5.0.2"
"@envelop/core@npm:5.0.3, @envelop/core@npm:^5.0.0, @envelop/core@npm:^5.0.1, @envelop/core@npm:^5.0.2":
version: 5.0.3
resolution: "@envelop/core@npm:5.0.3"
dependencies:
"@envelop/types": "npm:5.0.0"
tslib: "npm:^2.5.0"
checksum: 10c0/ef671cf79b40c4ca387b80012f01e54896de7c933bbdd6b905ce09058ff52554116c54da98d1a1226f67a3bc169a0b115c895c01b7daa9d73f2777a692b9f41f
checksum: 10c0/86f181137a4062554357151c717f068c89897364de0fd989b9abb408b03b4e8fc5946f8cdd76f2ff3ba5ab2e74140acf82210b18c32bb86875f2f18079bc19e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -6771,7 +6771,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/plugin-http-details-extensions@workspace:packages/plugins/http-details-extensions"
dependencies:
"@envelop/core": "npm:5.0.2"
"@envelop/core": "npm:5.0.3"
"@graphql-mesh/types": "npm:^0.103.11"
"@graphql-mesh/utils": "npm:^0.103.11"
"@whatwg-node/fetch": "npm:^0.10.0"
Expand Down Expand Up @@ -6834,7 +6834,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/plugin-mock@workspace:packages/plugins/mock"
dependencies:
"@envelop/core": "npm:5.0.2"
"@envelop/core": "npm:5.0.3"
"@graphql-mesh/cache-localforage": "npm:0.103.12"
"@graphql-mesh/cross-helpers": "npm:^0.4.9"
"@graphql-mesh/string-interpolation": "npm:^0.5.7"
Expand Down Expand Up @@ -6952,7 +6952,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit"
dependencies:
"@envelop/core": "npm:5.0.2"
"@envelop/core": "npm:5.0.3"
"@envelop/rate-limiter": "npm:^6.2.1"
"@graphql-mesh/cross-helpers": "npm:^0.4.9"
"@graphql-mesh/string-interpolation": "npm:0.5.7"
Expand Down

0 comments on commit fa5cbcb

Please sign in to comment.