Skip to content

Commit bd234fe

Browse files
committed
fix(deps): add string-width and wrap-ansi overrides for bundling compatibility
1 parent 14e7cef commit bd234fe

File tree

3 files changed

+23
-58
lines changed

3 files changed

+23
-58
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.10](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.10) - 2025-11-14
9+
10+
### Fixed
11+
12+
- **deps**: Add string-width and wrap-ansi overrides for bundling compatibility
13+
- Forces [email protected] and [email protected] for compatibility with [email protected]
14+
815
## [3.3.9](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.9) - 2025-11-14
916

1017
### Fixed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "3.3.9",
3+
"version": "3.3.10",
44
"packageManager": "[email protected]",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -750,6 +750,8 @@
750750
"semver": "7.7.2",
751751
"ansi-regex": "6.2.2",
752752
"strip-ansi": "7.1.2",
753+
"string-width": "8.1.0",
754+
"wrap-ansi": "9.0.2",
753755
"lru-cache": "11.2.2"
754756
},
755757
"patchedDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)