Skip to content

Commit

Permalink
refactor: avoid require when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaron Schwimmer committed Jan 12, 2022
1 parent 96ba2b0 commit 56911fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/snyk-test/legacy.ts
@@ -1,4 +1,4 @@
const values = require('lodash.values');
import * as values from 'lodash.values';
import * as depGraphLib from '@snyk/dep-graph';
import {
DepsFilePaths,
Expand Down

0 comments on commit 56911fe

Please sign in to comment.