diff --git a/package-lock.json b/package-lock.json index a9b2507..5296884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mui/material": "^5.6.2", "@mui/styles": "^5.8.0", "@okta/okta-auth-js": "^7.5.0", - "@okta/okta-react": "^6.4.3", + "@okta/okta-react": "^6.9.0", "@tailwindcss/forms": "^0.5.3", "axios": "^1.6.8", "classnames": "^2.3.1", @@ -3739,8 +3739,9 @@ } }, "node_modules/@okta/okta-react": { - "version": "6.4.3", - "license": "Apache-2.0", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@okta/okta-react/-/okta-react-6.9.0.tgz", + "integrity": "sha512-qqwo8QCaBxM4tXXDO2+wwGgF3GBOe0WFmT4kykU00KXLSbMuiUVlV4RfDqLdNU7ahckGEKh25mkBs31Ga2XGpw==", "dependencies": { "@babel/runtime": "^7.11.2", "compare-versions": "^4.1.2" @@ -3750,7 +3751,7 @@ "yarn": "^1.7.0" }, "peerDependencies": { - "@okta/okta-auth-js": "^5.3.1 || ^6.0.0", + "@okta/okta-auth-js": "^5.3.1 || ^6.0.0 || ^7.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-router-dom": ">=5.1.0" diff --git a/package.json b/package.json index 15a8769..c3b76ed 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@mui/material": "^5.6.2", "@mui/styles": "^5.8.0", "@okta/okta-auth-js": "^7.5.0", - "@okta/okta-react": "^6.4.3", + "@okta/okta-react": "^6.9.0", "@tailwindcss/forms": "^0.5.3", "axios": "^1.6.8", "classnames": "^2.3.1",