fix(deps): update typescript-projects (#18671)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot]
2025-05-27 17:00:29 +02:00
committed by GitHub
parent 5268dc4ee2
commit a3404cf420
6 changed files with 510 additions and 2795 deletions

View File

@@ -90,7 +90,7 @@
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.14.0",
"semver": "^7.6.2",
"sharp": "^0.34.0",
"sharp": "^0.34.2",
"sirv": "^3.0.0",
"tailwindcss-preset-email": "^1.3.2",
"thumbhash": "^0.1.1",
@@ -158,6 +158,6 @@
"node": "22.16.0"
},
"overrides": {
"sharp": "^0.34.0"
"sharp": "^0.34.2"
}
}