Files
discordeno/docker-apps/rest-passthrough/package.json
dependabot[bot] 3f1e6e947b build(deps): bump @fastify/multipart in /docker-apps/rest-passthrough (#4954)
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 9.0.3 to 10.0.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](https://github.com/fastify/fastify-multipart/compare/v9.0.3...v10.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/multipart"
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
2026-04-15 07:24:05 +05:30

27 lines
651 B
JSON

{
"name": "rest-passthrough",
"private": true,
"type": "module",
"version": "1.0.0",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "tsc",
"start:dev": "yarn exec node -r dotenv/config dist/server.js",
"start:prod": "yarn exec node ./dist/server.js",
"release": "cliff-jumper"
},
"dependencies": {
"@discordeno/rest": "21.0.0",
"@fastify/env": "^6.0.0",
"@fastify/helmet": "^13.0.2",
"@fastify/multipart": "^10.0.0",
"fastify": "^5.5.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.1.0",
"@types/node": "^25.6.0",
"dotenv": "^17.4.2",
"typescript": "^6.0.2"
}
}