From 6ec037ae4b27a525810244e49db679c14eafd378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:35:56 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.6.0 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/fullstack/contact-forms/package.json | 2 +- pnpm-lock.yaml | 25 +++++++++++-------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/examples/fullstack/contact-forms/package.json b/examples/fullstack/contact-forms/package.json index 8278497..05c1f49 100644 --- a/examples/fullstack/contact-forms/package.json +++ b/examples/fullstack/contact-forms/package.json @@ -22,7 +22,7 @@ "@tanstack/react-query-devtools": "^4.28.0", "formidable": "^2.1.1", "framer-motion": "^7.10.3", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-request": "^5.2.0", "next": "13.0.5", "pretty-bytes": "^6.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f011e71..d67e393 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -159,11 +163,11 @@ importers: specifier: ^7.10.3 version: 7.10.3(react-dom@18.2.0)(react@18.2.0) graphql: - specifier: ^16.6.0 - version: 16.6.0 + specifier: ^16.8.1 + version: 16.8.1 graphql-request: specifier: ^5.2.0 - version: 5.2.0(graphql@16.6.0) + version: 5.2.0(graphql@16.8.1) next: specifier: 13.0.5 version: 13.0.5(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) @@ -4424,6 +4428,7 @@ packages: /@emotion/memoize@0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} + requiresBuild: true dev: false optional: true @@ -4833,12 +4838,12 @@ packages: /@gar/promisify@1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - /@graphql-typed-document-node/core@3.2.0(graphql@16.6.0): + /@graphql-typed-document-node/core@3.2.0(graphql@16.8.1): resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false /@hapi/hoek@9.3.0: @@ -11491,22 +11496,22 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /graphql-request@5.2.0(graphql@16.6.0): + /graphql-request@5.2.0(graphql@16.8.1): resolution: {integrity: sha512-pLhKIvnMyBERL0dtFI3medKqWOz/RhHdcgbZ+hMMIb32mEPa5MJSzS4AuXxfI4sRAu6JVVk5tvXuGfCWl9JYWQ==} peerDependencies: graphql: 14 - 16 dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) cross-fetch: 3.1.5 extract-files: 9.0.0 form-data: 3.0.1 - graphql: 16.6.0 + graphql: 16.8.1 transitivePeerDependencies: - encoding dev: false - /graphql@16.6.0: - resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} + /graphql@16.8.1: + resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} dev: false