We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8705d67 commit bc6a5f4Copy full SHA for bc6a5f4
scripts/update-data-npm.mjs
@@ -21,7 +21,7 @@ import {
21
import { writeJson } from '@socketsecurity/lib/fs'
22
import { getDefaultLogger } from '@socketsecurity/lib/logger'
23
import { pFilter } from '@socketsecurity/lib/promises'
24
-import { confirm } from '@socketsecurity/lib/prompts'
+import { confirm } from '@socketsecurity/lib/stdio/prompts'
25
import { naturalCompare } from '@socketsecurity/lib/sorts'
26
27
const logger = getDefaultLogger()
0 commit comments