Skip to content

Commit

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

Bumps the prod-deps group with 2 updates: [@oclif/core](https://github.com/oclif/core) and [make-fetch-happen](https://github.com/npm/make-fetch-happen).


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

Updates `make-fetch-happen` from 13.0.0 to 13.0.1
- [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@v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  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
...

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

* add changesets

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: Eugene <108841108+ejahnGithub@users.noreply.github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
3 people committed May 1, 2024
1 parent cb97343 commit e70004a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-pets-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tufjs/cli": patch
---

Bump make-fetch-happen from 13.0.0 to 13.0.1
5 changes: 5 additions & 0 deletions .changeset/tidy-feet-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tuf-js": patch
---

Bump make-fetch-happen from 13.0.0 to 13.0.1
47 changes: 31 additions & 16 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 @@
"@oclif/color": "^1.0.13",
"@oclif/core": "^3",
"@oclif/plugin-help": "^6",
"make-fetch-happen": "^13.0.0",
"make-fetch-happen": "^13.0.1",
"tuf-js": "2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@tufjs/models": "2.0.0",
"debug": "^4.3.4",
"make-fetch-happen": "^13.0.0"
"make-fetch-happen": "^13.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down

0 comments on commit e70004a

Please sign in to comment.