Skip to content

Commit 40656fd

Browse files
committed
chore(deps): update @socketsecurity/lib to v4.2.0
- Replace getSpinner with getDefaultSpinner
1 parent 96b2fbd commit 40656fd

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@biomejs/biome": "2.2.4",
6262
"@eslint/compat": "1.3.2",
6363
"@eslint/js": "9.35.0",
64-
"@socketsecurity/lib": "4.1.0",
64+
"@socketsecurity/lib": "4.2.0",
6565
"@socketsecurity/registry": "2.0.2",
6666
"@types/node": "24.9.2",
6767
"@typescript/native-preview": "7.0.0-dev.20250926.1",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/update-data-npm.mjs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ import validateNpmPackageName from 'validate-npm-package-name'
1414

1515
import { arrayUnique } from '@socketsecurity/lib/arrays'
1616
import { getMaintainedNodeVersions } from '@socketsecurity/lib/constants/node'
17-
import {
18-
getAbortSignal,
19-
getSpinner,
20-
} from '@socketsecurity/lib/constants/process'
17+
import { getAbortSignal } from '@socketsecurity/lib/constants/process'
2118
import { writeJson } from '@socketsecurity/lib/fs'
2219
import { getDefaultLogger } from '@socketsecurity/lib/logger'
2320
import { pFilter } from '@socketsecurity/lib/promises'
2421
import { naturalCompare } from '@socketsecurity/lib/sorts'
22+
import { getDefaultSpinner } from '@socketsecurity/lib/spinner'
2523
import { confirm } from '@socketsecurity/lib/stdio/prompts'
2624

2725
const logger = getDefaultLogger()
@@ -38,7 +36,7 @@ const npmBuiltinNamesJsonPath = path.join(npmDataPath, 'builtin-names.json')
3836
const npmLegacyNamesJsonPath = path.join(npmDataPath, 'legacy-names.json')
3937

4038
async function main() {
41-
const spinner = getSpinner()
39+
const spinner = getDefaultSpinner()
4240
spinner.start()
4341

4442
const { next } = getMaintainedNodeVersions()

0 commit comments

Comments
 (0)