From 030def51b96f3d87267e7067d8b4170ee013e4de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:29:17 +0000 Subject: [PATCH] Bump word-wrap from 1.2.3 to 1.2.4 in /examples/react-app Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/react-app/package-lock.json | 34 ++++++++++------------------ 1 file changed, 12 insertions(+), 22 deletions(-) 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": {