Skip to content

Commit e7f43f4

Browse files
updated packages minimatch
1 parent 800daf1 commit e7f43f4

3 files changed

Lines changed: 23 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,5 @@ newenv
174174
files
175175
startupbackend.sh
176176
startupfrontend.sh
177-
/backend/local_model
177+
/backend/local_model
178+
/crab

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"eslint-plugin-react-refresh": "^0.4.20",
5454
"husky": "^9.1.7",
5555
"lint-staged": "^15.5.0",
56+
"minimatch": "^10.2.4",
5657
"postcss": "^8.5.3",
5758
"prettier": "^3.7.4",
58-
"minimatch": "^9.0.9",
5959
"react-dropzone": "^14.3.8",
6060
"tailwindcss": "^4.1.5",
6161
"typescript": "^5.7.3",

frontend/yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,11 @@ balanced-match@^1.0.0:
24252425
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
24262426
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
24272427

2428+
balanced-match@^4.0.2:
2429+
version "4.0.4"
2430+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz"
2431+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2432+
24282433
base64-js@^1.3.1:
24292434
version "1.5.1"
24302435
resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
@@ -2443,13 +2448,20 @@ brace-expansion@^1.1.7:
24432448
balanced-match "^1.0.0"
24442449
concat-map "0.0.1"
24452450

2446-
brace-expansion@^2.0.1, brace-expansion@^2.0.2:
2451+
brace-expansion@^2.0.1:
24472452
version "2.0.2"
24482453
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz"
24492454
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
24502455
dependencies:
24512456
balanced-match "^1.0.0"
24522457

2458+
brace-expansion@^5.0.2:
2459+
version "5.0.4"
2460+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz"
2461+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
2462+
dependencies:
2463+
balanced-match "^4.0.2"
2464+
24532465
braces@^3.0.3:
24542466
version "3.0.3"
24552467
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
@@ -4863,6 +4875,13 @@ mimic-function@^5.0.0:
48634875
resolved "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz"
48644876
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
48654877

4878+
minimatch@^10.2.4:
4879+
version "10.2.4"
4880+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz"
4881+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
4882+
dependencies:
4883+
brace-expansion "^5.0.2"
4884+
48664885
minimatch@^3.0.5:
48674886
version "3.1.5"
48684887
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz"
@@ -4884,13 +4903,6 @@ minimatch@^3.1.2:
48844903
dependencies:
48854904
brace-expansion "^1.1.7"
48864905

4887-
minimatch@^9.0.9:
4888-
version "9.0.9"
4889-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
4890-
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
4891-
dependencies:
4892-
brace-expansion "^2.0.2"
4893-
48944906
minimatch@9.0.3:
48954907
version "9.0.3"
48964908
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"

0 commit comments

Comments
 (0)