From 8c6f10da4fa2c20db0ac22417f6c20a310b30224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:15:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/static-hosting/package.json b/packages/static-hosting/package.json index bcef5366..21938c59 100644 --- a/packages/static-hosting/package.json +++ b/packages/static-hosting/package.json @@ -26,7 +26,7 @@ "dependencies": { "aws-cdk-lib": "2.97.0", "constructs": "^10.0.0", - "esbuild": "^0.17.0", + "esbuild": "^0.19.4", "source-map-support": "^0.5.21" } }