From edd0c7a05d18ffa2413bd97e0fc30efb9f29965b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:34:04 +0000 Subject: [PATCH] :arrow_up: Bump @auth0/auth0-react from 2.2.1 to 2.2.2 Bumps [@auth0/auth0-react](https://github.com/auth0/auth0-react) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/auth0/auth0-react/releases) - [Changelog](https://github.com/auth0/auth0-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0-react/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ec9d71d..858993b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@apollo/client": "^3.8.4", - "@auth0/auth0-react": "2.2.1", + "@auth0/auth0-react": "2.2.2", "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.6", "@faker-js/faker": "^7.6.0", @@ -265,9 +265,9 @@ } }, "node_modules/@auth0/auth0-react": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.1.tgz", - "integrity": "sha512-4L4FZvSqIwzVk5mwWFbWzfJ4Zq11dgS0v4KIGKro5tL9dgOnBGq+Ino/1mzexPV1LJHBkfwXG4+IaPiQNz5CGg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.2.tgz", + "integrity": "sha512-+E0Cj2J4v14ael56pBdoaGO2m5LLB4qLShhw3E/okmUeA7WmKOrveRn19wl0f6cl0YzwrDKXAkmqFlP6ARMznw==", "dependencies": { "@auth0/auth0-spa-js": "^2.1.2" }, @@ -16958,9 +16958,9 @@ } }, "@auth0/auth0-react": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.1.tgz", - "integrity": "sha512-4L4FZvSqIwzVk5mwWFbWzfJ4Zq11dgS0v4KIGKro5tL9dgOnBGq+Ino/1mzexPV1LJHBkfwXG4+IaPiQNz5CGg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.2.tgz", + "integrity": "sha512-+E0Cj2J4v14ael56pBdoaGO2m5LLB4qLShhw3E/okmUeA7WmKOrveRn19wl0f6cl0YzwrDKXAkmqFlP6ARMznw==", "requires": { "@auth0/auth0-spa-js": "^2.1.2" } diff --git a/package.json b/package.json index 6120ea5f..9eb394b2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@apollo/client": "^3.8.4", - "@auth0/auth0-react": "2.2.1", + "@auth0/auth0-react": "2.2.2", "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.6", "@faker-js/faker": "^7.6.0",