From 8b9402203876d5ac738b89449a1bb587beb59ab2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Jun 2024 15:09:45 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.15.18 to 0.21.4 Snyk has created this PR to upgrade esbuild from 0.15.18 to 0.21.4. See this package in npm: esbuild See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/1e70f5b6-c7c2-487f-819a-c1c9c946cb96?utm_source=github&utm_medium=referral&page=upgrade-pr --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index 9a9266042ebef..64a0433d3767f 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -2,7 +2,7 @@ "name": "benchmark", "version": "1.0.0", "dependencies": { - "esbuild": "^0.15.0", + "esbuild": "^0.21.4", "esbuild-register": "^3.3.2", "fs-extra": "^10.0.0", "ndjson": "^2.0.0"