Skip to content

Commit

Permalink
Bump the prod-deps group with 2 updates (#496)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates: [nock](https://github.com/nock/nock) and [@oclif/core](https://github.com/oclif/core).


Updates `nock` from 13.3.4 to 13.3.6
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.3.4...v13.3.6)

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

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 1f866aa commit bad6d2f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"nock": "^13.3.4",
"nock": "^13.3.6",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
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.3.4"
"nock": "^13.3.6"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down

0 comments on commit bad6d2f

Please sign in to comment.