Skip to content

Commit

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

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


Updates `jose` from 5.1.3 to 5.2.0
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.1.3...v5.2.0)

Updates `@oclif/core` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@3.15.0...3.15.1)

Updates `openid-client` from 5.6.1 to 5.6.2
- [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.1...v5.6.2)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: openid-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>

* add changesets for dep updates

Signed-off-by: Brian DeHamer <bdehamer@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
dependabot[bot] and bdehamer authored Jan 3, 2024
1 parent 8ea02e8 commit 9318c9c
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 167 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-kiwis-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigstore/mock": patch
---

Bump jose from 5.1.3 to 5.2.0
5 changes: 5 additions & 0 deletions .changeset/tasty-years-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigstore/cli": patch
---

Bump openid-client from 5.6.1 to 5.6.2
201 changes: 36 additions & 165 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.1",
"openid-client": "^5.6.2",
"sigstore": "^2.1.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.1.3",
"jose": "^5.2.0",
"nock": "^13.4.0",
"pkijs": "^3.0.15",
"pvutils": "^1.1.3"
Expand Down

0 comments on commit 9318c9c

Please sign in to comment.