fix(ci): clear the 2 HIGH browserslist advisories blocking the image build (#26)
ci / shared (push) Successful in 12s
ci / e2e (push) Blocked by required conditions
ci / test (push) Successful in 10m18s
ci / image (push) Successful in 49s

This commit was merged in pull request #26.
This commit is contained in:
2026-09-02 10:00:36 +00:00
parent faa6e83513
commit 7bcb1dfc38
2 changed files with 37 additions and 21 deletions
+2 -1
View File
@@ -54,7 +54,8 @@
"nanoid@<3.3.18": ">=3.3.18",
"postcss@<8.5.18": ">=8.5.18",
"@auth/core@<0.41.3": ">=0.41.3",
"sharp@<0.35.0": ">=0.35.0"
"sharp@<0.35.0": ">=0.35.0",
"browserslist@<4.28.7": ">=4.28.7"
}
}
}