From e431be7712de78cebb8b2ac075decc909b33d517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:03:04 +0000 Subject: [PATCH] chore(deps): bump protobufjs and google-gax Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) and [google-gax](https://github.com/googleapis/gax-nodejs). These dependencies needed to be updated together. Updates `protobufjs` from 7.2.3 to 7.2.4 - [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/protobufjs-v7.2.3...protobufjs-v7.2.4) Updates `google-gax` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/googleapis/gax-nodejs/releases) - [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/gax-nodejs/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect - dependency-name: google-gax dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../integration-tests/functions/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/rtdb-uppercase-messages/functions/integration-tests/functions/package-lock.json b/samples/rtdb-uppercase-messages/functions/integration-tests/functions/package-lock.json index 9cff7030a8..0375fb2398 100644 --- a/samples/rtdb-uppercase-messages/functions/integration-tests/functions/package-lock.json +++ b/samples/rtdb-uppercase-messages/functions/integration-tests/functions/package-lock.json @@ -3024,9 +3024,9 @@ } }, "node_modules/google-gax": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-3.6.0.tgz", - "integrity": "sha512-2fyb61vWxUonHiArRNJQmE4tx5oY1ni8VPo08fzII409vDSCWG7apDX4qNOQ2GXXT82gLBn3d3P1Dydh7pWjyw==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-3.6.1.tgz", + "integrity": "sha512-g/lcUjGcB6DSw2HxgEmCDOrI/CByOwqRvsuUvNalHUK2iPPPlmAIpbMbl62u0YufGMr8zgE3JL7th6dCb1Ry+w==", "optional": true, "dependencies": { "@grpc/grpc-js": "~1.8.0", @@ -3041,7 +3041,7 @@ "node-fetch": "^2.6.1", "object-hash": "^3.0.0", "proto3-json-serializer": "^1.0.0", - "protobufjs": "7.2.3", + "protobufjs": "7.2.4", "protobufjs-cli": "1.1.1", "retry-request": "^5.0.0" }, @@ -5011,9 +5011,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.3.tgz", - "integrity": "sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2",