From e40bf3e5f78a243838761cebac66c46b101fe439 Mon Sep 17 00:00:00 2001 From: Tomas Matus Date: Tue, 22 Aug 2023 11:17:37 +0200 Subject: [PATCH] package.json: bump esbuild to 0.19.1 --- node_modules | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules b/node_modules index a8ab79d00..a8b3f2e76 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit a8ab79d0017deb3731d033e5b409b04a32993ab0 +Subproject commit a8b3f2e76651306b61917b0f8ba5de629c0698d8 diff --git a/package.json b/package.json index 82d286966..22d1b7d29 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ "argparse": "^2.0.1", "buffer": "^6.0.3", "chrome-remote-interface": "^0.32.1", - "esbuild": "^0.18.13", + "esbuild": "^0.19.1", "esbuild-plugin-copy": "^2.0.2", "esbuild-plugin-replace": "^1.3.0", "esbuild-sass-plugin": "^2.10.0", - "esbuild-wasm": "^0.18.13", + "esbuild-wasm": "^0.19.1", "eslint": "^8.45.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-jsx": "^11.0.0",