Skip to content

Commit f30084f

Browse files
committed
chore(deps): update dependencies
- pnpm: 10.25.0 → 10.26.0 - libnpmexec: 10.1.8 → 10.1.11 - @socketsecurity/lib-stable: 4.3.0 → 5.0.1
1 parent 8cb0576 commit f30084f

File tree

2 files changed

+207
-29
lines changed

2 files changed

+207
-29
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketsecurity/lib",
33
"version": "5.0.1",
4-
"packageManager": "pnpm@10.25.0",
4+
"packageManager": "pnpm@10.26.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
77
"keywords": [
@@ -714,7 +714,7 @@
714714
"@socketregistry/is-unicode-supported": "1.0.5",
715715
"@socketregistry/packageurl-js": "1.3.5",
716716
"@socketregistry/yocto-spinner": "1.0.25",
717-
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@4.3.0",
717+
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.0.1",
718718
"@types/node": "24.9.2",
719719
"@typescript/native-preview": "7.0.0-dev.20250920.1",
720720
"@vitest/coverage-v8": "4.0.3",
@@ -737,7 +737,7 @@
737737
"get-east-asian-width": "1.3.0",
738738
"globals": "16.4.0",
739739
"husky": "9.1.7",
740-
"libnpmexec": "^10.1.8",
740+
"libnpmexec": "^10.1.11",
741741
"libnpmpack": "9.0.9",
742742
"lint-staged": "15.2.11",
743743
"magic-string": "0.30.17",
@@ -776,12 +776,12 @@
776776
"overrides": {
777777
"@npmcli/arborist": "9.1.6",
778778
"@npmcli/run-script": "10.0.0",
779-
"semver": "7.7.2",
780779
"ansi-regex": "6.2.2",
781-
"strip-ansi": "7.1.2",
780+
"lru-cache": "11.2.2",
781+
"semver": "7.7.2",
782782
"string-width": "8.1.0",
783-
"wrap-ansi": "9.0.2",
784-
"lru-cache": "11.2.2"
783+
"strip-ansi": "7.1.2",
784+
"wrap-ansi": "9.0.2"
785785
},
786786
"patchedDependencies": {
787787
"@npmcli/[email protected]": "patches/@[email protected]",

0 commit comments

Comments
 (0)