@socketsecurity/lib 3.3.8 → 3.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/external/@inquirer/checkbox.js +363 -1218
- package/dist/external/@inquirer/confirm.js +361 -1216
- package/dist/external/@inquirer/input.js +363 -1218
- package/dist/external/@inquirer/password.js +363 -1218
- package/dist/external/@inquirer/search.js +363 -1218
- package/dist/external/@inquirer/select.js +361 -1216
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/lib",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.10",
|
|
4
4
|
"packageManager": "pnpm@10.22.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Core utilities and infrastructure for Socket.dev security tools",
|
|
@@ -749,6 +749,9 @@
|
|
|
749
749
|
"@npmcli/run-script": "10.0.0",
|
|
750
750
|
"semver": "7.7.2",
|
|
751
751
|
"ansi-regex": "6.2.2",
|
|
752
|
+
"strip-ansi": "7.1.2",
|
|
753
|
+
"string-width": "8.1.0",
|
|
754
|
+
"wrap-ansi": "9.0.2",
|
|
752
755
|
"lru-cache": "11.2.2"
|
|
753
756
|
},
|
|
754
757
|
"patchedDependencies": {
|