Skip to content

Security vulnerability due to npm scripts #2241

Closed
@kulbhushanchand

Description

Recently github pages reported vulnerability in the minimal-mistakes theme. Screenshot below

image

npm has also issued security advisory for the same - mixin-deep and set-value

I tried solving this by adding the latest updated version of mixin-deep and set-value in the package.json file (top most level in hierarchy) overriding the use of these packages by any of dependent packages elsewhere.

"mixin-deep": "^2.0.1",
"set-value": "^3.0.1"

Unfortunately the above warning by github pages is still displaying, probably because of following error

image

Is anyone facing the same issue?

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions