Skip to content

Commit

Permalink
Bump the prod-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 3 updates: [@oclif/core](https://github.com/oclif/core), [openid-client](https://github.com/panva/node-openid-client) and [jose](https://github.com/panva/jose).


Updates `@oclif/core` from 3.15.0 to 3.16.0
- [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.16.0)

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)

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)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- 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-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 39d01fe commit 66ef6a7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 167 deletions.
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 66ef6a7

Please sign in to comment.