freshworks / freshworks-api-sdk

Node.js client SDK for Freshworks' REST APIs, currently in beta. Supports Freshteam and Freshservice (partially).
https://developers.freshworks.com/api-sdk/
MIT License
6 stars 2 forks source link

Fix dependency vulnerability from vuepress #63

Closed kaustavdm closed 2 years ago

kaustavdm commented 2 years ago

Update Vuepress to 2.0.0-beta.36 to get rid of transient dependency vulnerability in Prismjs.

Given that Vuepress has been the source of transient dependency vulnerabilities for this package, we should consider removing Vuepress from dev-dependencies and instead use npx vuepress ... in our build step.

Fixes #62.