diff --git a/package-lock.json b/package-lock.json index e374522..afebc08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@dagrejs/dagre": "^1.1.4", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@globus/react-auth-context": "^0.0.6", + "@globus/react-auth-context": "^0.0.9", "@globus/sdk": "^4.4.0", "@monaco-editor/react": "^4.6.0", "framer-motion": "^11.11.10", @@ -1639,11 +1639,12 @@ } }, "node_modules/@globus/react-auth-context": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@globus/react-auth-context/-/react-auth-context-0.0.6.tgz", - "integrity": "sha512-fL8tuae4suhF4wbA5sLgYIIklr3qjUxAoatMy/Dg7wc5qtDs1ejsyGfyc37o8lr4eYOqDpAYP7v4mm8R8zYIzA==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/@globus/react-auth-context/-/react-auth-context-0.0.9.tgz", + "integrity": "sha512-Cu/Kfej6HAMKEkk2NvCHkcNT5X1MV78ew2pnFtM5L42u1HHh69X7XFpf0WKRCtlKE/55MHwhhmBW0MVRge6ziQ==", + "license": "Apache-2.0", "peerDependencies": { - "@globus/sdk": "^4.2.0", + "@globus/sdk": "^4.2.0 || ^5.0.0", "react": ">=18", "react-dom": ">=18" } diff --git a/package.json b/package.json index 24f429d..ad238b5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@dagrejs/dagre": "^1.1.4", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@globus/react-auth-context": "^0.0.6", + "@globus/react-auth-context": "^0.0.9", "@globus/sdk": "^4.4.0", "@monaco-editor/react": "^4.6.0", "framer-motion": "^11.11.10",