From 63d7c6d9b024de2b4cef846c54bbecb1875c59b3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:18:30 -0400 Subject: [PATCH] fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.25 (#207) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@cloudquery/plugin-pb-javascript](https://togithub.com/cloudquery/plugin-pb-javascript) | dependencies | patch | [`^0.0.24` -> `^0.0.25`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.24/0.0.25) | --- ### Release Notes
cloudquery/plugin-pb-javascript (@​cloudquery/plugin-pb-javascript) ### [`v0.0.25`](https://togithub.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0025-2024-08-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-javascript/compare/v0.0.24...v0.0.25) ##### Bug Fixes - **deps:** Update dependency [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) to v1.11.1 ([#​73](https://togithub.com/cloudquery/plugin-pb-javascript/issues/73)) ([148797a](https://togithub.com/cloudquery/plugin-pb-javascript/commit/148797a7f19543386e5131297737e2b80f186cbe)) - **deps:** Update dependency google-protobuf to v3.21.4 ([#​70](https://togithub.com/cloudquery/plugin-pb-javascript/issues/70)) ([9302d4a](https://togithub.com/cloudquery/plugin-pb-javascript/commit/9302d4aa43dce76dee30f6fe41c7969cd5ab32b2)) - **deps:** Update dependency typescript to v5.5.4 ([#​71](https://togithub.com/cloudquery/plugin-pb-javascript/issues/71)) ([2e3ea37](https://togithub.com/cloudquery/plugin-pb-javascript/commit/2e3ea373604c3d511a43cc514a201d9df5d7bbda))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2adeb80..5273ffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "dependencies": { "@apache-arrow/esnext-esm": "^12.0.1", - "@cloudquery/plugin-pb-javascript": "^0.0.24", + "@cloudquery/plugin-pb-javascript": "^0.0.25", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0", @@ -265,9 +265,9 @@ } }, "node_modules/@cloudquery/plugin-pb-javascript": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.24.tgz", - "integrity": "sha512-enXNfTnfoUnYeovboZVcvElRf6uoqeasB2ba8aRO0103ZHnCw68mmlFujIvTDT3gQ8u9SONw5/F/mC9qCxkllA==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.25.tgz", + "integrity": "sha512-7Jdyvp8qrh/aJ4+5Uas421BE2T53/8HUKGrmz9qfIvyx9Lx9eUCqghWpbKmvhoFmdKCJeXLXXaI6T20iCQA+0w==", "license": "MPL-2.0", "dependencies": { "google-protobuf": "^3.21.2" diff --git a/package.json b/package.json index c1f7f77..0c28639 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "dependencies": { "@apache-arrow/esnext-esm": "^12.0.1", - "@cloudquery/plugin-pb-javascript": "^0.0.24", + "@cloudquery/plugin-pb-javascript": "^0.0.25", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0",