cloudflare / cloudflare/worker-typescript-template
Upgrade dependencies for CVE-2020-7660
Open
- Dominant language
- TypeScript
- Stars
- 447
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
When using this project as a template, I was given security warnings concerning https://github.com/advisories/GHSA-hxcc-f52p-wc94
What I did to fix this after generating a new project from this template:
mochajs/mocha#4375
- update https://github.com/cloudflare/worker-typescript-template/blob/9a1574a532bcdd3da55e5b19e5d9fb57df4078c2/package.json#L21
```
"mocha": "^8.1.0",
```
webpack/webpack#11309
- https://github.com/webpack/webpack/issues/11309#issuecomment-674128535
Afterwards, the example `npm test` and `npm run build` succeeded.
Contributor guide
Assessment
This issue has not been assessed yet.