Spacious Theme/ Github
-
I just added a wordpress site with the spacious theme to github and I got a lot of security alerts. They are all a version of the following. An issue with the package-lock.json file and the fix is to update various things to a later version. The theme shows as up to date in wordpress. Is this a common issue? Should I be manually updating this stuff in the file? Thanks!
1 set-value vulnerability found in …/spacious/package-lock.json 9 hours ago
Remediation
Upgrade set-value to version 2.0.1 or later. For example:“dependencies”: {
“set-value”: “>=2.0.1”
}
or…
“devDependencies”: {
“set-value”: “>=2.0.1”
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Spacious Theme/ Github’ is closed to new replies.
