Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Calder committed Mar 2, 2023
1 parent 2dcaeac commit 1b04eac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const cves = [
description: `
An upstream transitive dependency \`file-type\` is vulnerable to a ReDoS.
We have upgraded to a version of \`file-type\` that is fixed.
`
`,
},
{
id: 'CVE-2023-23936',
Expand All @@ -35,7 +35,7 @@ const cves = [
description: `
An upstream transitive dependency \`undici\` is vulnerable to a HTTP header CRLF injection vulnerability.
We have upgraded to a version of \`@prisma/core\` that uses a fixed \`undici\`.
`
`,
},
{
id: 'CVE-2023-24807',
Expand All @@ -44,8 +44,8 @@ const cves = [
description: `
An upstream transitive dependency \`undici\` is vulnerable to a ReDoS.
We have upgraded to a version of \`@prisma/core\` that uses a fixed \`undici\`.
`
}
`,
},
];

function gitCommitsSince(tag) {
Expand Down

0 comments on commit 1b04eac

Please sign in to comment.