From f52ee51ee399781e371b762374907c63bb9f739b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 06:50:26 -0700 Subject: [PATCH] Bump openid-client from 5.5.0 to 5.6.0 (#784) * Bump openid-client from 5.5.0 to 5.6.0 Bumps [openid-client](https://github.com/panva/node-openid-client) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/panva/node-openid-client/releases) - [Changelog](https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/node-openid-client/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: openid-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add changeset for dependabot updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/odd-garlics-taste.md | 5 +++++ package-lock.json | 20 ++++++++++---------- packages/cli/package.json | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 .changeset/odd-garlics-taste.md diff --git a/.changeset/odd-garlics-taste.md b/.changeset/odd-garlics-taste.md new file mode 100644 index 00000000..cffd0d11 --- /dev/null +++ b/.changeset/odd-garlics-taste.md @@ -0,0 +1,5 @@ +--- +'@sigstore/cli': patch +--- + +Bump openid-client from 5.5.0 to 5.6.0 diff --git a/package-lock.json b/package-lock.json index e1d70c9d..de06387b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10311,11 +10311,11 @@ } }, "node_modules/openid-client": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.5.0.tgz", - "integrity": "sha512-Y7Xl8BgsrkzWLHkVDYuroM67hi96xITyEDSkmWaGUiNX6CkcXC3XyQGdv5aWZ6dukVKBFVQCADi9gCavOmU14w==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.0.tgz", + "integrity": "sha512-uFTkN/iqgKvSnmpVAS/T6SNThukRMBcmymTQ71Ngus1F60tdtKVap7zCrleocY+fogPtpmoxi5Q1YdrgYuTlkA==", "dependencies": { - "jose": "^4.14.4", + "jose": "^4.15.1", "lru-cache": "^6.0.0", "object-hash": "^2.2.0", "oidc-token-hash": "^5.0.3" @@ -13561,7 +13561,7 @@ "@oclif/core": "^2", "@oclif/plugin-help": "^5", "open": "^8.4.2", - "openid-client": "^5.5.0", + "openid-client": "^5.6.0", "sigstore": "^2.1.0" }, "bin": { @@ -16028,7 +16028,7 @@ "make-fetch-happen": "^13.0.0", "oclif": "^3", "open": "^8.4.2", - "openid-client": "^5.5.0", + "openid-client": "^5.6.0", "sigstore": "^2.1.0", "tslib": "^2.6.1" } @@ -21487,11 +21487,11 @@ } }, "openid-client": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.5.0.tgz", - "integrity": "sha512-Y7Xl8BgsrkzWLHkVDYuroM67hi96xITyEDSkmWaGUiNX6CkcXC3XyQGdv5aWZ6dukVKBFVQCADi9gCavOmU14w==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.0.tgz", + "integrity": "sha512-uFTkN/iqgKvSnmpVAS/T6SNThukRMBcmymTQ71Ngus1F60tdtKVap7zCrleocY+fogPtpmoxi5Q1YdrgYuTlkA==", "requires": { - "jose": "^4.14.4", + "jose": "^4.15.1", "lru-cache": "^6.0.0", "object-hash": "^2.2.0", "oidc-token-hash": "^5.0.3" diff --git a/packages/cli/package.json b/packages/cli/package.json index e5e23ac9..616d5d7a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -36,7 +36,7 @@ "@oclif/core": "^2", "@oclif/plugin-help": "^5", "open": "^8.4.2", - "openid-client": "^5.5.0", + "openid-client": "^5.6.0", "sigstore": "^2.1.0" }, "devDependencies": {