From d307a0c85b303ce0d244c4e48fb8acb286311c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:34:48 +0000 Subject: [PATCH] Bump esbuild in /e2e/browser/solid-client-authn-browser/test-app Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0. - [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.23.1...v0.24.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e/browser/solid-client-authn-browser/test-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/browser/solid-client-authn-browser/test-app/package.json b/e2e/browser/solid-client-authn-browser/test-app/package.json index 071ceaf33..11b9a75b3 100644 --- a/e2e/browser/solid-client-authn-browser/test-app/package.json +++ b/e2e/browser/solid-client-authn-browser/test-app/package.json @@ -22,7 +22,7 @@ "@types/node": "^22.5.5", "@types/react": "^18.3.6", "@types/react-dom": "^18.3.0", - "esbuild": "^0.23.1", + "esbuild": "^0.24.0", "eslint": "^8.57.0", "eslint-config-next": "^13.5.7" }