From 490312936cc9b5522b293f3b20a64971b4cc0b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:02:38 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group group with 1 update Bumps the npm_and_yarn group group with 1 update: [web3-utils](https://github.com/ChainSafe/web3.js). Updates `web3-utils` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: web3-utils dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- yarn.lock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index e58d70ae..f728ba66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19491,15 +19491,15 @@ web3-types@^1.3.0, web3-types@^1.3.1, web3-types@^1.4.0, web3-types@^1.5.0: integrity sha512-geWuMIeegQ8AedKAO6wO4G4j1gyQ1F/AyKLMw2vud4bsfZayyzWJgCMDZtjYMm5uo2a7i8j1W3/4QFmzlSy5cw== web3-utils@^4.0.7, web3-utils@^4.1.0, web3-utils@^4.1.1, web3-utils@^4.2.0, web3-utils@^4.2.1: - version "4.2.1" - resolved "https://registry.npmjs.org/web3-utils/-/web3-utils-4.2.1.tgz" - integrity sha512-Fk29BlEqD9Q9Cnw4pBkKw7czcXiRpsSco/BzEUl4ye0ZTSHANQFfjsfQmNm4t7uY11u6Ah+8F3tNjBeU4CA80A== + version "4.2.2" + resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-4.2.2.tgz#8fb7c58cfc02d681f17d7806732ce9fb1170c338" + integrity sha512-z+4owWcnoB4EH8yWIL1FBeyqe+sXwaGxUDtVTNPTMf2oB5C+paCToZUdCV5Bi+M543zZEzlzNTabOD+OWNc7NA== dependencies: ethereum-cryptography "^2.0.0" eventemitter3 "^5.0.1" web3-errors "^1.1.4" web3-types "^1.5.0" - web3-validator "^2.0.4" + web3-validator "^2.0.5" web3-validator@^2.0.3, web3-validator@^2.0.4: version "2.0.4" @@ -19512,6 +19512,17 @@ web3-validator@^2.0.3, web3-validator@^2.0.4: web3-types "^1.3.1" zod "^3.21.4" +web3-validator@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/web3-validator/-/web3-validator-2.0.5.tgz#de1984bdb34f292251b86400dba7169700db0849" + integrity sha512-2gLOSW8XqEN5pw5jVUm20EB7A8SbQiekpAtiI0JBmCIV0a2rp97v8FgWY5E3UEqnw5WFfEqvcDVW92EyynDTyQ== + dependencies: + ethereum-cryptography "^2.0.0" + util "^0.12.5" + web3-errors "^1.1.4" + web3-types "^1.5.0" + zod "^3.21.4" + web3@^4.3.0: version "4.5.0" resolved "https://registry.npmjs.org/web3/-/web3-4.5.0.tgz"