diff --git a/package-lock.json b/package-lock.json index b919b483..391edad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.19", "hasInstallScript": true, "dependencies": { - "@auth0/auth0-react": "^2.2.4", + "@auth0/auth0-react": "^2.3.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.1.1", @@ -98,15 +98,16 @@ } }, "node_modules/@auth0/auth0-react": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.4.tgz", - "integrity": "sha512-l29PQC0WdgkCoOc6WeMAY26gsy/yXJICW0jHfj0nz8rZZphYKrLNqTRWFFCMJY+sagza9tSgB1kG/UvQYgGh9A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.3.0.tgz", + "integrity": "sha512-YYTc/DWWigKC9fURufR/79h3+3DAnIzbfEzJLZ8Z4Q0BXE0azru3pKUbU+vYzS4lMAJkclwLuAbUnLjK81vCpA==", + "license": "MIT", "dependencies": { "@auth0/auth0-spa-js": "^2.1.3" }, "peerDependencies": { - "react": "^16.11.0 || ^17 || ^18", - "react-dom": "^16.11.0 || ^17 || ^18" + "react": "^16.11.0 || ^17 || ^18 || ^19", + "react-dom": "^16.11.0 || ^17 || ^18 || ^19" } }, "node_modules/@auth0/auth0-spa-js": { @@ -15709,9 +15710,9 @@ } }, "@auth0/auth0-react": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.4.tgz", - "integrity": "sha512-l29PQC0WdgkCoOc6WeMAY26gsy/yXJICW0jHfj0nz8rZZphYKrLNqTRWFFCMJY+sagza9tSgB1kG/UvQYgGh9A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.3.0.tgz", + "integrity": "sha512-YYTc/DWWigKC9fURufR/79h3+3DAnIzbfEzJLZ8Z4Q0BXE0azru3pKUbU+vYzS4lMAJkclwLuAbUnLjK81vCpA==", "requires": { "@auth0/auth0-spa-js": "^2.1.3" } diff --git a/package.json b/package.json index b6ed8c55..b244f263 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "typechainGifInterfaceTypes": "typechain --target ethers-v5 --out-dir src/contracts/gif-interface-contracts './node_modules/@etherisc/gif-interface/build/contracts/**/*json'" }, "dependencies": { - "@auth0/auth0-react": "^2.2.4", + "@auth0/auth0-react": "^2.3.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.1.1",