From 457c8ffbfeeb8feb24a3aa2380604aa56f7ca484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 07:00:43 +0000 Subject: [PATCH] build(deps): bump protobufjs from 6.11.3 to 7.1.0 in /eth-pm Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 7.1.0. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.3...protobufjs-v7.1.0) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- eth-pm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth-pm/package.json b/eth-pm/package.json index f4c420c..127d8b2 100644 --- a/eth-pm/package.json +++ b/eth-pm/package.json @@ -11,7 +11,7 @@ "ethers": "5.7.0", "fontsource-roboto": "^4.0.0", "js-waku": "0.24.0-cdd0752", - "protobufjs": "^6.11.2", + "protobufjs": "^7.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "uint8arrays": "^3.1.0"