From f2cc0308899b54c865ab77fdf98db441d88e7668 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Sat, 27 Nov 2021 23:26:08 +0100 Subject: [PATCH] update esbuild to 0.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ce2344796b294..c96c3fd1451532 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chalk": "^4.1.2", "conventional-changelog-cli": "^2.1.1", "cross-env": "^7.0.3", - "esbuild": "^0.13.12", + "esbuild": "^0.14.0", "eslint": "^8.3.0", "eslint-define-config": "^1.1.4", "eslint-plugin-node": "^11.1.0",