diff --git a/examples/react-app/package-lock.json b/examples/react-app/package-lock.json index 00ab2de..e25c262 100644 --- a/examples/react-app/package-lock.json +++ b/examples/react-app/package-lock.json @@ -45,55 +45,55 @@ "process": "^0.11.10", "source-map-explorer": "^2.5.3", "tailwindcss": "^3.4.14", - "vite": "^5.4.10" + "vite": "^5.4.20" } }, "../..": { "name": "@web3auth/single-factor-auth", - "version": "9.4.0", + "version": "9.5.0", "license": "ISC", "dependencies": { - "@toruslabs/base-controllers": "^6.3.2", - "@toruslabs/constants": "^14.2.0", - "@toruslabs/fnd-base": "^14.2.0", - "@toruslabs/session-manager": "^3.2.0", - "@toruslabs/torus.js": "^15.1.1", + "@toruslabs/base-controllers": "^8.6.0", + "@toruslabs/constants": "^15.0.0", + "@toruslabs/fnd-base": "^15.0.0", + "@toruslabs/session-manager": "^4.0.2", + "@toruslabs/torus.js": "^16.0.0", "@web3auth/auth": "^9.6.4", - "@web3auth/base": "^9.5.4", - "bs58": "^5.0.0" + "@web3auth/base": "^9.7.0", + "bs58": "^6.0.0" }, "devDependencies": { - "@babel/register": "^7.25.9", - "@toruslabs/config": "^2.2.0", - "@toruslabs/eslint-config-typescript": "^3.3.4", - "@toruslabs/torus-scripts": "^6.1.7", - "@types/jsonwebtoken": "^9.0.8", + "@babel/register": "^7.27.1", + "@toruslabs/config": "^3.1.0", + "@toruslabs/eslint-config-typescript": "^4.1.4", + "@toruslabs/torus-scripts": "^7.1.6", + "@types/jsonwebtoken": "^9.0.10", "@types/node": "^22", - "@vitest/coverage-v8": "^2.1.6", - "@web3auth/base-provider": "^9.5.4", - "@web3auth/ethereum-provider": "^9.5.4", - "@web3auth/solana-provider": "^9.5.4", + "@vitest/coverage-v8": "^3.2.4", + "@web3auth/base-provider": "^9.7.0", + "@web3auth/ethereum-provider": "^9.7.0", + "@web3auth/solana-provider": "^9.7.0", "cross-env": "^7.0.3", - "dotenv": "^16.4.7", - "eslint": "^8.56.0", + "dotenv": "^16.5.0", + "eslint": "^9.29.0", "husky": "^9.1.7", "jsonwebtoken": "^9.0.2", - "lint-staged": "^15.4.3", + "lint-staged": "^16.1.2", "lodash-es": "^4.17.21", "rimraf": "^6.0.1", "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.2.0", "tslib": "^2.8.1", - "tsx": "^4.19.2", - "typescript": "^5.7.3", - "vitest": "^2.1.6" + "tsx": "^4.20.3", + "typescript": "^5.8.3", + "vitest": "^3.2.4" }, "engines": { - "node": ">=18.x", + "node": ">=20.x", "npm": ">=9.x" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.34.6" + "@rollup/rollup-linux-x64-gnu": "^4.44.1" }, "peerDependencies": { "@babel/runtime": "^7.x" @@ -10030,9 +10030,9 @@ } }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.20", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz", + "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/react-app/package.json b/examples/react-app/package.json index d9c8b9c..6a0ba9e 100644 --- a/examples/react-app/package.json +++ b/examples/react-app/package.json @@ -56,7 +56,7 @@ "process": "^0.11.10", "source-map-explorer": "^2.5.3", "tailwindcss": "^3.4.14", - "vite": "^5.4.10" + "vite": "^5.4.20" }, "scripts": { "start": "vite",