diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index 7517e6064..a5f4693ed 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -29,7 +29,7 @@ "nice-grpc": "^2.1.7", "nice-grpc-client-middleware-retry": "^3", "prom-client": "^15.0.0", - "protobufjs": "^7.2.4", + "protobufjs": "^7.2.6", "winston": "^3.8.2", "winston-loki": "^6.0.8" }, diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index 2b6f850b0..9c186e8d8 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -22,7 +22,7 @@ "fast-jwt": "^3.3.2", "lodash-es": "^4.17.21", "prom-client": "^15.0.0", - "protobufjs": "^7.2.3", + "protobufjs": "^7.2.6", "winston": "^3.8.2", "winston-loki": "^6.0.8" }, diff --git a/yarn.lock b/yarn.lock index 0b0a7bf8c..d57311cda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12167,7 +12167,7 @@ proto3-json-serializer@^2.0.0: dependencies: protobufjs "^7.0.0" -protobufjs@7.2.5, protobufjs@^7.0.0, protobufjs@^7.2.3, protobufjs@^7.2.4, protobufjs@^7.2.5: +protobufjs@7.2.5: version "7.2.5" resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d" integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A== @@ -12185,6 +12185,24 @@ protobufjs@7.2.5, protobufjs@^7.0.0, protobufjs@^7.2.3, protobufjs@^7.2.4, proto "@types/node" ">=13.7.0" long "^5.0.0" +protobufjs@^7.0.0, protobufjs@^7.2.4, protobufjs@^7.2.5, protobufjs@^7.2.6: + version "7.2.6" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215" + integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/node" ">=13.7.0" + long "^5.0.0" + protocols@^2.0.0, protocols@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86"