Skip to content

Commit f8bdbf1

Browse files
committed
Downgrade minimatch to to still support nodejs 18
1 parent beea572 commit f8bdbf1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"stimulus-use": "^0.52.0",
100100
"tom-select": "^2.1.0",
101101
"ts-loader": "^9.2.6",
102-
"typescript": "^5.7.2"
102+
"typescript": "^5.7.2",
103+
"minimatch": "^9.0.5"
103104
}
104105
}

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,6 +2584,13 @@ brace-expansion@^1.1.7:
25842584
balanced-match "^1.0.0"
25852585
concat-map "0.0.1"
25862586

2587+
brace-expansion@^2.0.1:
2588+
version "2.0.2"
2589+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2590+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
2591+
dependencies:
2592+
balanced-match "^1.0.0"
2593+
25872594
braces@^3.0.3, braces@~3.0.2:
25882595
version "3.0.3"
25892596
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -4875,6 +4882,13 @@ minimatch@^3.0.4, minimatch@^3.1.1:
48754882
dependencies:
48764883
brace-expansion "^1.1.7"
48774884

4885+
minimatch@^9.0.5:
4886+
version "9.0.5"
4887+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4888+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4889+
dependencies:
4890+
brace-expansion "^2.0.1"
4891+
48784892
minimist@^1.2.5:
48794893
version "1.2.8"
48804894
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)