chore(deps): bump the production-dependencies group with 3 updates

Bumps the production-dependencies group with 3 updates: [pixi.js](https://github.com/pixijs/pixijs), [sharp](https://github.com/lovell/sharp) and [esbuild](https://github.com/evanw/esbuild).


Updates `pixi.js` from 8.14.0 to 8.14.1
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](https://github.com/pixijs/pixijs/compare/v8.14.0...v8.14.1)

Updates `sharp` from 0.34.4 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/compare/v0.34.4...v0.34.5)

Updates `esbuild` from 0.25.12 to 0.27.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.12...v0.27.0)

---
updated-dependencies:
- dependency-name: pixi.js
  dependency-version: 8.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-10 20:09:09 +00:00 committed by GitHub
parent ef29c69828
commit 8a80ace794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 761 additions and 259 deletions

1014
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -61,7 +61,7 @@
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5", "micromorph": "^0.4.5",
"minimatch": "^10.1.1", "minimatch": "^10.1.1",
"pixi.js": "^8.14.0", "pixi.js": "^8.14.1",
"preact": "^10.27.2", "preact": "^10.27.2",
"preact-render-to-string": "^6.6.3", "preact-render-to-string": "^6.6.3",
"pretty-bytes": "^7.1.0", "pretty-bytes": "^7.1.0",
@ -85,7 +85,7 @@
"rfdc": "^1.4.1", "rfdc": "^1.4.1",
"satori": "^0.18.3", "satori": "^0.18.3",
"serve-handler": "^6.1.6", "serve-handler": "^6.1.6",
"sharp": "^0.34.4", "sharp": "^0.34.5",
"shiki": "^1.26.2", "shiki": "^1.26.2",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"to-vfile": "^8.0.0", "to-vfile": "^8.0.0",
@ -106,7 +106,7 @@
"@types/source-map-support": "^0.5.10", "@types/source-map-support": "^0.5.10",
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"@types/yargs": "^17.0.34", "@types/yargs": "^17.0.34",
"esbuild": "^0.25.12", "esbuild": "^0.27.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"tsx": "^4.20.6", "tsx": "^4.20.6",
"typescript": "^5.9.3" "typescript": "^5.9.3"