Skip to content

Commit 410facf

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 f961709 commit 410facf

2 files changed

Lines changed: 129 additions & 127 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
7474
"brace-expansion@<1.1.13": ">=1.1.13",
7575
"brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6",
76-
"postcss@<8.5.10": ">=8.5.10"
76+
"postcss@<8.5.10": ">=8.5.10",
77+
"esbuild@>=0.17.0 <0.28.1": ">=0.28.1"
7778
}
7879
},
7980
"resolutions": {

0 commit comments

Comments
 (0)