From 69e9308063d463c30236985dbe7b289958afa6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:14:43 +0000 Subject: [PATCH] Bump @tinacms/auth from 0.50.2 to 1.0.2 Bumps [@tinacms/auth](https://github.com/tinacms/tinacms/tree/HEAD/packages/tina-graphql) from 0.50.2 to 1.0.2. - [Release notes](https://github.com/tinacms/tinacms/releases) - [Commits](https://github.com/tinacms/tinacms/commits/@tinacms/auth@1.0.2/packages/tina-graphql) --- updated-dependencies: - dependency-name: "@tinacms/auth" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f331fd36a..a9278de08 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@headlessui/react": "^1.4.1", "@tailwindcss/typography": "^0.4.1", - "@tinacms/auth": "^0.50.2", + "@tinacms/auth": "^1.0.2", "date-fns": "^2.23.0", "next": "^12.0.4", "next-svgr": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 70ce077ab..68ec22250 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1985,10 +1985,12 @@ lodash.merge "^4.6.2" lodash.uniq "^4.5.0" -"@tinacms/auth@^0.50.2": - version "0.50.2" - resolved "https://registry.yarnpkg.com/@tinacms/auth/-/auth-0.50.2.tgz#d44998aac125a68d96d097e49ff84d1c1ff7a7c2" - integrity sha512-5oBWtkXG8vu/W9txQrcIb7r2GC6XlgpPsO2EKdjGF4gTWZVlwah73OHqL/QogZWIbZ/4znPL1QkZVwGZuYURiw== +"@tinacms/auth@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@tinacms/auth/-/auth-1.0.2.tgz#7d1380cd2bc0bce7a77b9c244aa8a0e1116599d6" + integrity sha512-NlrcnAanyKSgB2dBahj9SM9x7Z4vq8a1x0xIaQ3W2vCrSmHGTxsUOcB1PI2gJFU4IipmPhinDMtMv2X/2Hzvcw== + dependencies: + fetch-ponyfill "^7.1.0" "@tinacms/cli@^0.60.21": version "0.60.21"