File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import type { Logger } from '@socketsecurity/registry/lib/logger'
99const { NPM } = constants
1010
1111const COMMAND_TITLE = 'Socket Optimize'
12- const NPM_OVERRIDE_PR_URL = 'https://github.com/npm/cli/pull/8089'
1312
1413export type UpdatePackageLockJsonOptions = {
1514 logger ?: Logger | undefined
@@ -31,7 +30,7 @@ export async function updatePackageLockJson(
3130 spinner ?. stop ( )
3231 if ( pkgEnvDetails . agent === NPM ) {
3332 logger ?. log (
34- `💡 Re-run ${ COMMAND_TITLE } whenever ${ pkgEnvDetails . lockName } changes.\n This can be skipped once npm ships ${ NPM_OVERRIDE_PR_URL } .`
33+ `💡 Re-run ${ COMMAND_TITLE } whenever ${ pkgEnvDetails . lockName } changes.\n This can be skipped once npm v11.2.0 is released .`
3534 )
3635 }
3736 } catch ( e : any ) {
You can’t perform that action at this time.
0 commit comments