Skip to content

Commit

Permalink
revert minimatch dependency to version 7.4.6 (#291)
Browse files Browse the repository at this point in the history
This keeps us in sync w/ the npm cli version of this package

Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Apr 18, 2023
1 parent 47c752e commit 028df77
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-mangos-work.md
@@ -0,0 +1,5 @@
---
'@tufjs/models': patch
---

Revert to `minimatch@7.4.6`
68 changes: 35 additions & 33 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/models/package.json
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"minimatch": "^8.0.3",
"minimatch": "^7.4.6",
"@tufjs/canonical-json": "1.0.0"
},
"engines": {
Expand Down

0 comments on commit 028df77

Please sign in to comment.