fix(deps): update dependency esbuild to v0.28.1 [security] [ci skip] (#17566)

* fix(deps): update dependency esbuild to v0.28.1 [security]

* update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-06-13 18:11:56 +09:00 committed by GitHub
commit dc96c35296
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 171 additions and 169 deletions

View file

@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"chokidar": "5.0.0",
"esbuild": "0.28.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"nodemon": "3.1.14",
"tsx": "4.22.3"

View file

@ -29,7 +29,7 @@
"@types/seedrandom": "3.0.8",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"esbuild": "0.28.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"nodemon": "3.1.14"
},

View file

@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@vitest/coverage-v8": "4.1.7",
"esbuild": "0.28.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"ncp": "2.0.0",
"nodemon": "3.1.14",

View file

@ -27,7 +27,7 @@
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"esbuild": "0.28.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"nodemon": "3.1.14"
},

View file

@ -10,7 +10,7 @@
},
"dependencies": {
"i18n": "workspace:*",
"esbuild": "0.28.0",
"esbuild": "0.28.1",
"idb-keyval": "6.2.4",
"misskey-js": "workspace:*"
},