Skip to content

Commit

Permalink
Fix yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 4, 2023
1 parent 032e151 commit 0c8bd05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 143 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/http2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@graphql-mesh/types": "^0.91.12",
"@graphql-mesh/utils": "^0.43.20",
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@types/node": "^18.11.18",
"@whatwg-node/fetch": "0.8.4",
"tslib": "^2.4.0"
Expand Down
142 changes: 1 addition & 141 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2617,77 +2617,6 @@
object-inspect "1.12.3"
tslib "^2.0.0"

"@graphql-mesh/cross-helpers@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.3.1.tgz#b45b53d71b1c97705738282ee5ff7e69f0049814"
integrity sha512-RrGLIABHtAXpsI+hLkBzeydzxzhjMhCJfRUPTSGCeEnZTBZ5+8XM20ZbqCNDcvbuJuSCxMMOhVdT4StNqZD6Wg==
dependencies:
"@graphql-tools/utils" "9.1.4"
path-browserify "1.0.1"
react-native-fs "2.20.0"
react-native-path "0.0.5"

"@graphql-mesh/store@0.9.5":
version "0.9.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.9.5.tgz#88eb49ca2ebc413f043aafed4390a423c41b9400"
integrity sha512-nqMeAS8W8n5WwN3VkektujS/twcLhT+CcS2f0qKtl1878VmKoB39KgsXOHjnqplVXFXAn9svPYgqGdIPumzVEg==
dependencies:
"@graphql-inspector/core" "3.3.0"
"@graphql-mesh/cross-helpers" "0.3.1"
"@graphql-mesh/types" "0.89.4"
"@graphql-mesh/utils" "0.43.5"
"@graphql-tools/utils" "9.1.4"
tslib "^2.4.0"

"@graphql-mesh/string-interpolation@0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@graphql-mesh/string-interpolation/-/string-interpolation-0.4.2.tgz#4778ae192731e1dd21383560fcb278c60f25f9bb"
integrity sha512-xUSLpir2F4QlAZPVr9GTZ8fOeHYL4PCanykFhIH+CJRFWgolbsUSkTbNBUginQ8pjbQNFEpD2YGgz7N9aJKQ0w==
dependencies:
dayjs "1.11.7"
json-pointer "0.6.2"
lodash.get "4.4.2"
tslib "^2.4.0"

"@graphql-mesh/types@0.89.4":
version "0.89.4"
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.89.4.tgz#a71dca3f5c899292279b7574cea699102bf792d2"
integrity sha512-GaykCb0C5Wt/arYpMO4Ex5DAHLS5wPAHzIPnYOcfpNEsD7GeS4PDttd43DYS7y6r5aks9RyZ8e+xEGc6lqZIkA==
dependencies:
"@graphql-mesh/store" "0.9.5"
"@graphql-tools/batch-delegate" "8.4.15"
"@graphql-tools/delegate" "9.0.22"
"@graphql-tools/utils" "9.1.4"
"@graphql-typed-document-node/core" "3.1.1"
tslib "^2.4.0"

"@graphql-mesh/utils@0.43.5":
version "0.43.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.43.5.tgz#67a505c5039a5b88033b6970a0b642265a252765"
integrity sha512-c2Jm0plR+9NFhPQejFrXHf9YDfF5bdsXjpf46EDStofAEAdPsj1i3sl1q1mcGcVbFc/Ergp/jmWyjGgl+xarrw==
dependencies:
"@graphql-mesh/cross-helpers" "0.3.1"
"@graphql-mesh/string-interpolation" "0.4.2"
"@graphql-mesh/types" "0.89.4"
"@graphql-tools/delegate" "9.0.22"
"@graphql-tools/utils" "9.1.4"
js-yaml "4.1.0"
lodash.get "4.4.2"
lodash.set "4.3.2"
lodash.topath "4.5.2"
tiny-lru "8.0.2"
tslib "^2.4.0"

"@graphql-tools/batch-delegate@8.4.15":
version "8.4.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.4.15.tgz#f49d2eca95e97b031b7f4c18d29a1242c9c4112a"
integrity sha512-KIpizNQsPFOE4pG4Zs3jRRJTfcrRB4Sp2al3X6tygMXpdNEvbHrJzZN5NfCzb6hs5QCpH9nzbtt8q4QmFkDmBw==
dependencies:
"@graphql-tools/delegate" "9.0.22"
"@graphql-tools/utils" "9.1.4"
dataloader "2.1.0"
tslib "^2.4.0"

"@graphql-tools/batch-delegate@8.4.22":
version "8.4.22"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.4.22.tgz#4f646ae60d9482bb9f67f6cfb4a5ea21c73ca76e"
Expand All @@ -2698,16 +2627,6 @@
dataloader "2.2.2"
tslib "^2.4.0"

"@graphql-tools/batch-execute@8.5.15":
version "8.5.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.15.tgz#f61ac71d11e57c9b9f8b8b60fc882e4e9762d182"
integrity sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==
dependencies:
"@graphql-tools/utils" "9.1.4"
dataloader "2.1.0"
tslib "^2.4.0"
value-or-promise "1.0.12"

