Skip to content

Commit ad2c170

Browse files
authoredAug 15, 2023
Bump minimatch from 9.0.0 to 9.0.3 (#426)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.0 to 9.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.0...v9.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 573592a commit ad2c170

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/models/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme",
3030
"dependencies": {
3131
"@tufjs/canonical-json": "1.0.0",
32-
"minimatch": "^9.0.0"
32+
"minimatch": "^9.0.3"
3333
},
3434
"engines": {
3535
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.