chore(deps): bump esbuild from 0.24.0 to 0.25.0

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-15 01:56:42 +00:00 committed by GitHub
parent 6bb4669242
commit 3ea462459f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 363 additions and 248 deletions

View File

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

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

File diff suppressed because it is too large Load Diff