From 3127c3dd773e3291779550c85bad0ecd0f0eed85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:10:18 +0000 Subject: [PATCH] Build(deps): Bump @bufbuild/connect-node from 0.11.0 to 0.12.0 (#613) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@bufbuild/connect-node](https://github.com/bufbuild/connect-es/tree/HEAD/packages/connect-node) from 0.11.0 to 0.12.0.
Release notes

Sourced from @​bufbuild/connect-node's releases.

v0.12.0

What's Changed

Improvements and fixes to the HTTP/2 session management in Node.js

Other changes

New Contributors

Full Changelog: https://github.com/bufbuild/connect-es/compare/v0.11.0...v0.12.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bufbuild/connect-node&package-manager=npm_and_yarn&previous-version=0.11.0&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 34 +++++++++------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac7cee7b..f94cd653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@bufbuild/connect": "^0.12.0", - "@bufbuild/connect-node": "^0.11.0", + "@bufbuild/connect-node": "^0.12.0", "@bufbuild/protobuf": "^1.3.0", "firebase-admin": "^11.10.1", "nanoid": "^4.0.2" @@ -2347,11 +2347,11 @@ } }, "node_modules/@bufbuild/connect-node": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@bufbuild/connect-node/-/connect-node-0.11.0.tgz", - "integrity": "sha512-c09um8IX7Omk2K8UinoZmfDPaLEGH6sSHfV2za9pLXVgcB/JAiGRLcnAN+lpB2/FozE7sFROYv804jAQmqBURA==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@bufbuild/connect-node/-/connect-node-0.12.0.tgz", + "integrity": "sha512-pg5QM4aal28YQ+CrVe85+VM8Yia3Ds/3QKffQRVHZNYiTXrfNpEY0YqbYY6ZSTSf0+HCIzSnyB3XyouRDfidfA==", "dependencies": { - "@bufbuild/connect": "0.11.0", + "@bufbuild/connect": "0.12.0", "headers-polyfill": "^3.1.2" }, "engines": { @@ -2361,14 +2361,6 @@ "@bufbuild/protobuf": "^1.2.1" } }, - "node_modules/@bufbuild/connect-node/node_modules/@bufbuild/connect": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@bufbuild/connect/-/connect-0.11.0.tgz", - "integrity": "sha512-a6hrNtBzDzj4hpqylPqpJfMpIP4+O/SnszGgOuRzcuifpTvkwjSmVHLtcvkUYh0wpvjYB0CFmTYzrvAMOftbHw==", - "peerDependencies": { - "@bufbuild/protobuf": "^1.2.1" - } - }, "node_modules/@bufbuild/protobuf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.3.0.tgz", @@ -20069,20 +20061,12 @@ "requires": {} }, "@bufbuild/connect-node": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@bufbuild/connect-node/-/connect-node-0.11.0.tgz", - "integrity": "sha512-c09um8IX7Omk2K8UinoZmfDPaLEGH6sSHfV2za9pLXVgcB/JAiGRLcnAN+lpB2/FozE7sFROYv804jAQmqBURA==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@bufbuild/connect-node/-/connect-node-0.12.0.tgz", + "integrity": "sha512-pg5QM4aal28YQ+CrVe85+VM8Yia3Ds/3QKffQRVHZNYiTXrfNpEY0YqbYY6ZSTSf0+HCIzSnyB3XyouRDfidfA==", "requires": { - "@bufbuild/connect": "0.11.0", + "@bufbuild/connect": "0.12.0", "headers-polyfill": "^3.1.2" - }, - "dependencies": { - "@bufbuild/connect": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@bufbuild/connect/-/connect-0.11.0.tgz", - "integrity": "sha512-a6hrNtBzDzj4hpqylPqpJfMpIP4+O/SnszGgOuRzcuifpTvkwjSmVHLtcvkUYh0wpvjYB0CFmTYzrvAMOftbHw==", - "requires": {} - } } }, "@bufbuild/protobuf": { diff --git a/package.json b/package.json index 68617214..21eb1589 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@bufbuild/connect": "^0.12.0", - "@bufbuild/connect-node": "^0.11.0", + "@bufbuild/connect-node": "^0.12.0", "@bufbuild/protobuf": "^1.3.0", "firebase-admin": "^11.10.1", "nanoid": "^4.0.2"