agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux
MIT License
643 stars 95 forks source link

Old version(5.0.5) is shown in performance/BookService/packages.config for Newtonsoft.json #167

Closed vinodkumarsharma276 closed 1 year ago

vinodkumarsharma276 commented 1 year ago

Our project is consuming edge-js@18.4.2 which is the latest available package but our security system says that we are somehow referring Newtonsoft.json's v5.0.5 and need to mention 13.0.1. After digging deeper we found that its coming from performance/BookService/packages.config but the Github source of edge-js has its version as 18.4.2 and Newtonsoft.json version as 13.0.1 in performance/BookService/packages.config.

So, our wild guess is that if edge-js is published to npm with 18.4.3 we will be able to get the updated file --> performance/BookService/packages.config with Newtonsoft.json's package mentioned as 13.0.1.

Can someone take a look at this and publish the latest version to npm. @agracio @corylulu @shferguson-truefit

agracio commented 1 year ago

Released