Skip to content

Commit

Permalink
fix(deps): update dependency esbuild to v0.25.0 [security] (#15476)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 6bb4669 commit 49d7bc5
Show file tree
Hide file tree
Showing 7 changed files with 203 additions and 193 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tar": "6.2.1",
"terser": "5.37.0",
"typescript": "5.7.3",
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"glob": "11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"esbuild": "0.24.0",
"esbuild": "0.25.0",
"eslint-plugin-vue": "9.31.0",
"nodemon": "3.1.7",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-bubble-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"nodemon": "3.1.9",
"execa": "8.0.1",
"typescript": "5.7.3",
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"glob": "11.0.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"execa": "8.0.1",
"tsd": "0.31.2",
"typescript": "5.7.3",
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"glob": "11.0.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-reversi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"execa": "8.0.1",
"nodemon": "3.1.9",
"typescript": "5.7.3",
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"glob": "11.0.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/sw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"esbuild": "0.24.2",
"esbuild": "0.25.0",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},
Expand Down
Loading

1 comment on commit 49d7bc5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chromatic detects changes. Please review the changes on Chromatic.

Please sign in to comment.