Skip to content

Commit

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

Bumps the prod-deps group with 3 updates: [nock](https://github.com/nock/nock), [@oclif/core](https://github.com/oclif/core) and [@oclif/plugin-help](https://github.com/oclif/plugin-help).


Updates `nock` from 13.5.1 to 13.5.3
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.1...v13.5.3)

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

Updates `@oclif/plugin-help` from 6.0.12 to 6.0.13
- [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.0.12...6.0.13)

---
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-patch
  dependency-group: prod-deps
- dependency-name: "@oclif/plugin-help"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

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

* add changeset for @tufjs/repo-mock

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 committed Feb 20, 2024
1 parent d433acd commit ec53d69
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-radios-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tufjs/repo-mock": patch
---

Bump nock from 13.5.1 to 13.5.3
46 changes: 23 additions & 23 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 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"nock": "^13.5.1",
"nock": "^13.5.3",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
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": "2.0.0",
"nock": "^13.5.1"
"nock": "^13.5.3"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down

0 comments on commit ec53d69

Please sign in to comment.