Skip to content

Commit

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

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


Updates `nock` from 13.3.3 to 13.3.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.3.3...v13.3.4)

Updates `jose` from 4.15.2 to 4.15.4
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.15.2...v4.15.4)

Updates `openid-client` from 5.6.0 to 5.6.1
- [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.0...v5.6.1)

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

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

* Add changeset for dependabot updates

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* changeset fixup

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
3 people authored Oct 16, 2023
1 parent 97516ef commit 69fdfdd
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 29 deletions.
7 changes: 7 additions & 0 deletions .changeset/hungry-crabs-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sigstore/cli': patch
---

Bump dependencies:

- openid-client from 5.6.0 to 5.6.1
8 changes: 8 additions & 0 deletions .changeset/purple-hotels-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@sigstore/mock': patch
---

Bump dependencies:

- nock from 13.3.3 to 13.3.4
- jose from 4.15.2 to 4.15.4
50 changes: 25 additions & 25 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"nock": "^13.3.3",
"nock": "^13.3.4",
"prettier": "^3.0.3",
"shx": "^0.3.3",
"ts-jest": "^29.1.1",
Expand Down
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.0",
"openid-client": "^5.6.1",
"sigstore": "^2.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.1",
"canonicalize": "^2.0.0",
"jose": "^4.15.2",
"nock": "^13.3.3",
"jose": "^4.15.4",
"nock": "^13.3.4",
"pkijs": "^3.0.15",
"pvutils": "^1.1.3"
},
Expand Down

0 comments on commit 69fdfdd

Please sign in to comment.