Skip to content

Commit

Permalink
Merge pull request #1248 from snyk/fix/use-snyk-lodash
Browse files Browse the repository at this point in the history
fix: use lodash fork
  • Loading branch information
lili2311 committed Jun 29, 2020
2 parents f738d4c + e36f089 commit af8c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/plugins/nodejs-plugin/yarn-workspaces-parser.ts
@@ -1,6 +1,6 @@
import * as baseDebug from 'debug';
import * as pathUtil from 'path';
import * as _ from 'lodash';
import * as _ from '@snyk/lodash';

const debug = baseDebug('snyk:yarn-workspaces');
import * as fs from 'fs';
Expand Down

0 comments on commit af8c0a5

Please sign in to comment.