Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4225)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 3, 2022
1 parent 12430d9 commit 4f6397f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"resolutions": {
"graphql": "16.5.0",
"@changesets/apply-release-plan": "6.0.0",
"undici": "5.8.0"
"undici": "5.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/handlers/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"openapi-diff": "0.23.5",
"graphql-scalars": "1.17.0",
"pluralize": "8.0.0",
"qs": "6.10.3",
"qs": "6.11.0",
"swagger2openapi": "7.0.8",
"url-join": "4.0.1",
"openapi-types": "12.0.0",
Expand Down
25 changes: 5 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5872,7 +5872,7 @@
"@webassemblyjs/ast" "1.11.1"
"@xtuc/long" "4.2.2"

"@whatwg-node/[email protected]", "@whatwg-node/fetch@^0.2.7":
"@whatwg-node/[email protected]", "@whatwg-node/fetch@^0.2.4", "@whatwg-node/fetch@^0.2.6", "@whatwg-node/fetch@^0.2.7":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.7.tgz#8699d9950d2f07365b2b49936ceca551c18757ba"
integrity sha512-AYU3W9q6qIkSlJOLAjBdOeMuWZwaPy7eeDhl2uG0udMRwO6+CVfAa/hG/kMX1Zp0wH2plhOm4eJrWtuf4f2+2A==
Expand All @@ -5887,21 +5887,6 @@
undici "^5.8.0"
web-streams-polyfill "^3.2.0"

"@whatwg-node/fetch@^0.2.4", "@whatwg-node/fetch@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.6.tgz#eb8e68624c55aecfa4c6d7ea36b3ce3ad5d5f79e"
integrity sha512-NhHiqeGcKjgqUZvJTZSou9qsFEPBBG1LPm2Npz0cmcPvukhhQfjX+p3quRx6b9AyjNPp1f73VB1z4ApHy9FcNg==
dependencies:
"@peculiar/webcrypto" "^1.4.0"
abort-controller "^3.0.0"
busboy "^1.6.0"
event-target-polyfill "^0.0.3"
form-data-encoder "^1.7.1"
formdata-node "^4.3.1"
node-fetch "^2.6.7"
undici "^5.8.0"
web-streams-polyfill "^3.2.0"

"@wry/context@^0.6.0":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
Expand Down Expand Up @@ -20203,10 +20188,10 @@ underscore@^1.10.2, underscore@^1.13.1, underscore@^1.9.2:
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

[email protected], [email protected], undici@^5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.8.0.tgz#dec9a8ccd90e5a1d81d43c0eab6503146d649a4f"
integrity sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==
[email protected], [email protected], undici@5.8.1, undici@^5.8.0:
version "5.8.1"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.8.1.tgz#511d43ff6be02f84ec2513ae7f4b07c589319272"
integrity sha512-iDRmWX4Zar/4A/t+1LrKQRm102zw2l9Wgat3LtTlTn8ykvMZmAmpq9tjyHEigx18FsY7IfATvyN3xSw9BDz0eA==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down

1 comment on commit 4f6397f

@vercel
Copy link

@vercel vercel bot commented on 4f6397f Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.