LibertyDSNP / spec

The DSNP Spec and Website
https://spec.dsnp.org
Other
28 stars 3 forks source link

Fix for JSON5 vulnerability #232

Closed wesbiggs closed 1 year ago

wesbiggs commented 1 year ago

Problem

See https://github.com/LibertyDSNP/spec/security/dependabot/37

Solution

package-lock.json was updated via npm audit fix

Change summary:

Steps to Verify:

  1. Run npm install and then npm audit. It should no longer report an issue.