diff --git a/examples/react-app/package-lock.json b/examples/react-app/package-lock.json index c56096e..1d68e15 100644 --- a/examples/react-app/package-lock.json +++ b/examples/react-app/package-lock.json @@ -47,25 +47,21 @@ } }, "../..": { - "version": "1.1.0", + "name": "@web3auth/sign-in-with-ethereum", + "version": "2.0.1", "license": "ISC", "dependencies": { "ethers": "^6.3.0", "valid-url": "^1.0.9" }, "devDependencies": { - "@babel/core": "^7.21.8", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-transform-runtime": "^7.21.4", - "@babel/preset-env": "^7.21.5", - "@babel/preset-typescript": "^7.21.5", "@babel/register": "^7.21.0", "@toruslabs/eslint-config-typescript": "^2.0.0", "@toruslabs/torus-scripts": "^4.0.0", "@types/mocha": "^10.0.1", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^5.59.2", + "@types/valid-url": "^1.0.4", + "@typescript-eslint/eslint-plugin": "^5.59.5", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "eslint": "^8.40.0", @@ -8843,11 +8839,10 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -10323,18 +10318,13 @@ "@web3auth/sign-in-with-ethereum": { "version": "file:../..", "requires": { - "@babel/core": "^7.21.8", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-transform-runtime": "^7.21.4", - "@babel/preset-env": "^7.21.5", - "@babel/preset-typescript": "^7.21.5", "@babel/register": "^7.21.0", "@toruslabs/eslint-config-typescript": "^2.0.0", "@toruslabs/torus-scripts": "^4.0.0", "@types/mocha": "^10.0.1", "@types/node": "^18", - "@typescript-eslint/eslint-plugin": "^5.59.2", + "@types/valid-url": "^1.0.4", + "@typescript-eslint/eslint-plugin": "^5.59.5", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "eslint": "^8.40.0", @@ -14988,9 +14978,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true }, "wrappy": {