From 17c7372a0601736227898495ad10fc61907667f8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 2 Feb 2023 22:52:55 +0000 Subject: [PATCH] fix(deps): update dependency protobufjs to v7.2.1 (#1411) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c290925..363f5be7c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-fetch": "^2.6.1", "object-hash": "^3.0.0", "proto3-json-serializer": "^1.0.0", - "protobufjs": "7.1.2", + "protobufjs": "7.2.1", "protobufjs-cli": "1.1.0", "retry-request": "^5.0.0" },