Skip to content

Commit 88046c6

Browse files
committed
Lint nits
1 parent a20c918 commit 88046c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/optimize/update-lockfile.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import semver from 'semver'
2-
31
import { Spinner } from '@socketsecurity/registry/lib/spinner'
42

53
import { runAgentInstall } from './run-agent'
@@ -9,7 +7,7 @@ import { cmdPrefixMessage } from '../../utils/cmd'
97
import type { EnvDetails } from '../../utils/package-environment'
108
import type { Logger } from '@socketsecurity/registry/lib/logger'
119

12-
const { NPM, NPM_BUGGY_OVERRIDES_PATCHED_VERSION } = constants
10+
const { NPM_BUGGY_OVERRIDES_PATCHED_VERSION } = constants
1311

1412
export type UpdateLockfileOptions = {
1513
cmdName?: string | undefined

0 commit comments

Comments
 (0)