Skip to content

Commit

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

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 [express](https://github.com/expressjs/express).


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

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

Updates `@oclif/plugin-help` from 6.0.14 to 6.0.15
- [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.14...6.0.15)

Updates `express` from 4.18.2 to 4.18.3
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.18.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: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>

* add changeset for @sigstore/mock

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Brian DeHamer <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <[email protected]>
  • Loading branch information
dependabot[bot] and bdehamer authored Mar 4, 2024
1 parent c1259bd commit 385959b
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-crabs-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigstore/mock": patch
---

Bump nock from 13.5.3 to 13.5.4
98 changes: 49 additions & 49 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 @@ -26,7 +26,7 @@
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nock": "^13.5.3",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"shx": "^0.3.3",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@oclif/core": "^3",
"@sigstore/mock": "^0.6.1",
"@tufjs/repo-mock": "^2.0.0",
"express": "4.18.2"
"express": "4.18.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"bytestreamjs": "^2.0.1",
"canonicalize": "^2.0.0",
"jose": "^5.2.2",
"nock": "^13.5.3",
"nock": "^13.5.4",
"pkijs": "^3.0.15",
"pvutils": "^1.1.3"
},
Expand Down

0 comments on commit 385959b

Please sign in to comment.