"@graphql-tools/batch-execute@8.5.18", "@graphql-tools/batch-execute@^8.5.18":
version "8.5.18"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.18.tgz#2f0e91cc12e8eed32f14bc814f27c6a498b75e17"
Expand Down Expand Up @@ -2740,19 +2659,6 @@
is-promise "4.0.0"
tslib "~2.0.1"

"@graphql-tools/delegate@9.0.22":
version "9.0.22"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.22.tgz#12f27ef76c5add456fa8797a496bb7dc82071771"
integrity sha512-dWJGMN8V7KORtbI8eDAjHYTWiMyis/md27M6pPhrlYVlcsDk3U0jbNdgkswBBUEBvqumPRCv8pVOxKcLS4caKA==
dependencies:
"@graphql-tools/batch-execute" "8.5.15"
"@graphql-tools/executor" "0.0.12"
"@graphql-tools/schema" "9.0.13"
"@graphql-tools/utils" "9.1.4"
dataloader "2.1.0"
tslib "~2.4.0"
value-or-promise "1.0.12"

"@graphql-tools/delegate@9.0.28", "@graphql-tools/delegate@^9.0.27":
version "9.0.28"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.28.tgz#026275094b2ff3f4cbbe99caff2d48775aeb67d6"
Expand Down Expand Up @@ -2804,17 +2710,6 @@
tslib "^2.4.0"
ws "8.12.1"

"@graphql-tools/executor@0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.12.tgz#d885c7fa98a8aaeaa771163b71fb98ce9f52f9bd"
integrity sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==
dependencies:
"@graphql-tools/utils" "9.1.4"
"@graphql-typed-document-node/core" "3.1.1"
"@repeaterjs/repeater" "3.0.4"
tslib "^2.4.0"
value-or-promise "1.0.12"

"@graphql-tools/executor@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.15.tgz#cbd29af2ec54213a52f6c516a7792b3e626a4c49"
Expand Down Expand Up @@ -2937,14 +2832,6 @@
"@graphql-tools/utils" "8.9.0"
tslib "^2.4.0"

"@graphql-tools/merge@8.3.15":
version "8.3.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.15.tgz#9b24ee5e9c36074684515c7d1587cd3e200c8a8f"
integrity sha512-hYYOlsqkUlL6oOo7zzuk6hIv7xQzy+x21sgK84d5FWaiWYkLYh9As8myuDd9SD5xovWWQ9m/iRhIOVDEMSyEKA==
dependencies:
"@graphql-tools/utils" "9.1.4"
tslib "^2.4.0"

"@graphql-tools/merge@8.4.0", "@graphql-tools/merge@^8.3.3":
version "8.4.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.0.tgz#47fbe5c4b6764276dc35bd19c4e7d3c46d3dc0fc"
Expand Down Expand Up @@ -2997,16 +2884,6 @@
"@graphql-tools/utils" "6.1.0"
tslib "~2.0.1"

"@graphql-tools/schema@9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.13.tgz#56b994777df29ac36586a3200fb6397abf7b9d83"
integrity sha512-guRA3fwAtv+M1Kh930P4ydH9aKJTWscIkhVFcWpj/cnjYYxj88jkEJ15ZNiJX/2breNY+sbVgmlgLKb6aXi/Jg==
dependencies:
"@graphql-tools/merge" "8.3.15"
"@graphql-tools/utils" "9.1.4"
tslib "^2.4.0"
value-or-promise "1.0.12"

"@graphql-tools/schema@9.0.17", "@graphql-tools/schema@^9.0.0", "@graphql-tools/schema@^9.0.16":
version "9.0.17"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.17.tgz#d731e9899465f88d5b9bf69e607ec465bb88b062"
Expand Down Expand Up @@ -3099,13 +2976,6 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@9.1.4":
version "9.1.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.4.tgz#2c9e0aefc9655dd73247667befe3c850ec014f3f"
integrity sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@9.2.1", "@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.1.1", "@graphql-tools/utils@^9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
Expand Down Expand Up @@ -3137,11 +3007,6 @@
tslib "^2.4.0"
value-or-promise "1.0.12"

"@graphql-typed-document-node/core@3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==

"@graphql-typed-document-node/core@3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.2.tgz#6fc464307cbe3c8ca5064549b806360d84457b04"
Expand Down Expand Up @@ -8752,11 +8617,6 @@ data-urls@^2.0.0:
whatwg-mimetype "^2.3.0"
whatwg-url "^8.0.0"

dataloader@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.1.0.tgz#c69c538235e85e7ac6c6c444bae8ecabf5de9df7"
integrity sha512-qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ==

dataloader@2.2.2, dataloader@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
Expand Down Expand Up @@ -13888,7 +13748,7 @@ lodash.once@^4.0.0:
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==

lodash.set@4.3.2, lodash.set@^4.3.2:
lodash.set@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==
Expand Down

0 comments on commit 0c8bd05

Please sign in to comment.