Skip to content

Commit b210304

Browse files
committed
Replace github issue url with known npm release
1 parent 709a145 commit b210304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/optimize/update-package-lock-json.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import type { Logger } from '@socketsecurity/registry/lib/logger'
99
const { NPM } = constants
1010

1111
const COMMAND_TITLE = 'Socket Optimize'
12-
const NPM_OVERRIDE_PR_URL = 'https://github.com/npm/cli/pull/8089'
1312

1413
export 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) {

0 commit comments

Comments
 (0)