You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: @louis-bompart 2023, Open a bug to NPM. lockfile doesn't update version of self-import. boo. If you read this past Jan 10th and you're not @louis-bompart, poke him.
import {readFileSync, writeFileSync} from 'node:fs';
import detectIndent from 'detect-indent';
let lock = readFileSync('package-lock.json', 'utf8');