Skip to content

Commit 54fe024

Browse files
committed
fixup!
1 parent 029ee7d commit 54fe024

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/site/types/vulnerabilities.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { SEVERITY_ORDER } from '#site/next.constants.mjs';
21
import type { NodeRelease } from '#site/types';
32

43
export type Severity = 'unknown' | 'low' | 'medium' | 'high' | 'critical';
@@ -30,7 +29,3 @@ export type EOLModalData = {
3029
release: NodeRelease;
3130
vulnerabilities: Array<Vulnerability>;
3231
};
33-
34-
export type KnownVulnerability = Vulnerability & {
35-
severity: (typeof SEVERITY_ORDER)[number];
36-
};

0 commit comments

Comments
 (0)