Skip to content

Commit 09aab8a

Browse files
Bump minimatch from 9.0.5 to 10.1.1 (#933)
* Bump minimatch from 9.0.5 to 10.1.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.1.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.5...v10.1.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * add changeset Signed-off-by: Brian DeHamer <bdehamer@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Brian DeHamer <bdehamer@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer <bdehamer@github.com>
1 parent 2e64fc5 commit 09aab8a

3 files changed

Lines changed: 85 additions & 34 deletions

File tree

.changeset/tiny-frogs-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tufjs/models': minor
3+
---
4+
5+
Bump `minimatch` from 9.0.5 to 10.1.1

package-lock.json

Lines changed: 79 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/models/package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.0",
32-
"minimatch": "^9.0.5"
32+
"minimatch": "^10.1.1"
3333
},
3434
"engines": {
3535
"node": "^20.17.0 || >=22.9.0"

0 commit comments

Comments
 (0)