Files
cloudflare-workers/tts/package.json
T
dependabot[bot]andGitHub 714ebca37b Bump cookie and wrangler in /tts
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). These dependencies need to be updated together.


Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2)

Updates `wrangler` from 2.20.2 to 3.80.3
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.80.3/packages/wrangler)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: wrangler
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 19:37:51 +00:00

22 lines
437 B
JSON

{
"name": "tts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"wrangler": "^3.80.3"
},
"dependencies": {
"itty-router": "^3.0.11",
"microsoft-cognitiveservices-speech-sdk": "^1.26.0",
"node-fetch": "^3.3.1",
"telegraf": "^4.12.2"
}
}