Skip to content

Commit 22ad12f

Browse files
Bump esbuild from 0.25.10 to 0.25.11 (#72)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.10 to 0.25.11. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.10...v0.25.11) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3e35dd commit 22ad12f

File tree

4 files changed

+438
-34
lines changed

4 files changed

+438
-34
lines changed

lambdas/mesh-poll/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-lambda": "^1.0.7",
4-
"esbuild": "^0.25.10"
4+
"esbuild": "^0.25.11"
55
},
66
"devDependencies": {
77
"@tsconfig/node22": "^22.0.2",

lambdas/ttl-poll-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@aws-sdk/lib-dynamodb": "^3.908.0",
44
"@aws-sdk/util-dynamodb": "^3.910.0",
55
"aws-lambda": "^1.0.7",
6-
"esbuild": "^0.25.10",
6+
"esbuild": "^0.25.11",
77
"lodash": "^4.17.21",
88
"p-limit": "^3.1.0",
99
"utils": "^0.0.1"

0 commit comments

Comments
 (0)