From 3117e0c6f8490edae2b289d5ad58eff61576bd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:05:47 +0000 Subject: [PATCH] fix(deps): Bump @google-cloud/kms from 3.5.0 to 3.5.1 (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@google-cloud/kms](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-kms) from 3.5.0 to 3.5.1.
Release notes

Sourced from @​google-cloud/kms's releases.

kms: v3.5.1

3.5.1 (2023-04-13)

Bug Fixes

Changelog

Sourced from @​google-cloud/kms's changelog.

3.5.1 (2023-04-13)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@google-cloud/kms&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=3.5.1)](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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a29c24b..51a4959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@aws-sdk/client-kms": "^3.309.0", - "@google-cloud/kms": "^3.5.0", + "@google-cloud/kms": "^3.5.1", "@peculiar/webcrypto": "^1.4.3", "env-var": "^7.3.0", "fast-crc32c": "^2.0.0", @@ -2480,11 +2480,11 @@ } }, "node_modules/@google-cloud/kms": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@google-cloud/kms/-/kms-3.5.0.tgz", - "integrity": "sha512-G4vLAhAcinbX4W4Uhff2qmp9jglxW1MLvrE6b7/ftKnAHh6nWgGmFLn83GSVSCdnc8W6u0wd66b8ljVlCq7qWQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@google-cloud/kms/-/kms-3.5.1.tgz", + "integrity": "sha512-mP1ufkAIZCMWo/Nm8+4RiNGWkt92sQiq487uEUqKGEsVacL3otDXiAhXKpIDmBfv8y6J4l68fiKGEMKepFTBYA==", "dependencies": { - "google-gax": "^3.5.2" + "google-gax": "^3.5.8" }, "engines": { "node": ">=12.0.0" @@ -11708,11 +11708,11 @@ } }, "@google-cloud/kms": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@google-cloud/kms/-/kms-3.5.0.tgz", - "integrity": "sha512-G4vLAhAcinbX4W4Uhff2qmp9jglxW1MLvrE6b7/ftKnAHh6nWgGmFLn83GSVSCdnc8W6u0wd66b8ljVlCq7qWQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@google-cloud/kms/-/kms-3.5.1.tgz", + "integrity": "sha512-mP1ufkAIZCMWo/Nm8+4RiNGWkt92sQiq487uEUqKGEsVacL3otDXiAhXKpIDmBfv8y6J4l68fiKGEMKepFTBYA==", "requires": { - "google-gax": "^3.5.2" + "google-gax": "^3.5.8" } }, "@grpc/grpc-js": { diff --git a/package.json b/package.json index ff91fa1..6d11991 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@aws-sdk/client-kms": "^3.309.0", - "@google-cloud/kms": "^3.5.0", + "@google-cloud/kms": "^3.5.1", "@peculiar/webcrypto": "^1.4.3", "env-var": "^7.3.0", "fast-crc32c": "^2.0.0",