From d19d7ad6477302b49209de57510d04720205bbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:36:22 +0000 Subject: [PATCH] Bump the esbuild group with 4 updates Bumps the esbuild group with 4 updates: [esbuild](https://github.com/evanw/esbuild), [esbuild-plugin-copy](https://github.com/LinbuduLab/esbuild-plugins), [esbuild-plugin-replace](https://github.com/naecoo/esbuild-plugin-replace) and [esbuild-wasm](https://github.com/evanw/esbuild). Updates `esbuild` from 0.19.1 to 0.19.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.1...v0.19.4) Updates `esbuild-plugin-copy` from 2.0.2 to 2.1.1 - [Commits](https://github.com/LinbuduLab/esbuild-plugins/compare/esbuild-plugin-copy@2.0.2...esbuild-plugin-copy@2.1.1) Updates `esbuild-plugin-replace` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/naecoo/esbuild-plugin-replace/releases) - [Commits](https://github.com/naecoo/esbuild-plugin-replace/compare/v1.3.0...v1.4.0) Updates `esbuild-wasm` from 0.19.1 to 0.19.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.1...v0.19.4) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch dependency-group: esbuild - dependency-name: esbuild-plugin-copy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: esbuild - dependency-name: esbuild-plugin-replace dependency-type: direct:development update-type: version-update:semver-minor dependency-group: esbuild - dependency-name: esbuild-wasm dependency-type: direct:development update-type: version-update:semver-patch dependency-group: esbuild ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/node_modules b/node_modules index 94acbb4d9..5d67e070c 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 94acbb4d986575ac0e753b934d9dc533590f56ba +Subproject commit 5d67e070c21959762566cd836d2ec9996f9c9e63 diff --git a/package.json b/package.json index d8a2a5a3c..1c3e0ceae 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.19.1", - "esbuild-plugin-copy": "2.0.2", - "esbuild-plugin-replace": "1.3.0", + "esbuild": "0.19.4", + "esbuild-plugin-copy": "2.1.1", + "esbuild-plugin-replace": "1.4.0", "esbuild-sass-plugin": "2.15.0", - "esbuild-wasm": "0.19.1", + "esbuild-wasm": "0.19.4", "eslint": "8.50.0", "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "11.0.0",