diff --git a/package-lock.json b/package-lock.json
index 9d58ff7..b546fcf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
       "name": "okta-react-sample",
       "version": "0.0.0",
       "dependencies": {
-        "@okta/okta-auth-js": "7.9.0",
+        "@okta/okta-auth-js": "7.10.0",
         "@okta/okta-react": "^6.9.0",
         "react": "^18.3.1",
         "react-dom": "^18.3.1",
@@ -752,9 +752,9 @@
       }
     },
     "node_modules/@okta/okta-auth-js": {
-      "version": "7.9.0",
-      "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.9.0.tgz",
-      "integrity": "sha512-8CWHwF/V2XSIORVCmobjY870egvxmzpzOVdApKGlt50x6FSKQEyXXsJPt+dELGXHYp3LVkARm10e7WvYkoop1Q==",
+      "version": "7.10.0",
+      "resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-7.10.0.tgz",
+      "integrity": "sha512-Iz0kKGjG75u4T9Nc5WDdje9g7mrxmWjb0i7P3irLIynY4xqYSjQJxok0aAxqWaite0y1D2ILem2qyn9dPe2ReA==",
       "dependencies": {
         "@babel/runtime": "^7.12.5",
         "@peculiar/webcrypto": "^1.4.0",
@@ -762,13 +762,14 @@
         "Base64": "1.1.0",
         "broadcast-channel": "~5.3.0",
         "btoa": "^1.2.1",
-        "core-js": "^3.6.5",
+        "core-js": "^3.39.0",
         "cross-fetch": "^3.1.5",
         "fast-text-encoding": "^1.0.6",
         "js-cookie": "^3.0.1",
         "node-cache": "^5.1.2",
         "p-cancelable": "^2.0.0",
         "tiny-emitter": "1.1.0",
+        "ua-parser-js": "^2.0.0",
         "webcrypto-shim": "^0.1.5",
         "xhr2": "0.1.3"
       },
@@ -1751,6 +1752,25 @@
         "node": ">=6"
       }
     },
+    "node_modules/detect-europe-js": {
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/detect-europe-js/-/detect-europe-js-0.1.2.tgz",
+      "integrity": "sha512-lgdERlL3u0aUdHocoouzT10d9I89VVhk0qNRmll7mXdGfJT1/wqZ2ZLA4oJAjeACPY5fT1wsbq2AT+GkuInsow==",
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/faisalman"
+        },
+        {
+          "type": "opencollective",
+          "url": "https://opencollective.com/ua-parser-js"
+        },
+        {
+          "type": "paypal",
+          "url": "https://paypal.me/faisalman"
+        }
+      ]
+    },
     "node_modules/dom-accessibility-api": {
       "version": "0.5.16",
       "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
@@ -1986,6 +2006,25 @@
       "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
       "dev": true
     },
+    "node_modules/is-standalone-pwa": {
+      "version": "0.1.1",
+      "resolved": "https://registry.npmjs.org/is-standalone-pwa/-/is-standalone-pwa-0.1.1.tgz",
+      "integrity": "sha512-9Cbovsa52vNQCjdXOzeQq5CnCbAcRk05aU62K20WO372NrTv0NxibLFCK6lQ4/iZEFdEA3p3t2VNOn8AJ53F5g==",
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/faisalman"
+        },
+        {
+          "type": "opencollective",
+          "url": "https://opencollective.com/ua-parser-js"
+        },
+        {
+          "type": "paypal",
+          "url": "https://paypal.me/faisalman"
+        }
+      ]
+    },
     "node_modules/jquery": {
       "version": "3.7.1",
       "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
@@ -2780,6 +2819,55 @@
       "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.0.tgz",
       "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g=="
     },
+    "node_modules/ua-is-frozen": {
+      "version": "0.1.2",
+      "resolved": "https://registry.npmjs.org/ua-is-frozen/-/ua-is-frozen-0.1.2.tgz",
+      "integrity": "sha512-RwKDW2p3iyWn4UbaxpP2+VxwqXh0jpvdxsYpZ5j/MLLiQOfbsV5shpgQiw93+KMYQPcteeMQ289MaAFzs3G9pw==",
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/faisalman"
+        },
+        {
+          "type": "opencollective",
+          "url": "https://opencollective.com/ua-parser-js"
+        },
+        {
+          "type": "paypal",
+          "url": "https://paypal.me/faisalman"
+        }
+      ]
+    },
+    "node_modules/ua-parser-js": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-2.0.0.tgz",
+      "integrity": "sha512-SASgD4RlB7+SCMmlVNqrhPw0f/2pGawWBzJ2+LwGTD0GgNnrKGzPJDiraGHJDwW9Zm5DH2lTmUpqDpbZjJY4+Q==",
+      "funding": [
+        {
+          "type": "opencollective",
+          "url": "https://opencollective.com/ua-parser-js"
+        },
+        {
+          "type": "paypal",
+          "url": "https://paypal.me/faisalman"
+        },
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/faisalman"
+        }
+      ],
+      "dependencies": {
+        "detect-europe-js": "^0.1.2",
+        "is-standalone-pwa": "^0.1.1",
+        "ua-is-frozen": "^0.1.2"
+      },
+      "bin": {
+        "ua-parser-js": "script/cli.js"
+      },
+      "engines": {
+        "node": "*"
+      }
+    },
     "node_modules/unload": {
       "version": "2.4.1",
       "resolved": "https://registry.npmjs.org/unload/-/unload-2.4.1.tgz",
diff --git a/package.json b/package.json
index 8c51c05..99195e9 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "test": "vitest --watch=false"
   },
   "dependencies": {
-    "@okta/okta-auth-js": "7.9.0",
+    "@okta/okta-auth-js": "7.10.0",
     "@okta/okta-react": "^6.9.0",
     "react": "^18.3.1",
     "react-dom": "^18.3.1",