agracio / edge-js

Run .NET and Node.js code in-process on Windows, macOS, and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vinodkumarsharma276 opened this issue · comments

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

Released