From d5ef72fd58c48a178707401cfc9c681e16508e8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 05:36:26 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.15.18 to 0.21.1 Snyk has created this PR to upgrade esbuild from 0.15.18 to 0.21.1. 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..38f8ffae1c0ec 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.1", "esbuild-register": "^3.3.2", "fs-extra": "^10.0.0", "ndjson": "^2.0.0"