snyk-go-plugin
Advanced tools
Comparing version 1.16.4 to 1.16.5
@@ -8,3 +8,3 @@ "use strict"; | ||
const debugLib = require("debug"); | ||
const graphlib = require("graphlib"); | ||
const graphlib = require("@snyk/graphlib"); | ||
const dep_graph_1 = require("@snyk/dep-graph"); | ||
@@ -11,0 +11,0 @@ const subProcess = require("./sub-process"); |
@@ -5,3 +5,3 @@ import * as fs from 'fs'; | ||
import debugLib = require('debug'); | ||
import * as graphlib from 'graphlib'; | ||
import * as graphlib from '@snyk/graphlib'; | ||
import { DepGraphBuilder, DepGraph } from '@snyk/dep-graph'; | ||
@@ -8,0 +8,0 @@ |
@@ -27,4 +27,4 @@ { | ||
"dependencies": { | ||
"@snyk/dep-graph": "^1.21.0", | ||
"graphlib": "2.1.8", | ||
"@snyk/dep-graph": "^1.23.1", | ||
"@snyk/graphlib": "2.1.9-patch.3", | ||
"debug": "^4.1.1", | ||
@@ -45,3 +45,3 @@ "snyk-go-parser": "1.4.1", | ||
}, | ||
"version": "1.16.4" | ||
"version": "1.16.5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86518
+ Added@snyk/graphlib@2.1.9-patch.3
+ Added@snyk/graphlib@2.1.9-patch.3(transitive)
+ Addedlodash.has@4.5.2(transitive)
- Removedgraphlib@2.1.8
- Removedgraphlib@2.1.8(transitive)
- Removedlodash@4.17.21(transitive)
Updated@snyk/dep-graph@^1.23.1