Files
lucidia-main/blackroad.io/worker/package.json
dependabot[bot] fe02f4078a Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 1 update in the /blackroad.io/worker directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.17.19 to 0.27.3
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.19...v0.27.3)

Updates `undici` from 5.29.0 to 7.18.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.29.0...v7.18.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.27.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-14 20:11:04 +00:00

16 lines
389 B
JSON

{
"name": "blackroad-agent-email",
"version": "1.0.0",
"description": "Cloudflare Worker — routes emails/messages to BlackRoad agents",
"main": "src/index.js",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"tail": "wrangler tail",
"secret:set": "wrangler secret put GATEWAY_SECRET"
},
"devDependencies": {
"wrangler": "^4.73.0"
}
}