From eac889ad68e56c69c29d7b0a470e13972c80acf0 Mon Sep 17 00:00:00 2001 From: Liliana Kastilio Date: Mon, 14 Oct 2019 12:34:33 +0100 Subject: [PATCH] feat: keeping the parser up to date, no functional impact The changes in the parser at this stage do not affect any functionality in the plugin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0d2d8b4..09cdbe59 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/snyk/snyk-nuget-plugin#readme", "dependencies": { "debug": "^3.1.0", - "dotnet-deps-parser": "4.5.0", + "dotnet-deps-parser": "4.5.2", "jszip": "^3.1.5", "lodash": "^4.17.14", "snyk-paket-parser": "1.5.0",