mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 07:57:19 -05:00
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>
16 lines
389 B
JSON
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"
|
|
}
|
|
}
|