diff --git a/package-lock.json b/package-lock.json index fccb8e6d..a485fc48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@apollo/client": "^3.5.7", - "@auth0/auth0-react": "2.0.1", + "@auth0/auth0-react": "2.2.1", "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.6", "@faker-js/faker": "^7.6.0", @@ -256,11 +256,11 @@ } }, "node_modules/@auth0/auth0-react": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.0.1.tgz", - "integrity": "sha512-7Rla3del7inUloaWMsECs0JvBpDEj9lgfy+BQE/Z75zs9tveNvxab+xFdfrBC0GPN0eoiq1PeHcc++YjLnti+g==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.1.tgz", + "integrity": "sha512-4L4FZvSqIwzVk5mwWFbWzfJ4Zq11dgS0v4KIGKro5tL9dgOnBGq+Ino/1mzexPV1LJHBkfwXG4+IaPiQNz5CGg==", "dependencies": { - "@auth0/auth0-spa-js": "^2.0.4" + "@auth0/auth0-spa-js": "^2.1.2" }, "peerDependencies": { "react": "^16.11.0 || ^17 || ^18", @@ -268,9 +268,9 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.0.4.tgz", - "integrity": "sha512-NgD6Fkm5Xnbned1VjhEW8irm1/Y8AWtdSLexgLXNwwBVgfnYicCVBu8w75m2t+4QljXkTcI7IXVEFhVmxMuxaA==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.1.2.tgz", + "integrity": "sha512-xdA65Z/U7++Y7L9Uwh8Q8OVOs6qgFz+fb7GAzHFjpr1icO37B//xdzLXm7ZRgA19RWrsNe1nme3h896igJSvvw==" }, "node_modules/@babel/code-frame": { "version": "7.18.6", @@ -16929,17 +16929,17 @@ } }, "@auth0/auth0-react": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.0.1.tgz", - "integrity": "sha512-7Rla3del7inUloaWMsECs0JvBpDEj9lgfy+BQE/Z75zs9tveNvxab+xFdfrBC0GPN0eoiq1PeHcc++YjLnti+g==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.1.tgz", + "integrity": "sha512-4L4FZvSqIwzVk5mwWFbWzfJ4Zq11dgS0v4KIGKro5tL9dgOnBGq+Ino/1mzexPV1LJHBkfwXG4+IaPiQNz5CGg==", "requires": { - "@auth0/auth0-spa-js": "^2.0.4" + "@auth0/auth0-spa-js": "^2.1.2" } }, "@auth0/auth0-spa-js": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.0.4.tgz", - "integrity": "sha512-NgD6Fkm5Xnbned1VjhEW8irm1/Y8AWtdSLexgLXNwwBVgfnYicCVBu8w75m2t+4QljXkTcI7IXVEFhVmxMuxaA==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.1.2.tgz", + "integrity": "sha512-xdA65Z/U7++Y7L9Uwh8Q8OVOs6qgFz+fb7GAzHFjpr1icO37B//xdzLXm7ZRgA19RWrsNe1nme3h896igJSvvw==" }, "@babel/code-frame": { "version": "7.18.6", diff --git a/package.json b/package.json index a88c2553..5f745fbc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@apollo/client": "^3.5.7", - "@auth0/auth0-react": "2.0.1", + "@auth0/auth0-react": "2.2.1", "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.6", "@faker-js/faker": "^7.6.0",