From 8ed459544e6986686ed2a2023b850ef0d48a59fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 17:13:23 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.15.18 to 0.24.0 Snyk has created this PR to upgrade esbuild from 0.15.18 to 0.24.0. See this package in npm: https://www.npmjs.com/package/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..6df8e18a1bb6f 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.24.0", "esbuild-register": "^3.3.2", "fs-extra": "^10.0.0", "ndjson": "^2.0.0"