From 6f9dfd97fa6d1388680f6d9734262531e1c06e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:33:29 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /examples/react-app Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/react-app/package-lock.json | 91 +++++++++------------------- 1 file changed, 28 insertions(+), 63 deletions(-) diff --git a/examples/react-app/package-lock.json b/examples/react-app/package-lock.json index 00ab2de..45d82fc 100644 --- a/examples/react-app/package-lock.json +++ b/examples/react-app/package-lock.json @@ -50,50 +50,50 @@ }, "../..": { "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" @@ -3640,19 +3640,6 @@ "license": "MIT", "peer": true }, - "node_modules/bufferutil": { - "version": "4.0.7", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/call-bind": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", @@ -7201,7 +7188,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash-es": { @@ -7528,17 +7517,6 @@ "license": "MIT", "peer": true }, - "node_modules/node-gyp-build": { - "version": "4.6.0", - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, "node_modules/node-gyp-build-optional-packages": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.1.1.tgz", @@ -9886,19 +9864,6 @@ "punycode": "^2.1.0" } }, - "node_modules/utf-8-validate": { - "version": "5.0.10", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/util": { "version": "0.12.5", "license": "MIT",