snyk / driftctl-docs

Docs site for driftctl
https://docs.driftctl.com
MIT License
5 stars 14 forks source link

fix: dependency vulnerabilities #280

Closed dragos-cojocari closed 1 year ago

dragos-cojocari commented 1 year ago
@docusaurus/core@2.4.1 > @docusaurus/mdx-loader@2.4.1 > @mdx-js/mdx@1.6.22 > remark-mdx@1.6.22 > remark-parse@8.0.3 > trim@0.0.1

trim is fixed at 0.0.1 by remark-parse 8.0.3 Upgrading to 0.0.3 fixes the issue and unlocks allows to address other dependency vulnerabilities.

A check of the diff between trim 0.0.1 and 0.0.3 shows that the functionality should not be impacted despite this. This is confirmed by testing the documentation locally.