Skip to content

Commit

Permalink
fix(deps): update dependency esbuild to ^0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent f6b49f1 commit 2431e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@astrojs/webapi": "^2.2.0",
"@middy/core": "^5.4.5",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"flatted": "^3.3.1",
"http-status-codes": "^2.3.0",
"merge-anything": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"globby": "^14.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2431e1a

Please sign in to comment.