diff --git a/CHANGELOG.md b/CHANGELOG.md index da0a191a4..f01cfcf17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,6 +91,7 @@ - macOS: resolve gateway token/password using config mode/remote URL, and warn when `launchctl setenv` overrides config. (#1022, #1021) — thanks @kkarimi. - Telegram: allow reply-chain messages to bypass mention gating in groups. (#1038) — thanks @adityashaw2. - Groups: treat replies to the bot as implicit mentions across supported channels. +- Security: bump `tar` to 7.5.3 to fix GHSA-8qq5-rm4j-mr97. ## 2026.1.14-1 diff --git a/package.json b/package.json index 3c58d10e3..4648dc97a 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "proper-lockfile": "^4.1.2", "qrcode-terminal": "^0.12.0", "sharp": "^0.34.5", - "tar": "^7.5.2", + "tar": "^7.5.3", "tslog": "^4.10.2", "undici": "^7.18.2", "ws": "^8.19.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7205f3c3f..56d644986 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: ^0.34.5 version: 0.34.5 tar: - specifier: ^7.5.2 - version: 7.5.2 + specifier: ^7.5.3 + version: 7.5.3 tslog: specifier: ^4.10.2 version: 4.10.2 @@ -3922,8 +3922,8 @@ packages: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} - tar@7.5.2: - resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} + tar@7.5.3: + resolution: {integrity: sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==} engines: {node: '>=18'} thenify-all@1.6.0: @@ -8522,7 +8522,7 @@ snapshots: yallist: 4.0.0 optional: true - tar@7.5.2: + tar@7.5.3: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0