Skip to content

Commit 9e946cc

Browse files
dependabot[bot]danielpza
authored andcommitted
chore(deps): bump minimatch from 3.1.2 to 10.0.1
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ad8434 commit 9e946cc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"typescript": ">=3.6.5"
7373
},
7474
"dependencies": {
75-
"minimatch": "^3.1.2"
75+
"minimatch": "^10.0.1"
7676
},
7777
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
7878
}

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,15 @@ __metadata:
18241824
languageName: node
18251825
linkType: hard
18261826

1827+
"minimatch@npm:^10.0.1":
1828+
version: 10.0.1
1829+
resolution: "minimatch@npm:10.0.1"
1830+
dependencies:
1831+
brace-expansion: "npm:^2.0.1"
1832+
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
1833+
languageName: node
1834+
linkType: hard
1835+
18271836
"minimatch@npm:^3.1.2":
18281837
version: 3.1.2
18291838
resolution: "minimatch@npm:3.1.2"
@@ -2664,7 +2673,7 @@ __metadata:
26642673
changelogen: "npm:^0.5.5"
26652674
eslint: "npm:9.x"
26662675
globals: "npm:^15.9.0"
2667-
minimatch: "npm:^3.1.2"
2676+
minimatch: "npm:^10.0.1"
26682677
prettier: "npm:^3.3.3"
26692678
ts-patch: "npm:^3.2.1"
26702679
typescript: "npm:^5.5.4"

0 commit comments

Comments
 (0)