Skip to content

Commit fe90aed

Browse files
authored
chore(shared): unlock sharp version (#1033)
1 parent dce9476 commit fe90aed

File tree

4 files changed

+258
-9
lines changed

4 files changed

+258
-9
lines changed

packages/evaluation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cli-progress": "3.12.0",
3232
"dotenv": "16.4.5",
3333
"playwright": "1.44.1",
34-
"sharp": "0.33.5",
34+
"sharp": "^0.34.3",
3535
"typescript": "^5.8.3",
3636
"vitest": "3.0.5"
3737
},

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"puppeteer-core": "24.2.0",
42-
"sharp": "0.33.5"
42+
"sharp": "^0.34.3"
4343
},
4444
"license": "MIT"
4545
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"debug": "4.4.0",
6262
"jimp": "0.22.12",
6363
"js-sha256": "0.11.0",
64-
"sharp": "0.33.5"
64+
"sharp": "^0.34.3"
6565
},
6666
"devDependencies": {
6767
"@modern-js/module-tools": "2.60.6",

0 commit comments

Comments
 (0)