From bdcbd6911b20c5f5821411614464c1762a92e5dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 20:23:27 +0000 Subject: [PATCH] fix: upgrade esbuild from 0.18.20 to 0.19.11 Snyk has created this PR to upgrade esbuild from 0.18.20 to 0.19.11. See this package in npm: https://www.npmjs.com/package/esbuild See this project in Snyk: https://app.snyk.io/org/mopsfl/project/7b575d1b-39ba-40c6-8df7-e650777567c9?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 e11049f..2a56d28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@types/lodash": "^4.14.195", - "esbuild": "^0.18.10", + "esbuild": "^0.19.11", "lodash": "^4.17.21", "rimraf": "^5.0.1" },