apc-mhs / apc-mhs.github.io

Website to showcase the who and what of the Advanced Programming Club
https://apc-mhs.com
MIT License
0 stars 7 forks source link

Node forge is out of date #44

Open JonathanOppenheimer opened 3 years ago

JonathanOppenheimer commented 3 years ago

Remediation Upgrade node-forge to version 0.10.0 or later. For example:

"dependencies": {
  "node-forge": ">=0.10.0"
}
or…
"devDependencies": {
  "node-forge": ">=0.10.0"
}