From 7f4063436ba0b6666efc8ccfc5ffc5fa02ad665b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:19:32 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16.8.1 [security] --- packages/babel-config/package.json | 2 +- packages/codemods/package.json | 2 +- packages/forms/package.json | 4 ++-- packages/graphql-server/package.json | 2 +- packages/internal/package.json | 2 +- packages/prerender/package.json | 2 +- packages/realtime/package.json | 2 +- packages/structure/package.json | 2 +- packages/studio/package.json | 4 ++-- packages/web/package.json | 2 +- yarn.lock | 30 ++++++++++++++-------------- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/packages/babel-config/package.json b/packages/babel-config/package.json index 38384e2bd460..cff0c51add93 100644 --- a/packages/babel-config/package.json +++ b/packages/babel-config/package.json @@ -40,7 +40,7 @@ "babel-plugin-module-resolver": "5.0.0", "core-js": "3.32.2", "fast-glob": "3.3.1", - "graphql": "16.8.0", + "graphql": "16.8.1", "typescript": "5.2.2" }, "devDependencies": { diff --git a/packages/codemods/package.json b/packages/codemods/package.json index c7b1ba15d0b6..432b16558c9e 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -39,7 +39,7 @@ "deepmerge": "4.3.1", "execa": "5.1.1", "fast-glob": "3.3.1", - "graphql": "16.8.0", + "graphql": "16.8.1", "jest": "29.7.0", "jscodeshift": "0.15.0", "pascalcase": "1.0.0", diff --git a/packages/forms/package.json b/packages/forms/package.json index 4d091f5dbac6..5fee35edfb46 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -38,7 +38,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@types/testing-library__jest-dom": "5.14.8", - "graphql": "16.8.0", + "graphql": "16.8.1", "jest": "29.7.0", "nodemon": "2.0.22", "react": "0.0.0-experimental-e5205658f-20230913", @@ -46,7 +46,7 @@ "typescript": "5.2.2" }, "peerDependencies": { - "graphql": "16.8.0", + "graphql": "16.8.1", "react": "0.0.0-experimental-e5205658f-20230913" }, "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1" diff --git a/packages/graphql-server/package.json b/packages/graphql-server/package.json index 5d8f4dddc5b6..767ccf3652c0 100644 --- a/packages/graphql-server/package.json +++ b/packages/graphql-server/package.json @@ -35,7 +35,7 @@ "@opentelemetry/api": "1.4.1", "@redwoodjs/api": "6.0.7", "core-js": "3.32.2", - "graphql": "16.8.0", + "graphql": "16.8.1", "graphql-scalars": "1.22.2", "graphql-tag": "2.12.6", "graphql-yoga": "4.0.4", diff --git a/packages/internal/package.json b/packages/internal/package.json index 4df58bf11133..98dd8079f0be 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -53,7 +53,7 @@ "esbuild": "0.19.3", "fast-glob": "3.3.1", "fs-extra": "11.1.1", - "graphql": "16.8.0", + "graphql": "16.8.1", "kill-port": "1.6.1", "prettier": "2.8.8", "rimraf": "5.0.1", diff --git a/packages/prerender/package.json b/packages/prerender/package.json index 4f2ff1bc75e6..13a2ddfd9836 100644 --- a/packages/prerender/package.json +++ b/packages/prerender/package.json @@ -35,7 +35,7 @@ "babel-plugin-ignore-html-and-css-imports": "0.1.0", "cheerio": "1.0.0-rc.12", "core-js": "3.32.2", - "graphql": "16.8.0", + "graphql": "16.8.1", "mime-types": "2.1.35" }, "devDependencies": { diff --git a/packages/realtime/package.json b/packages/realtime/package.json index 98406ff17488..92e425088a37 100644 --- a/packages/realtime/package.json +++ b/packages/realtime/package.json @@ -31,7 +31,7 @@ "@graphql-yoga/subscription": "4.0.0", "@n1ru4l/graphql-live-query": "0.10.0", "@n1ru4l/in-memory-live-query-store": "0.10.0", - "graphql": "16.8.0", + "graphql": "16.8.1", "ioredis": "5.3.2" }, "devDependencies": { diff --git a/packages/structure/package.json b/packages/structure/package.json index f906ccc467a9..e1628eabb0e9 100644 --- a/packages/structure/package.json +++ b/packages/structure/package.json @@ -41,7 +41,7 @@ "dotenv-defaults": "5.0.2", "enquirer": "2.4.1", "fast-glob": "3.3.1", - "graphql": "16.8.0", + "graphql": "16.8.1", "lazy-get-decorator": "2.2.1", "line-column": "1.0.2", "lodash": "4.17.21", diff --git a/packages/studio/package.json b/packages/studio/package.json index f011cb4f2809..50e3f0d80704 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -37,7 +37,7 @@ "fast-json-parse": "1.0.3", "fastify": "4.23.2", "fastify-raw-body": "4.2.2", - "graphql": "16.8.0", + "graphql": "16.8.1", "graphql-scalars": "1.22.2", "graphql-yoga": "4.0.4", "jsonwebtoken": "9.0.0", @@ -85,7 +85,7 @@ "aws-lambda": "1.0.7", "buffer": "6.0.3", "graphiql": "2.4.7", - "graphql": "16.8.0", + "graphql": "16.8.1", "graphql-scalars": "1.22.2", "jest": "29.7.0", "json-bigint-patch": "0.0.8", diff --git a/packages/web/package.json b/packages/web/package.json index 1e3c1986caea..a405f38e2287 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -39,7 +39,7 @@ "@babel/runtime-corejs3": "7.22.15", "@redwoodjs/auth": "6.0.7", "core-js": "3.32.2", - "graphql": "16.8.0", + "graphql": "16.8.1", "graphql-sse": "2.2.1", "graphql-tag": "2.12.6", "react-helmet-async": "1.3.0", diff --git a/yarn.lock b/yarn.lock index 0355f38f6e5a..e1b27398bdc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8335,7 +8335,7 @@ __metadata: core-js: 3.32.2 esbuild: 0.19.3 fast-glob: 3.3.1 - graphql: 16.8.0 + graphql: 16.8.1 jest: 29.7.0 typescript: 5.2.2 languageName: unknown @@ -8516,7 +8516,7 @@ __metadata: execa: 5.1.1 fast-glob: 3.3.1 fs-extra: 11.1.1 - graphql: 16.8.0 + graphql: 16.8.1 jest: 29.7.0 jscodeshift: 0.15.0 pascalcase: 1.0.0 @@ -8674,7 +8674,7 @@ __metadata: "@types/react-dom": 18.2.6 "@types/testing-library__jest-dom": 5.14.8 core-js: 3.32.2 - graphql: 16.8.0 + graphql: 16.8.1 jest: 29.7.0 nodemon: 2.0.22 pascalcase: 1.0.0 @@ -8683,7 +8683,7 @@ __metadata: react-hook-form: 7.46.1 typescript: 5.2.2 peerDependencies: - graphql: 16.8.0 + graphql: 16.8.1 react: 0.0.0-experimental-e5205658f-20230913 languageName: unknown linkType: soft @@ -8716,7 +8716,7 @@ __metadata: "@whatwg-node/fetch": 0.9.9 aws-lambda: 1.0.7 core-js: 3.32.2 - graphql: 16.8.0 + graphql: 16.8.1 graphql-scalars: 1.22.2 graphql-tag: 2.12.6 graphql-yoga: 4.0.4 @@ -8760,7 +8760,7 @@ __metadata: esbuild: 0.19.3 fast-glob: 3.3.1 fs-extra: 11.1.1 - graphql: 16.8.0 + graphql: 16.8.1 graphql-tag: 2.12.6 jest: 29.7.0 kill-port: 1.6.1 @@ -8884,7 +8884,7 @@ __metadata: babel-plugin-tester: 11.0.4 cheerio: 1.0.0-rc.12 core-js: 3.32.2 - graphql: 16.8.0 + graphql: 16.8.1 jest: 29.7.0 mime-types: 2.1.35 typescript: 5.2.2 @@ -8925,7 +8925,7 @@ __metadata: "@n1ru4l/graphql-live-query": 0.10.0 "@n1ru4l/in-memory-live-query-store": 0.10.0 esbuild: 0.19.3 - graphql: 16.8.0 + graphql: 16.8.1 ioredis: 5.3.2 jest: 29.7.0 nodemon: 2.0.22 @@ -8998,7 +8998,7 @@ __metadata: dotenv-defaults: 5.0.2 enquirer: 2.4.1 fast-glob: 3.3.1 - graphql: 16.8.0 + graphql: 16.8.1 jest: 29.7.0 lazy-get-decorator: 2.2.1 line-column: 1.0.2 @@ -9066,7 +9066,7 @@ __metadata: fastify: 4.23.2 fastify-raw-body: 4.2.2 graphiql: 2.4.7 - graphql: 16.8.0 + graphql: 16.8.1 graphql-scalars: 1.22.2 graphql-yoga: 4.0.4 jest: 29.7.0 @@ -9246,7 +9246,7 @@ __metadata: "@types/react-dom": 18.2.6 "@types/testing-library__jest-dom": 5.14.8 core-js: 3.32.2 - graphql: 16.8.0 + graphql: 16.8.1 graphql-sse: 2.2.1 graphql-tag: 2.12.6 jest: 29.7.0 @@ -21446,10 +21446,10 @@ __metadata: languageName: node linkType: hard -"graphql@npm:16.8.0, graphql@npm:^15.0.0 || ^16.0.0, graphql@npm:^16.0.0": - version: 16.8.0 - resolution: "graphql@npm:16.8.0" - checksum: f7ca0302e8d658012db90b428ec66c1453afe53fbffa21404a28b5bdec5b0e88641d38416ef3d582acad7ddde2effe729e2b050a1483a2e9d4a6111e892e4903 +"graphql@npm:16.8.1, graphql@npm:^15.0.0 || ^16.0.0, graphql@npm:^16.0.0": + version: 16.8.1 + resolution: "graphql@npm:16.8.1" + checksum: 129c318156b466f440914de80dbf7bc67d17f776f2a088a40cb0da611d19a97c224b1c6d2b13cbcbc6e5776e45ed7468b8432f9c3536724e079b44f1a3d57a8a languageName: node linkType: hard