Skip to content

Commit

Permalink
Bump the prod-deps group with 2 updates (#1053)
Browse files Browse the repository at this point in the history
* Bump the prod-deps group with 2 updates

Bumps the prod-deps group with 2 updates: [openid-client](https://github.com/panva/node-openid-client) and [jose](https://github.com/panva/jose).


Updates `openid-client` from 5.6.4 to 5.6.5
- [Release notes](https://github.com/panva/node-openid-client/releases)
- [Changelog](https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v5.6.4...v5.6.5)

Updates `jose` from 5.2.2 to 5.2.3
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.2.2...v5.2.3)

---
updated-dependencies:
- dependency-name: openid-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>

* add changesets for mock and cli

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Brian DeHamer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <[email protected]>
  • Loading branch information
dependabot[bot] and bdehamer authored Mar 7, 2024
1 parent dcfd61a commit 823341b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-bobcats-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigstore/mock": patch
---

Bump jose from 5.2.2 to 5.2.3
5 changes: 5 additions & 0 deletions .changeset/yellow-emus-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigstore/cli": patch
---

Bump openid-client from 5.6.4 to 5.6.5
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@oclif/core": "^3",
"@oclif/plugin-help": "^6",
"open": "^8.4.2",
"openid-client": "^5.6.4",
"openid-client": "^5.6.5",
"sigstore": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.1",
"canonicalize": "^2.0.0",
"jose": "^5.2.2",
"jose": "^5.2.3",
"nock": "^13.5.4",
"pkijs": "^3.0.15",
"pvutils": "^1.1.3"
Expand Down

0 comments on commit 823341b

Please sign in to comment.