From 60b826405724d16c5173a1b9c6a852bd34222f4d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Sep 2024 21:56:03 +0200 Subject: [PATCH] fix(deps): update dependency protobufjs to ~7.4.0 (#938) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f42342..991cb024 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "parse-duration": "^1.0.0", "pprof": "4.0.0", "pretty-ms": "^7.0.0", - "protobufjs": "~7.3.0", + "protobufjs": "~7.4.0", "semver": "^7.0.0", "teeny-request": "^9.0.0" },