From 65ddc387545d65c6401be553278c0f6fdd84acb1 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Mon, 28 Aug 2023 11:23:48 +0300 Subject: [PATCH] chore: upgrade protobufjs dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00ce0143a..6e03c7da8 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "fast-deep-equal": "^3.1.1", "functional-red-black-tree": "^1.0.1", "google-gax": "^3.5.7", - "protobufjs": "^7.0.0" + "protobufjs": "^7.2.5" }, "devDependencies": { "@types/assert": "^1.4.0", @@ -87,7 +87,7 @@ "length-prefixed-json-stream": "^1.0.1", "linkinator": "^5.0.0", "mocha": "^9.2.2", - "protobufjs-cli": "^1.0.0", + "protobufjs-cli": "^1.1.2", "proxyquire": "^2.1.3", "sinon": "^15.0.0", "through2": "^4.0.0",