Skip to content

Commit 505fdee

Browse files
chore(deps): update dependency minimatch to v10 [security] (#2680)
1 parent 62392bd commit 505fdee

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/js-yaml": "^4.0.5",
2727
"@types/node": "^24.0.0",
2828
"js-yaml": "^4.1.0",
29-
"minimatch": "^9.0.0",
29+
"minimatch": "^10.0.0",
3030
"nx": "^21.0.0",
3131
"prettier": "^3.0.0",
3232
"prettier-plugin-organize-imports": "^4.1.0",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"eslint-plugin-wdio": "^9.0.0",
143143
"js-yaml": "^4.1.0",
144144
"memfs": "^4.0.0",
145-
"minimatch": "^9.0.0",
145+
"minimatch": "^10.0.0",
146146
"prettier": "^3.0.0",
147147
"prettier-plugin-organize-imports": "^4.1.0",
148148
"react": "19.1.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@ __metadata:
26552655
"@types/js-yaml": "npm:^4.0.5"
26562656
"@types/node": "npm:^24.0.0"
26572657
js-yaml: "npm:^4.1.0"
2658-
minimatch: "npm:^9.0.0"
2658+
minimatch: "npm:^10.0.0"
26592659
nx: "npm:^21.0.0"
26602660
prettier: "npm:^3.0.0"
26612661
prettier-plugin-organize-imports: "npm:^4.1.0"
@@ -10746,12 +10746,12 @@ __metadata:
1074610746
languageName: node
1074710747
linkType: hard
1074810748

10749-
"minimatch@npm:^10.1.1, minimatch@npm:^10.2.0":
10750-
version: 10.2.0
10751-
resolution: "minimatch@npm:10.2.0"
10749+
"minimatch@npm:^10.0.0, minimatch@npm:^10.1.1, minimatch@npm:^10.2.0":
10750+
version: 10.2.2
10751+
resolution: "minimatch@npm:10.2.2"
1075210752
dependencies:
1075310753
brace-expansion: "npm:^5.0.2"
10754-
checksum: 10c0/256e72812bb99a86cdc788bf46a4da3f6e139db9123e20ed85a6795b93fdc0b76468ac511eb5535a023adb02a53fd598f971e990d0ca3bd6de6d41ea0199def1
10754+
checksum: 10c0/098831f2f542cb802e1f249c809008a016e1fef6b3a9eda9cf9ecb2b3d7979083951bd47c0c82fcf34330bd3b36638a493d4fa8e24cce58caf5b481de0f4e238
1075510755
languageName: node
1075610756
linkType: hard
1075710757

@@ -10773,7 +10773,7 @@ __metadata:
1077310773
languageName: node
1077410774
linkType: hard
1077510775

10776-
"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4":
10776+
"minimatch@npm:^9.0.4":
1077710777
version: 9.0.5
1077810778
resolution: "minimatch@npm:9.0.5"
1077910779
dependencies:
@@ -12359,7 +12359,7 @@ __metadata:
1235912359
fast-xml-parser: "npm:^5.3.4"
1236012360
js-yaml: "npm:^4.1.0"
1236112361
memfs: "npm:^4.0.0"
12362-
minimatch: "npm:^9.0.0"
12362+
minimatch: "npm:^10.0.0"
1236312363
prettier: "npm:^3.0.0"
1236412364
prettier-plugin-organize-imports: "npm:^4.1.0"
1236512365
prompts: "npm:^2.4.0"

0 commit comments

Comments
 (0)