diff --git a/package-lock.json b/package-lock.json index 762fec151..c6238d3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@tauri-apps/plugin-updater": "^2.7.1", "@txnlab/use-wallet": "^4.0.0", "@txnlab/use-wallet-react": "^4.0.0", - "@xstate/react": "^5.0.3", + "@xstate/react": "^6.0.0", "algosdk": "3.3.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", @@ -4957,17 +4957,16 @@ } }, "node_modules/@xstate/react": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@xstate/react/-/react-5.0.3.tgz", - "integrity": "sha512-Zdnn0VTPcVdoaAiW0OX6Nkvdoe7SNGjfaZqM61NKhjt2aNULqiicmDu2tOd1ChzlRWYDxGTdbzVqqVyMLpoHJw==", - "license": "MIT", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@xstate/react/-/react-6.0.0.tgz", + "integrity": "sha512-xXlLpFJxqLhhmecAXclBECgk+B4zYSrDTl8hTfPZBogkn82OHKbm9zJxox3Z/YXoOhAQhKFTRLMYGdlbhc6T9A==", "dependencies": { "use-isomorphic-layout-effect": "^1.1.2", "use-sync-external-store": "^1.2.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", - "xstate": "^5.19.2" + "xstate": "^5.20.0" }, "peerDependenciesMeta": { "xstate": { @@ -17985,10 +17984,9 @@ } }, "node_modules/xstate": { - "version": "5.19.2", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.19.2.tgz", - "integrity": "sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==", - "license": "MIT", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.20.0.tgz", + "integrity": "sha512-lFQ0fLwVa0OMZnjNP8zUkt2fwIS85ZBNPvxE41APVYhYj0++aTssgmsnTAiBHdKYbgnd6+L8DRTZ9jPZAFPuyw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/xstate" diff --git a/package.json b/package.json index 1c31eda97..8912c971a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@tauri-apps/plugin-updater": "^2.7.1", "@txnlab/use-wallet": "^4.0.0", "@txnlab/use-wallet-react": "^4.0.0", - "@xstate/react": "^5.0.3", + "@xstate/react": "^6.0.0", "algosdk": "3.3.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0",