Skip to content

Commit cc62a8d

Browse files
benoitfclaude
andcommitted
fix: resolve GHSA-gv7w-rqvm-qjhr in esbuild
Upgrade esbuild to satisfy >=0.28.1 Advisory: GHSA-gv7w-rqvm-qjhr Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent 0093bca commit cc62a8d

2 files changed

Lines changed: 115 additions & 113 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
7171
"brace-expansion@<1.1.13": "1.1.13",
7272
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
73-
"fast-uri@<=3.1.0": ">=3.1.1"
73+
"fast-uri@<=3.1.0": ">=3.1.1",
74+
"esbuild@>=0.17.0 <0.28.1": ">=0.28.1"
7475
}
7576
}
7677
}

0 commit comments

Comments
 (0)