Skip to content

Commit

Permalink
fix-up dependency in mock package (#679)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Aug 11, 2023
1 parent 591db8d commit c8de4e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-carrots-cough.md
@@ -0,0 +1,5 @@
---
'@sigstore/mock': patch
---

Fix incorrect dependency reference in `package.json`
4 changes: 2 additions & 2 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/mock/package.json
Expand Up @@ -40,7 +40,7 @@
"jose": "^4.14.4",
"nock": "^13.3.2",
"pkijs": "^3.0.15",
"pvtsutils": "^1.3.2"
"pvutils": "^1.1.3"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down

0 comments on commit c8de4e9

Please sign in to comment.