From c7c51626eb0cc56efbd388a6cf3413cba556f399 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jun 2024 18:11:44 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.19.12 to 0.21.3 Snyk has created this PR to upgrade esbuild from 0.19.12 to 0.21.3. See this package in npm: esbuild See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/e791f782-c4bb-4ecb-949e-f79d3b328008?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 4f06e01b5ad55..b23d1c15d6c0e 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -2,7 +2,7 @@ "name": "benchmark", "version": "1.0.0", "dependencies": { - "esbuild": "^0.19.0", + "esbuild": "^0.21.3", "esbuild-register": "^3.3.2", "fs-extra": "^10.0.0", "ndjson": "^2.0.0"