nextjs-starter-blog
nextjs-starter-blog copied to clipboard
Change url-regex to url-regex-safe
npm install leads to an install with 3 vulnerabilities, 2 low severity, and 1 high severity. The high severity one is this vuln: https://www.npmjs.com/advisories/1550
If url-regex is still a dependency of this template, it should be changed to url-regex-safe.