Skip to content

Commit

Permalink
fix: use lodash fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Jun 29, 2020
1 parent f738d4c commit e36f089
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 e36f089

Please sign in to comment.