From c4063da9554b616ff2fd29736e74e7ce6ca17ae6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 21:02:37 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.19.12 to 0.20.2 Snyk has created this PR to upgrade esbuild from 0.19.12 to 0.20.2. See this package in npm: https://www.npmjs.com/package/esbuild See this project in Snyk: https://app.snyk.io/org/greenydev/project/52006fea-1a5a-4623-bb47-519c7f419e1d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d31c6db8..9a36ef87 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "cookie": "^0.5.0", "crypto-js": "^4.2.0", "domhandler": "^5.0.3", - "esbuild": "^0.19.0", + "esbuild": "^0.20.2", "fastify": "^4.21.0", "git-commit-info": "^2.0.2", "idb": "^7.0.2",