Hi everyone trying to …

less than 1 minute read

Hi everyone - trying to use this product at my firm which has some very strict code scanning policies in place. When trying to install @nwrl/react, our code scanning hits on a dependency for serialize-javascript@2.1.2. That version is a bit old and wondering if there’s a way to get some updates to a newer version. I’ve not dug deeply into seeing where this dependency is coming from, doesn’t seem to be a direct dependency though. Any ideas?

Responses:

https://classic.yarnpkg.com/en/docs/selective-version-resolutions/

Looking at this I have a few questions. First is this scanning failure is occuring while I’m trying to pull @nwrl/react into our companies Artifactory repository.

I need that first before I can even run the npx create-nx-workspace because using the react template has a dependency on @nwrl/react.

Updated: