From 39402d58d9b991d0f13e727d41044cfb6d5b8789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:01:55 +0000 Subject: [PATCH] Bump @urql/exchange-auth from 1.0.0 to 2.1.5 Bumps [@urql/exchange-auth](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/auth) from 1.0.0 to 2.1.5. - [Release notes](https://github.com/urql-graphql/urql/releases) - [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/auth/CHANGELOG.md) - [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-auth@2.1.5/exchanges/auth) --- updated-dependencies: - dependency-name: "@urql/exchange-auth" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b0ce2af..242114b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@trpc/next": "10.30.0", "@trpc/react-query": "10.30.0", "@trpc/server": "10.30.0", - "@urql/exchange-auth": "1.0.0", + "@urql/exchange-auth": "2.1.5", "@vanilla-extract/css": "1.11.0", "@vanilla-extract/next-plugin": "2.1.2", "@vanilla-extract/recipes": "0.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f46133..99eb074 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ dependencies: specifier: 10.30.0 version: 10.30.0 '@urql/exchange-auth': - specifier: 1.0.0 - version: 1.0.0(graphql@16.6.0) + specifier: 2.1.5 + version: 2.1.5(graphql@16.6.0) '@vanilla-extract/css': specifier: 1.11.0 version: 1.11.0 @@ -4515,17 +4515,16 @@ packages: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: graphql: 16.6.0 - wonka: 6.2.3 + wonka: 6.3.2 dev: false - /@urql/exchange-auth@1.0.0(graphql@16.6.0): - resolution: {integrity: sha512-79hqPQab+ifeINOxvQykvqub4ixWHBEIagN4U67ijcHGMfp3c4yEWRk4IJMPwF+OMT7LrRFuv+jRIZTQn/9VwQ==} - peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + /@urql/exchange-auth@2.1.5(graphql@16.6.0): + resolution: {integrity: sha512-HYQXX+h1+VzDFYIhFxPabq3eH6wwCCkxe9s4DIRDI7cPllVLm7ZiyMWb9612gj858hxk0e6fTyem7NHPu7sjvw==} dependencies: '@urql/core': 3.2.2(graphql@16.6.0) - graphql: 16.6.0 - wonka: 6.2.3 + wonka: 6.3.2 + transitivePeerDependencies: + - graphql dev: false /@urql/introspection@0.3.3(graphql@16.6.0): @@ -11449,6 +11448,10 @@ packages: resolution: {integrity: sha512-EFOYiqDeYLXSzGYt2X3aVe9Hq1XJG+Hz/HjTRRT4dZE9q95khHl5+7pzUSXI19dbMO1/2UMrTf7JT7/7JrSQSQ==} dev: false + /wonka@6.3.2: + resolution: {integrity: sha512-2xXbQ1LnwNS7egVm1HPhW2FyKrekolzhpM3mCwXdQr55gO+tAiY76rhb32OL9kKsW8taj++iP7C6hxlVzbnvrw==} + dev: false + /word-wrap@1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'}