From 31d2090a29ce6cd493e86d9b985a9b75c41fd9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 14:37:24 +0000 Subject: [PATCH] build(deps): bump protobufjs from 6.11.3 to 7.0.0 in /eth-pm Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 7.0.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.0.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 ec4f754..d7c71a3 100644 --- a/eth-pm/package.json +++ b/eth-pm/package.json @@ -11,7 +11,7 @@ "ethers": "^5.5.4", "fontsource-roboto": "^4.0.0", "js-waku": "^0.24.0", - "protobufjs": "^6.11.2", + "protobufjs": "^7.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "uint8arrays": "^3.1.0"