Skip to content

Commit

Permalink
Bump the prod-deps group with 4 updates (#1297)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 4 updates: [@oclif/core](https://github.com/oclif/core), [@oclif/plugin-help](https://github.com/oclif/plugin-help), [make-fetch-happen](https://github.com/npm/make-fetch-happen) and [jose](https://github.com/panva/jose).


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

Updates `@oclif/plugin-help` from 6.2.15 to 6.2.16
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.15...6.2.16)

Updates `make-fetch-happen` from 14.0.1 to 14.0.2
- [Release notes](https://github.com/npm/make-fetch-happen/releases)
- [Changelog](https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md)
- [Commits](npm/make-fetch-happen@v14.0.1...v14.0.2)

Updates `jose` from 5.9.4 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.9.4...v5.9.6)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: "@oclif/plugin-help"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: make-fetch-happen
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 5f083ed commit 6031bf1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
35 changes: 17 additions & 18 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 @@ -43,7 +43,7 @@
"sigstore": "^3.0.0"
},
"devDependencies": {
"make-fetch-happen": "^14.0.1",
"make-fetch-happen": "^14.0.2",
"oclif": "^4",
"ts-node": "^10.9.2",
"tslib": "^2.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@sigstore/rekor-types": "^3.0.0",
"make-fetch-happen": "^14.0.1"
"make-fetch-happen": "^14.0.2"
},
"dependencies": {
"@peculiar/webcrypto": "^1.5.0",
Expand All @@ -36,7 +36,7 @@
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.1",
"canonicalize": "^2.0.0",
"jose": "^5.9.4",
"jose": "^5.9.6",
"nock": "^13.5.5",
"pkijs": "^3.2.4",
"pvutils": "^1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/oci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/make-fetch-happen": "^10.0.4"
},
"dependencies": {
"make-fetch-happen": "^14.0.1",
"make-fetch-happen": "^14.0.2",
"proc-log": "^5.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sigstore/bundle": "^3.0.0",
"@sigstore/core": "^2.0.0",
"@sigstore/protobuf-specs": "^0.3.2",
"make-fetch-happen": "^14.0.1",
"make-fetch-happen": "^14.0.2",
"proc-log": "^5.0.0",
"promise-retry": "^2.0.1"
},
Expand Down

0 comments on commit 6031bf1

Please sign in to comment.