From ffb5bf817678e1f13adb73eda11d6b8715ee7aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 06:07:03 +0000 Subject: [PATCH] build(deps): bump protobufjs in /eth-pm-wallet-encryption 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-wallet-encryption/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth-pm-wallet-encryption/package.json b/eth-pm-wallet-encryption/package.json index b938b17..6f6a525 100644 --- a/eth-pm-wallet-encryption/package.json +++ b/eth-pm-wallet-encryption/package.json @@ -17,7 +17,7 @@ "ethers": "^5.5.4", "fontsource-roboto": "^4.0.0", "js-waku": "^0.24.0", - "protobufjs": "^6.11.2", + "protobufjs": "^7.1.0", "react": "^18.1.0", "react-dom": "^18.1.0", "uint8arrays": "^3.1.0"