Skip to content

Commit af9db78

Browse files
chore(deps): bump minimatch from 9.0.5 to 10.0.3
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.5...v10.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f9509b commit af9db78

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
},
8282
"dependencies": {
83-
"minimatch": "^9.0.5"
83+
"minimatch": "^10.1.1"
8484
},
8585
"prettier": {
8686
"plugins": [

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,22 @@ __metadata:
145145
languageName: node
146146
linkType: hard
147147

148+
"@isaacs/balanced-match@npm:^4.0.1":
149+
version: 4.0.1
150+
resolution: "@isaacs/balanced-match@npm:4.0.1"
151+
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
152+
languageName: node
153+
linkType: hard
154+
155+
"@isaacs/brace-expansion@npm:^5.0.0":
156+
version: 5.0.0
157+
resolution: "@isaacs/brace-expansion@npm:5.0.0"
158+
dependencies:
159+
"@isaacs/balanced-match": "npm:^4.0.1"
160+
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
161+
languageName: node
162+
linkType: hard
163+
148164
"@isaacs/cliui@npm:^8.0.2":
149165
version: 8.0.2
150166
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -2103,6 +2119,15 @@ __metadata:
21032119
languageName: node
21042120
linkType: hard
21052121

2122+
"minimatch@npm:^10.1.1":
2123+
version: 10.1.1
2124+
resolution: "minimatch@npm:10.1.1"
2125+
dependencies:
2126+
"@isaacs/brace-expansion": "npm:^5.0.0"
2127+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
2128+
languageName: node
2129+
linkType: hard
2130+
21062131
"minimatch@npm:^3.1.2":
21072132
version: 3.1.2
21082133
resolution: "minimatch@npm:3.1.2"
@@ -2112,7 +2137,7 @@ __metadata:
21122137
languageName: node
21132138
linkType: hard
21142139

2115-
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
2140+
"minimatch@npm:^9.0.4":
21162141
version: 9.0.5
21172142
resolution: "minimatch@npm:9.0.5"
21182143
dependencies:
@@ -2894,7 +2919,7 @@ __metadata:
28942919
changelogen: "npm:^0.5.5"
28952920
eslint: "npm:9.x"
28962921
globals: "npm:^16.4.0"
2897-
minimatch: "npm:^9.0.5"
2922+
minimatch: "npm:^10.1.1"
28982923
prettier: "npm:^3.6.2"
28992924
prettier-plugin-jsdoc: "npm:^1.3.3"
29002925
ts-patch: "npm:^3.2.1"

0 commit comments

Comments
 (0)