Skip to content

Commit 14e7cef

Browse files
committed
fix(deps): add strip-ansi override for bundling compatibility
Forces [email protected] for compatibility with [email protected].
1 parent d9c8543 commit 14e7cef

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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.9](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.9) - 2025-11-14
9+
10+
### Fixed
11+
12+
- **deps**: Add strip-ansi override to fix bundling compatibility
13+
- Forces [email protected] for compatibility with [email protected]
14+
815
## [3.3.8](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.8) - 2025-11-14
916

1017
### Fixed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "3.3.8",
3+
"version": "3.3.9",
44
"packageManager": "[email protected]",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -749,6 +749,7 @@
749749
"@npmcli/run-script": "10.0.0",
750750
"semver": "7.7.2",
751751
"ansi-regex": "6.2.2",
752+
"strip-ansi": "7.1.2",
752753
"lru-cache": "11.2.2"
753754
},
754755
"patchedDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)