From 1240750344843f92657a2b053d925507113a1742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 02:59:22 +0000 Subject: [PATCH] Bump esbuild from 0.12.15 to 0.19.4 in /packages/static-hosting Bumps [esbuild](https://github.com/evanw/esbuild) from 0.12.15 to 0.19.4. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2021.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.12.15...v0.19.4) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/static-hosting/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/static-hosting/package.json b/packages/static-hosting/package.json index 5992ce9e..de637fc9 100644 --- a/packages/static-hosting/package.json +++ b/packages/static-hosting/package.json @@ -30,7 +30,7 @@ "@aws-cdk/aws-route53-targets": "1.180.0", "@aws-cdk/core": "1.180.0", "aws-cdk": "1.180.0", - "esbuild": "0.12.15", + "esbuild": "0.19.4", "source-map-support": "^0.5.16" }, "peerDependencies": { @@ -40,6 +40,6 @@ "@aws-cdk/aws-route53-targets": "1.180.0", "@aws-cdk/core": "1.180.0", "aws-cdk": "1.180.0", - "esbuild": "0.12.15" + "esbuild": "0.19.4" } }