From 3b461acd649cb10001258be3a2abc8d45f01e654 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Tue, 25 Jul 2023 16:08:31 -0500 Subject: [PATCH 1/2] fix: update some pnpm deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5a8e11b4..ac9a90bbf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "google-auth-library": "^9.0.0", "node-fetch": "^2.6.1", "object-hash": "^3.0.0", - "proto3-json-serializer": "^1.0.0", + "proto3-json-serializer": "^1.1.1", "protobufjs": "7.2.4", "retry-request": "^6.0.0" }, @@ -38,7 +38,7 @@ "codecov": "^3.1.0", "execa": "^5.0.0", "gapic-tools": "^0.1.7", - "google-proto-files": "^3.0.0", + "google-proto-files": "^3.0.3", "gts": "^3.1.0", "linkinator": "^4.0.0", "long": "^4.0.0", From f3a9164e204186b56b0eaa0222cf1b17fb052522 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:09:14 -0500 Subject: [PATCH 2/2] Update package.json --- tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package.json b/tools/package.json index abe693a75..970828ab1 100644 --- a/tools/package.json +++ b/tools/package.json @@ -28,7 +28,7 @@ "author": "Google API Authors", "license": "Apache-2.0", "dependencies": { - "google-proto-files": "^3.0.0", + "google-proto-files": "^3.0.3", "protobufjs-cli": "1.1.1", "rimraf": "^5.0.1", "uglify-js": "^3.17.0",