-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
decap-cms-app has a transitive depenency on trim, which currently has a security vulnerability for the pinned version.
To Reproduce
- In a new directory
npm init -y && npm i decap-cms-app && npm audit
Alternatively:
- Create a repo with
decap-cms-appas a package.json dependency - Enable dependabot security updates
- Witness dependabot security alert and inability to update
Logs from dependabot's attempt to update

Expected behavior
decap-cms-app not to have security vulnerabilities via transitive dependencies
Applicable Versions:
- Decap CMS version: 3.8.3
Metadata
Metadata
Assignees
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code
