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",