Skip to content

Commit 99fea0f

Browse files
committed
Fix 5 high-severity vulnerabilities
Changes in docs/: - package.json: added a sharp override (^0.35.3) since next's own optional dep still points to a vulnerable libvips-based sharp build. - package-lock.json: next bumped to 16.2.12, postcss to 8.5.25, sharp to 0.35.3, plus transitive brace-expansion/js-yaml bumps — all within existing semver ranges, no code changes needed. Build (npm run build) still passes. Nothing was committed — let me know if you want that pushed.
1 parent 3606851 commit 99fea0f

3 files changed

Lines changed: 291 additions & 202 deletions

File tree

docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)