From e07b9f06018f497eab36f8116ac5389871c33b75 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 25 Jul 2022 18:12:22 +0200 Subject: [PATCH] fix(deps): update dependency google-proto-files to v3 (#900) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-proto-files](https://togithub.com/googleapis/nodejs-proto-files) | [`^2.5.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/google-proto-files/2.5.2/3.0.1) | [![age](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/compatibility-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/confidence-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/nodejs-proto-files ### [`v3.0.1`](https://togithub.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#​301-httpsgithubcomgoogleapisnodejs-proto-filescomparev300v301-2022-07-21) [Compare Source](https://togithub.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1) ##### Bug Fixes - **deps:** update dependency protobufjs to v7 ([#​439](https://togithub.com/googleapis/nodejs-proto-files/issues/439)) ([41b973f](https://togithub.com/googleapis/nodejs-proto-files/commit/41b973f71e0a84b64d5bafa4a0d878224223d91a)) ### [`v3.0.0`](https://togithub.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#​300-httpsgithubcomgoogleapisnodejs-proto-filescomparev252v300-2022-05-20) [Compare Source](https://togithub.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0) ##### ⚠ BREAKING CHANGES - update library to use Node 12 ([#​434](https://togithub.com/googleapis/nodejs-proto-files/issues/434)) ##### Build System - update library to use Node 12 ([#​434](https://togithub.com/googleapis/nodejs-proto-files/issues/434)) ([2d8996e](https://togithub.com/googleapis/nodejs-proto-files/commit/2d8996e1e37384b904a583808f14c2d28a4a961e)) ##### [2.5.2](https://togithub.com/googleapis/nodejs-proto-files/compare/v2.5.1...v2.5.2) (2022-05-03) ##### Bug Fixes - protobuf moved to main branch ([#​426](https://togithub.com/googleapis/nodejs-proto-files/issues/426)) ([a8b9121](https://togithub.com/googleapis/nodejs-proto-files/commit/a8b9121151d2216d4eafab2808d42ce60d37a6a1)) ##### [2.5.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.5.0...v2.5.1) (2021-12-21) ##### Bug Fixes - **proto:** speech has additional common proto ([#​382](https://www.togithub.com/googleapis/nodejs-proto-files/issues/382)) ([6423650](https://www.github.com/googleapis/nodejs-proto-files/commit/64236509b38a8b3e864e4c679fa3c7392db39587))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-speech). --- speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/package.json b/speech/package.json index d8de079f0d..f40dbc17e5 100644 --- a/speech/package.json +++ b/speech/package.json @@ -19,7 +19,7 @@ "@google-cloud/storage": "^6.0.0", "chalk": "^5.0.0", "fs.promises": "^0.1.2", - "google-proto-files": "^2.5.0", + "google-proto-files": "^3.0.0", "node-record-lpcm16": "^1.0.1", "proto3-json-serializer": "^0.1.6", "protobufjs": "^7.0.0",