Skip to content

Commit a312de3

Browse files
committed
chore(deps): consolidate package versions with pnpm overrides
- Add pnpm overrides to force single versions of key dependencies: - @npmcli/[email protected] (was 9.1.4, 9.1.6) - @npmcli/[email protected] (was 9.1.0, 10.0.0) - [email protected] (was 6.3.1, 7.7.2) - [email protected] (was 5.0.1, 6.2.2) - [email protected] (was 5.1.1, 10.4.3, 11.2.2) - Update patch: @npmcli/[email protected] → @npmcli/[email protected] - Remove old @npmcli/[email protected] patch - Reduces duplicate dependencies and potential version conflicts
1 parent 5309bea commit a312de3

File tree

4 files changed

+44
-160
lines changed

4 files changed

+44
-160
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.6](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.6) - 2025-11-13
9+
10+
### Changed
11+
12+
- **deps**: Add pnpm overrides to consolidate package versions
13+
- Force single versions: `@npmcli/[email protected]`, `@npmcli/[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`
14+
- Update patch from `@npmcli/[email protected]` to `@npmcli/[email protected]`
15+
- Reduces duplicate dependencies and potential version conflicts
16+
817
## [3.3.5](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.5) - 2025-11-13
918

1019
### Fixed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"packageManager": "[email protected]",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -744,8 +744,15 @@
744744
}
745745
},
746746
"pnpm": {
747+
"overrides": {
748+
"@npmcli/arborist": "9.1.6",
749+
"@npmcli/run-script": "10.0.0",
750+
"semver": "7.7.2",
751+
"ansi-regex": "6.2.2",
752+
"lru-cache": "11.2.2"
753+
},
747754
"patchedDependencies": {
748-
"@npmcli/run-script@9.1.0": "patches/@npmcli__run-script@9.1.0.patch",
755+
"@npmcli/run-script@10.0.0": "patches/@npmcli__run-script@10.0.0.patch",
749756
750757
}
751758
}
File renamed without changes.

0 commit comments

Comments
 (0)