Skip to content

Commit cb0b372

Browse files
committed
chore(release): bump to v5.18.1
1 parent 2f2a0d4 commit cb0b372

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

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+
## [5.18.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.18.1) - 2026-04-14
9+
10+
### Changed — build
11+
12+
- Dedup npm-pack.js bundle via pnpm overrides: pacote 21.5.0, make-fetch-happen 15.0.5, and 7 transitive npm packages (npm-bundled, npm-normalize-package-bin, json-parse-even-better-errors, @npmcli/installed-package-contents, @npmcli/name-from-folder, @npmcli/promise-spawn, @npmcli/redact)
13+
- npm-pack.js: 69,738 → 66,443 lines (2.59MB → 2.46MB), 22 duplicate packages removed
14+
815
## [5.18.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.18.0) - 2026-04-14
916

1017
### Added — dlx

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.18.0",
3+
"version": "5.18.1",
44
"packageManager": "pnpm@11.0.0-rc.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -761,14 +761,14 @@
761761
"libnpmpack": "9.0.9",
762762
"lint-staged": "15.2.11",
763763
"magic-string": "0.30.17",
764-
"make-fetch-happen": "15.0.2",
764+
"make-fetch-happen": "15.0.5",
765765
"nock": "14.0.10",
766766
"normalize-package-data": "8.0.0",
767767
"npm-package-arg": "13.0.0",
768768
"oxfmt": "^0.37.0",
769769
"oxlint": "1.53.0",
770770
"p-map": "7.0.4",
771-
"pacote": "21.0.1",
771+
"pacote": "21.5.0",
772772
"picomatch": "4.0.4",
773773
"pony-cause": "2.1.11",
774774
"semver": "7.7.2",

0 commit comments

Comments
 (0)