Build(deps-dev): bump @graphql-codegen/cli from 2.15.0 to 2.16.1
Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 2.15.0 to 2.16.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.16.1/packages/graphql-codegen-cli)
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime-corejs3": "^7.20.6",
|
||||
"@graphql-codegen/cli": "^2.15.0",
|
||||
"@graphql-codegen/cli": "^2.16.1",
|
||||
"@graphql-codegen/fragment-matcher": "^3.3.1",
|
||||
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
|
||||
"@nuxt/types": "^2.15.8",
|
||||
|
||||
@@ -1250,16 +1250,16 @@
|
||||
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
|
||||
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
|
||||
|
||||
"@graphql-codegen/cli@^2.15.0":
|
||||
version "2.15.0"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.15.0.tgz#e36dd8cdb32ce58aeeebd546266cd435732e796f"
|
||||
integrity sha512-o4Wh99VJDX/z0fG3pkdOf0t0fu7SlYn6qlLnqzNhVpZByGPe548gu11GKiOPKVaQ76kkB3dzqzfINRl+v7EA4A==
|
||||
"@graphql-codegen/cli@^2.16.1":
|
||||
version "2.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.16.1.tgz#72df7197e3d2d9261cffdf084ddb4f3845a4bb53"
|
||||
integrity sha512-11z3iSlsNCXcNNkoRKG3wCmT9XpLf7/GZG9bWGXkCoveWVRwnRmo37YakHdNV3hbcJ4iiGbR3Z+MX9gUTEPDVA==
|
||||
dependencies:
|
||||
"@babel/generator" "^7.18.13"
|
||||
"@babel/template" "^7.18.10"
|
||||
"@babel/types" "^7.18.13"
|
||||
"@graphql-codegen/core" "2.6.6"
|
||||
"@graphql-codegen/plugin-helpers" "^2.7.2"
|
||||
"@graphql-codegen/core" "2.6.8"
|
||||
"@graphql-codegen/plugin-helpers" "^3.1.1"
|
||||
"@graphql-tools/apollo-engine-loader" "^7.3.6"
|
||||
"@graphql-tools/code-file-loader" "^7.3.13"
|
||||
"@graphql-tools/git-loader" "^7.2.13"
|
||||
@@ -1270,8 +1270,7 @@
|
||||
"@graphql-tools/prisma-loader" "^7.2.7"
|
||||
"@graphql-tools/url-loader" "^7.13.2"
|
||||
"@graphql-tools/utils" "^8.9.0"
|
||||
"@whatwg-node/fetch" "^0.3.0"
|
||||
ansi-escapes "^4.3.1"
|
||||
"@whatwg-node/fetch" "^0.5.0"
|
||||
chalk "^4.1.0"
|
||||
chokidar "^3.5.2"
|
||||
cosmiconfig "^7.0.0"
|
||||
@@ -1291,12 +1290,12 @@
|
||||
yaml "^1.10.0"
|
||||
yargs "^17.0.0"
|
||||
|
||||
"@graphql-codegen/core@2.6.6":
|
||||
version "2.6.6"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.6.tgz#e6ea99682230c5bbcf28cb247672da7f17e78578"
|
||||
integrity sha512-gU2FUxoLGw2GfcPWfBVXuiN3aDODbZ6Z9I+IGxa2u1Rzxlacw4TMmcwr4/IjC6mkiYJEKTvdVspHaby+brhuAg==
|
||||
"@graphql-codegen/core@2.6.8":
|
||||
version "2.6.8"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.8.tgz#00c4011e3619ddbc6af5e41b2f254d6f6759556e"
|
||||
integrity sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==
|
||||
dependencies:
|
||||
"@graphql-codegen/plugin-helpers" "^2.7.2"
|
||||
"@graphql-codegen/plugin-helpers" "^3.1.1"
|
||||
"@graphql-tools/schema" "^9.0.0"
|
||||
"@graphql-tools/utils" "^9.1.1"
|
||||
tslib "~2.4.0"
|
||||
@@ -3705,21 +3704,6 @@
|
||||
undici "^5.12.0"
|
||||
web-streams-polyfill "^3.2.0"
|
||||
|
||||
"@whatwg-node/fetch@^0.3.0":
|
||||
version "0.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287"
|
||||
integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==
|
||||
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"
|
||||
@@ -3888,7 +3872,7 @@ ansi-escapes@^3.0.0, ansi-escapes@^3.1.0:
|
||||
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
||||
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
||||
|
||||
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
|
||||
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
|
||||
version "4.3.2"
|
||||
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
||||
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
|
||||
@@ -7057,11 +7041,6 @@ etag@^1.8.1, etag@~1.8.1:
|
||||
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
||||
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
|
||||
|
||||
event-target-polyfill@^0.0.3:
|
||||
version "0.0.3"
|
||||
resolved "https://registry.yarnpkg.com/event-target-polyfill/-/event-target-polyfill-0.0.3.tgz#ed373295f3b257774b5d75afb2599331d9f3406c"
|
||||
integrity sha512-ZMc6UuvmbinrCk4RzGyVmRyIsAyxMRlp4CqSrcQRO8Dy0A9ldbiRy5kdtBj4OtP7EClGdqGfIqo9JmOClMsGLQ==
|
||||
|
||||
event-target-shim@^5.0.0:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
|
||||
@@ -14596,7 +14575,7 @@ unctx@^2.0.2:
|
||||
magic-string "^0.26.2"
|
||||
unplugin "^0.9.5"
|
||||
|
||||
undici@^5.12.0, undici@^5.8.0:
|
||||
undici@^5.12.0:
|
||||
version "5.12.0"
|
||||
resolved "https://registry.yarnpkg.com/undici/-/undici-5.12.0.tgz#c758ffa704fbcd40d506e4948860ccaf4099f531"
|
||||
integrity sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==
|
||||
|
||||
Reference in New Issue
Block a user