Skip to content

Commit

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

Bumps the prod-deps group with 2 updates in the / directory: [nock](https://github.com/nock/nock) and [jose](https://github.com/panva/jose).


Updates `nock` from 13.5.4 to 13.5.5
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.4...v13.5.5)

Updates `jose` from 5.6.3 to 5.7.0
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.6.3...v5.7.0)

---
updated-dependencies:
- dependency-name: nock
  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>

* add changeset

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 Aug 21, 2024
1 parent 4749511 commit fb80763
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .changeset/cold-otters-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@sigstore/mock': patch
---

Bump dependencies:

- jose from 5.6.3 to 5.7.0
- nock from 13.5.4 to 13.5.5
17 changes: 9 additions & 8 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 @@ -27,7 +27,7 @@
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^9.9.0",
"jest": "^29.7.0",
"nock": "^13.5.4",
"nock": "^13.5.5",
"prettier": "^3.3.3",
"shx": "^0.3.3",
"typescript": "^5.5.4"
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": "^5.6.3",
"nock": "^13.5.4",
"jose": "^5.7.0",
"nock": "^13.5.5",
"pkijs": "^3.2.4",
"pvutils": "^1.1.3"
},
Expand Down

0 comments on commit fb80763

Please sign in to comment.