fix(deps): update dependency esbuild to v0.25.0 [security] (#15476)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-15 10:58:03 +09:00 committed by GitHub
parent 6bb4669242
commit 49d7bc5faf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 206 additions and 196 deletions

View file

@ -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",

View file

@ -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": [

View file

@ -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": [

View file

@ -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": [

View file

@ -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:*"
},