Skip to content

Commit

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


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

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

Updates `@oclif/plugin-help` from 6.2.18 to 6.2.20
- [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.18...6.2.20)

Updates `make-fetch-happen` from 14.0.2 to 14.0.3
- [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.2...v14.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2c4f785 commit e642003
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 40 deletions.
75 changes: 39 additions & 36 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 @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"nock": "^13.5.5",
"nock": "^13.5.6",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
Expand Down
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": "^4",
"@oclif/plugin-help": "^6",
"make-fetch-happen": "^14.0.2",
"make-fetch-happen": "^14.0.3",
"tuf-js": "3.0.1"
},
"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": "3.0.1",
"debug": "^4.3.6",
"make-fetch-happen": "^14.0.2"
"make-fetch-happen": "^14.0.3"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/repo-mock#readme",
"dependencies": {
"@tufjs/models": "3.0.1",
"nock": "^13.5.5"
"nock": "^13.5.6"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
Expand Down

0 comments on commit e642003

Please sign in to comment.