Skip to content

Commit ad90907

Browse files
authored
fix: downgrade minimatch from 10.0.1 to 9.0.5 (#272)
#271 downgrade the minimatch dependency from 10.0.1 to 9.0.5 to remove a node 20 dependency.
1 parent 60c6258 commit ad90907

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"typescript": ">=3.6.5"
8484
},
8585
"dependencies": {
86-
"minimatch": "^10.0.1"
86+
"minimatch": "^9.0.5"
8787
},
8888
"prettier": {
8989
"plugins": [

test/yarn.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6579,15 +6579,6 @@ __metadata:
65796579
languageName: node
65806580
linkType: hard
65816581

6582-
"minimatch@npm:^10.0.1":
6583-
version: 10.0.1
6584-
resolution: "minimatch@npm:10.0.1"
6585-
dependencies:
6586-
brace-expansion: "npm:^2.0.1"
6587-
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
6588-
languageName: node
6589-
linkType: hard
6590-
65916582
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
65926583
version: 3.1.2
65936584
resolution: "minimatch@npm:3.1.2"
@@ -6606,7 +6597,7 @@ __metadata:
66066597
languageName: node
66076598
linkType: hard
66086599

6609-
"minimatch@npm:^9.0.4":
6600+
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
66106601
version: 9.0.5
66116602
resolution: "minimatch@npm:9.0.5"
66126603
dependencies:
@@ -9243,7 +9234,7 @@ __metadata:
92439234
version: 0.0.0-use.local
92449235
resolution: "typescript-transform-paths@portal:../::locator=root-workspace-0b6124%40workspace%3A."
92459236
dependencies:
9246-
minimatch: "npm:^10.0.1"
9237+
minimatch: "npm:^9.0.5"
92479238
peerDependencies:
92489239
typescript: ">=3.6.5"
92499240
languageName: node

yarn.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,15 +2151,6 @@ __metadata:
21512151
languageName: node
21522152
linkType: hard
21532153

2154-
"minimatch@npm:^10.0.1":
2155-
version: 10.0.1
2156-
resolution: "minimatch@npm:10.0.1"
2157-
dependencies:
2158-
brace-expansion: "npm:^2.0.1"
2159-
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
2160-
languageName: node
2161-
linkType: hard
2162-
21632154
"minimatch@npm:^3.1.2":
21642155
version: 3.1.2
21652156
resolution: "minimatch@npm:3.1.2"
@@ -2169,7 +2160,7 @@ __metadata:
21692160
languageName: node
21702161
linkType: hard
21712162

2172-
"minimatch@npm:^9.0.4":
2163+
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
21732164
version: 9.0.5
21742165
resolution: "minimatch@npm:9.0.5"
21752166
dependencies:
@@ -3000,7 +2991,7 @@ __metadata:
30002991
changelogen: "npm:^0.5.5"
30012992
eslint: "npm:9.x"
30022993
globals: "npm:^15.9.0"
3003-
minimatch: "npm:^10.0.1"
2994+
minimatch: "npm:^9.0.5"
30042995
prettier: "npm:^3.3.3"
30052996
prettier-plugin-jsdoc: "npm:^1.3.0"
30062997
ts-patch: "npm:^3.2.1"

0 commit comments

Comments
 (0)