chore(deps): update esbuild package version (MisskeyIO#952)

Bumped esbuild from 0.24.2 to 0.25.2
This commit is contained in:
あわわわとーにゅ 2025-03-31 09:35:33 +09:00 committed by GitHub
parent 60684568e5
commit f415eecae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@
"built"
],
"dependencies": {
"esbuild": "0.24.2",
"esbuild": "0.25.2",
"eventemitter3": "5.0.1",
"glob": "11.0.1",
"matter-js": "0.20.0",

View file

@ -34,7 +34,7 @@
},
"dependencies": {
"crc-32": "1.2.2",
"esbuild": "0.24.2",
"esbuild": "0.25.2",
"glob": "11.0.1"
},
"files": [

View file

@ -9,7 +9,7 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"esbuild": "0.24.2",
"esbuild": "0.25.2",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},