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 extract-files to v13 #124

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
7 changes: 7 additions & 0 deletions .changeset/@graphql-tools_executor-http-124-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-tools/executor-http': patch
---

dependencies updates:

- Updated dependency [`extract-files@^13.0.0` ↗︎](https://www.npmjs.com/package/extract-files/v/13.0.0) (from `^11.0.0`, in `dependencies`)
4 changes: 2 additions & 2 deletions packages/executors/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"@graphql-tools/utils": "^10.5.6",
"@repeaterjs/repeater": "^3.0.4",
"@whatwg-node/fetch": "^0.10.0",
"extract-files": "^11.0.0",
"extract-files": "^13.0.0",
"meros": "^1.2.1",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
},
"devDependencies": {
"@types/extract-files": "8.1.3",
"@types/extract-files": "13.0.1",
"@whatwg-node/disposablestack": "^0.0.5",
"graphql": "^16.9.0",
"graphql-yoga": "^5.8.0",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4106,10 +4106,10 @@ __metadata:
dependencies:
"@graphql-tools/utils": "npm:^10.5.6"
"@repeaterjs/repeater": "npm:^3.0.4"
"@types/extract-files": "npm:8.1.3"
"@types/extract-files": "npm:13.0.1"
"@whatwg-node/disposablestack": "npm:^0.0.5"
"@whatwg-node/fetch": "npm:^0.10.0"
extract-files: "npm:^11.0.0"
extract-files: "npm:^13.0.0"
graphql: "npm:^16.9.0"
graphql-yoga: "npm:^5.8.0"
meros: "npm:^1.2.1"
Expand Down Expand Up @@ -7482,10 +7482,10 @@ __metadata:
languageName: node
linkType: hard

"@types/extract-files@npm:8.1.3":
version: 8.1.3
resolution: "@types/extract-files@npm:8.1.3"
checksum: 10c0/febd25c9bbf02a4073ae62815077eaa786633c3594f0d0ab6cc96460ffc6339b270a4e46ba94e22b65cf471e3f65d390a7524ceb23066cbed17209993b993c3c
"@types/extract-files@npm:13.0.1":
version: 13.0.1
resolution: "@types/extract-files@npm:13.0.1"
checksum: 10c0/4732f875db36498a4bf3deb6965267d515cc7a82be6a3b0346a6b9a6c9eec173ebae774301070de6c7f9b879121d81bc106498cce9cc7bc521b2e75b84710ed2
languageName: node
linkType: hard

Expand Down Expand Up @@ -10876,10 +10876,12 @@ __metadata:
languageName: node
linkType: hard

"extract-files@npm:^11.0.0":
version: 11.0.0
resolution: "extract-files@npm:11.0.0"
checksum: 10c0/7ac1cd693d081099d7c29f2b36aad199f92c5ea234c2016eb37ba213dddaefe74d54566f0675de5917d35cf98670183c2c9a0d96094727eb2c6dae02be7fc308
"extract-files@npm:^13.0.0":
version: 13.0.0
resolution: "extract-files@npm:13.0.0"
dependencies:
is-plain-obj: "npm:^4.1.0"
checksum: 10c0/ee1e6e37f24fcb7de5019c0dc054f3e075664f63b5a9bd38c9ba1a32481ed1e77fd237adf826a7f6c7a1db406d9db4428f8ae4395fb2dfb602235b15f8f4bc3e
languageName: node
linkType: hard

Expand Down Expand Up @@ -12521,6 +12523,13 @@ __metadata:
languageName: node
linkType: hard

"is-plain-obj@npm:^4.1.0":
version: 4.1.0
resolution: "is-plain-obj@npm:4.1.0"
checksum: 10c0/32130d651d71d9564dc88ba7e6fda0e91a1010a3694648e9f4f47bb6080438140696d3e3e15c741411d712e47ac9edc1a8a9de1fe76f3487b0d90be06ac9975e
languageName: node
linkType: hard

"is-promise@npm:^2.1.0":
version: 2.2.2
resolution: "is-promise@npm:2.2.2"
Expand Down
Loading