Skip to content

Commit 44c2225

Browse files
Bump esbuild from 0.24.2 to 0.25.4
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.4. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.4) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29f7743 commit 44c2225

File tree

6 files changed

+3502
-3942
lines changed

6 files changed

+3502
-3942
lines changed

lambdas/authorizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@aws-sdk/client-cognito-identity-provider": "3.775.0",
4-
"esbuild": "^0.24.0",
4+
"esbuild": "^0.25.4",
55
"jsonwebtoken": "^9.0.2",
66
"jwks-rsa": "^3.2.0",
77
"jwt-decode": "^4.0.0",

lambdas/backend-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@aws-sdk/lib-dynamodb": "3.775.0",
88
"@aws-sdk/util-dynamodb": "3.775.0",
99
"csv-parse": "^5.6.0",
10-
"esbuild": "^0.24.0",
10+
"esbuild": "^0.25.4",
1111
"handlebars": "^4.7.8",
1212
"html-entities": "^2.5.3",
1313
"jsonwebtoken": "^9.0.2",

lambdas/backend-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@hey-api/openapi-ts": "^0.64.13",
44
"axios": "^1.8.4",
55
"axios-retry": "^4.5.0",
6-
"esbuild": "^0.24.0",
6+
"esbuild": "^0.25.4",
77
"zod": "^3.24.2"
88
},
99
"devDependencies": {

lambdas/sftp-letters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"csv-parse": "^5.6.0",
88
"csv-stringify": "^6.4.4",
99
"date-fns": "^4.1.0",
10-
"esbuild": "^0.24.0",
10+
"esbuild": "^0.25.4",
1111
"ksuid": "^3.0.0",
1212
"nhs-notify-entity-update-command-builder": "*",
1313
"nhs-notify-web-template-management-utils": "*",

0 commit comments

Comments
 (0)