Skip to content

Commit

Permalink
fix(deps): update dependency esbuild to ^0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 48e4410 commit 1a034ec
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.3.2",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"flatted": "^3.3.1",
"http-status-codes": "^2.3.0",
"merge-anything": "^5.1.7",
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.0.0",
"cosmiconfig": "^9.0.0",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"globby": "^14.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 1a034ec

Please sign in to comment.