From 1ce3fbed477531b9a43ad199faa7c7b3a465ae74 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:30:18 -0500 Subject: [PATCH] fix: update some pnpm deps (#1478) * fix: update some pnpm deps --- package.json | 4 ++-- tools/package.json | 2 +- 2 files changed, 3 insertions(+), 3 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", 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",