From 23e264ae30746551472a5f296791baa46ef23e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:21:40 +0000 Subject: [PATCH] Bump esbuild from 0.17.19 to 0.19.5 in /packages/static-hosting Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.19 to 0.19.5. - [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.17.19...v0.19.5) --- 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..57b24e97 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.5", "source-map-support": "^0.5.21" } }