nextjs-starter-blog icon indicating copy to clipboard operation
nextjs-starter-blog copied to clipboard

Change url-regex to url-regex-safe

Open experiencedft opened this issue 4 years ago • 0 comments

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.

experiencedft avatar May 10 '21 08:05 experiencedft