chore(deps): match Node engine range to sharp

sharp is now a runtime dependency and requires ^18.17.0 || ^20.3.0 || >=21.0.0.
This commit is contained in:
Josh Creek
2026-09-14 14:47:27 +01:00
parent ca7f9c0e48
commit f2d8451c34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
"vitest": "^1.0.4"
},
"engines": {
"node": ">=18.13.0"
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
+1 -1
View File
@@ -84,6 +84,6 @@
"sharp": "^0.33.4"
},
"engines": {
"node": ">=18.13.0"
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
}
}