Skip to content

Commit 570a51c

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 03b9573 commit 570a51c

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
@@ -101,7 +101,8 @@
101101
"picomatch": "^4.0.4",
102102
"ajv": "^6.14.0",
103103
"minimatch@^3": "^3.1.5",
104-
"minimatch@^9": "^9.0.7"
104+
"minimatch@^9": "^9.0.7",
105+
"esbuild": "^0.28.1"
105106
}
106107
},
107108
"extensionDependencies": [

0 commit comments

Comments
 (0)