diff --git a/package.json b/package.json index 82b174c4013d9..1388147ec13bb 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,6 @@ "resolutions": { "graphql": "16.5.0", "@changesets/apply-release-plan": "6.0.0", - "undici": "5.8.0" + "undici": "5.8.1" } } diff --git a/packages/handlers/openapi/package.json b/packages/handlers/openapi/package.json index b877c08b5e9af..b23b79f96fda8 100644 --- a/packages/handlers/openapi/package.json +++ b/packages/handlers/openapi/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 663bf52bc8f66..d87169b24ef9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5872,7 +5872,7 @@ "@webassemblyjs/ast" "1.11.1" "@xtuc/long" "4.2.2" -"@whatwg-node/fetch@0.2.7", "@whatwg-node/fetch@^0.2.7": +"@whatwg-node/fetch@0.2.7", "@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== @@ -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" @@ -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== -undici@5.5.1, undici@5.8.0, 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== +undici@5.5.1, undici@5.8.0, 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"