From 67c31ba3ff491062dd6628fb2fbee7223099b410 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 20:25:20 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.19.12 to 0.23.1 Snyk has created this PR to upgrade esbuild from 0.19.12 to 0.23.1. 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..5dc19106a1f86 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.23.1", "esbuild-register": "^3.3.2", "fs-extra": "^10.0.0", "ndjson": "^2.0.0"