From 825c29e4e60bbdaeaa11fe4d7db3feea00ccf833 Mon Sep 17 00:00:00 2001 From: wenxin-jiang Date: Thu, 9 Apr 2026 10:02:35 -0400 Subject: [PATCH] v2.1.4: bump and sync package versions Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.toml | 4 +-- npm/socket-patch-android-arm64/package.json | 2 +- npm/socket-patch-darwin-arm64/package.json | 2 +- npm/socket-patch-darwin-x64/package.json | 2 +- npm/socket-patch-linux-arm-gnu/package.json | 2 +- npm/socket-patch-linux-arm-musl/package.json | 2 +- npm/socket-patch-linux-arm64-gnu/package.json | 2 +- .../package.json | 2 +- npm/socket-patch-linux-ia32-gnu/package.json | 2 +- npm/socket-patch-linux-ia32-musl/package.json | 2 +- npm/socket-patch-linux-x64-gnu/package.json | 2 +- npm/socket-patch-linux-x64-musl/package.json | 2 +- npm/socket-patch-win32-arm64/package.json | 2 +- npm/socket-patch-win32-ia32/package.json | 2 +- npm/socket-patch-win32-x64/package.json | 2 +- npm/socket-patch/package.json | 30 +++++++++---------- pypi/socket-patch/pyproject.toml | 2 +- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 94e4489..7ad7565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,13 +3,13 @@ members = ["crates/socket-patch-core", "crates/socket-patch-cli"] resolver = "2" [workspace.package] -version = "2.1.3" +version = "2.1.4" edition = "2021" license = "MIT" repository = "https://github.com/SocketDev/socket-patch" [workspace.dependencies] -socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.3" } +socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.4" } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/npm/socket-patch-android-arm64/package.json b/npm/socket-patch-android-arm64/package.json index 4c10cd4..dd9ece7 100644 --- a/npm/socket-patch-android-arm64/package.json +++ b/npm/socket-patch-android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-android-arm64", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Android ARM64", "os": [ "android" diff --git a/npm/socket-patch-darwin-arm64/package.json b/npm/socket-patch-darwin-arm64/package.json index 69772c2..81e0715 100644 --- a/npm/socket-patch-darwin-arm64/package.json +++ b/npm/socket-patch-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-darwin-arm64", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for macOS ARM64", "os": [ "darwin" diff --git a/npm/socket-patch-darwin-x64/package.json b/npm/socket-patch-darwin-x64/package.json index 4a37119..9975af8 100644 --- a/npm/socket-patch-darwin-x64/package.json +++ b/npm/socket-patch-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-darwin-x64", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for macOS x64", "os": [ "darwin" diff --git a/npm/socket-patch-linux-arm-gnu/package.json b/npm/socket-patch-linux-arm-gnu/package.json index 7324524..1b04eab 100644 --- a/npm/socket-patch-linux-arm-gnu/package.json +++ b/npm/socket-patch-linux-arm-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-arm-gnu", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux ARM (glibc)", "os": [ "linux" diff --git a/npm/socket-patch-linux-arm-musl/package.json b/npm/socket-patch-linux-arm-musl/package.json index 9303ff2..dfd42a0 100644 --- a/npm/socket-patch-linux-arm-musl/package.json +++ b/npm/socket-patch-linux-arm-musl/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-arm-musl", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux ARM (musl)", "os": [ "linux" diff --git a/npm/socket-patch-linux-arm64-gnu/package.json b/npm/socket-patch-linux-arm64-gnu/package.json index 88fc991..412eee6 100644 --- a/npm/socket-patch-linux-arm64-gnu/package.json +++ b/npm/socket-patch-linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-arm64-gnu", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux ARM64 (glibc)", "os": [ "linux" diff --git a/npm/socket-patch-linux-arm64-musl/package.json b/npm/socket-patch-linux-arm64-musl/package.json index c9c2c45..9c95bad 100644 --- a/npm/socket-patch-linux-arm64-musl/package.json +++ b/npm/socket-patch-linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-arm64-musl", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux ARM64 (musl)", "os": [ "linux" diff --git a/npm/socket-patch-linux-ia32-gnu/package.json b/npm/socket-patch-linux-ia32-gnu/package.json index d67f3ee..450a198 100644 --- a/npm/socket-patch-linux-ia32-gnu/package.json +++ b/npm/socket-patch-linux-ia32-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-ia32-gnu", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux ia32 (glibc)", "os": [ "linux" diff --git a/npm/socket-patch-linux-ia32-musl/package.json b/npm/socket-patch-linux-ia32-musl/package.json index 0274f48..cd21732 100644 --- a/npm/socket-patch-linux-ia32-musl/package.json +++ b/npm/socket-patch-linux-ia32-musl/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-ia32-musl", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux ia32 (musl)", "os": [ "linux" diff --git a/npm/socket-patch-linux-x64-gnu/package.json b/npm/socket-patch-linux-x64-gnu/package.json index 31f945a..5cfc8c5 100644 --- a/npm/socket-patch-linux-x64-gnu/package.json +++ b/npm/socket-patch-linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-x64-gnu", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux x64 (glibc)", "os": [ "linux" diff --git a/npm/socket-patch-linux-x64-musl/package.json b/npm/socket-patch-linux-x64-musl/package.json index dda344c..478885b 100644 --- a/npm/socket-patch-linux-x64-musl/package.json +++ b/npm/socket-patch-linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-linux-x64-musl", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Linux x64 (musl)", "os": [ "linux" diff --git a/npm/socket-patch-win32-arm64/package.json b/npm/socket-patch-win32-arm64/package.json index 2018f11..a0a2b32 100644 --- a/npm/socket-patch-win32-arm64/package.json +++ b/npm/socket-patch-win32-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-win32-arm64", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Windows ARM64", "os": [ "win32" diff --git a/npm/socket-patch-win32-ia32/package.json b/npm/socket-patch-win32-ia32/package.json index 96f9e4c..5c2aade 100644 --- a/npm/socket-patch-win32-ia32/package.json +++ b/npm/socket-patch-win32-ia32/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-win32-ia32", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Windows ia32", "os": [ "win32" diff --git a/npm/socket-patch-win32-x64/package.json b/npm/socket-patch-win32-x64/package.json index a0cc3e4..054eff5 100644 --- a/npm/socket-patch-win32-x64/package.json +++ b/npm/socket-patch-win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch-win32-x64", - "version": "2.1.3", + "version": "2.1.4", "description": "socket-patch binary for Windows x64", "os": [ "win32" diff --git a/npm/socket-patch/package.json b/npm/socket-patch/package.json index fce8c20..1be5c82 100644 --- a/npm/socket-patch/package.json +++ b/npm/socket-patch/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch", - "version": "2.1.3", + "version": "2.1.4", "description": "CLI tool and schema library for applying security patches to dependencies", "bin": { "socket-patch": "bin/socket-patch" @@ -42,19 +42,19 @@ "@types/node": "^20.0.0" }, "optionalDependencies": { - "@socketsecurity/socket-patch-android-arm64": "2.1.3", - "@socketsecurity/socket-patch-darwin-arm64": "2.1.3", - "@socketsecurity/socket-patch-darwin-x64": "2.1.3", - "@socketsecurity/socket-patch-linux-arm-gnu": "2.1.3", - "@socketsecurity/socket-patch-linux-arm-musl": "2.1.3", - "@socketsecurity/socket-patch-linux-arm64-gnu": "2.1.3", - "@socketsecurity/socket-patch-linux-arm64-musl": "2.1.3", - "@socketsecurity/socket-patch-linux-ia32-gnu": "2.1.3", - "@socketsecurity/socket-patch-linux-ia32-musl": "2.1.3", - "@socketsecurity/socket-patch-linux-x64-gnu": "2.1.3", - "@socketsecurity/socket-patch-linux-x64-musl": "2.1.3", - "@socketsecurity/socket-patch-win32-arm64": "2.1.3", - "@socketsecurity/socket-patch-win32-ia32": "2.1.3", - "@socketsecurity/socket-patch-win32-x64": "2.1.3" + "@socketsecurity/socket-patch-android-arm64": "2.1.4", + "@socketsecurity/socket-patch-darwin-arm64": "2.1.4", + "@socketsecurity/socket-patch-darwin-x64": "2.1.4", + "@socketsecurity/socket-patch-linux-arm-gnu": "2.1.4", + "@socketsecurity/socket-patch-linux-arm-musl": "2.1.4", + "@socketsecurity/socket-patch-linux-arm64-gnu": "2.1.4", + "@socketsecurity/socket-patch-linux-arm64-musl": "2.1.4", + "@socketsecurity/socket-patch-linux-ia32-gnu": "2.1.4", + "@socketsecurity/socket-patch-linux-ia32-musl": "2.1.4", + "@socketsecurity/socket-patch-linux-x64-gnu": "2.1.4", + "@socketsecurity/socket-patch-linux-x64-musl": "2.1.4", + "@socketsecurity/socket-patch-win32-arm64": "2.1.4", + "@socketsecurity/socket-patch-win32-ia32": "2.1.4", + "@socketsecurity/socket-patch-win32-x64": "2.1.4" } } diff --git a/pypi/socket-patch/pyproject.toml b/pypi/socket-patch/pyproject.toml index b6c8822..8b2d70c 100644 --- a/pypi/socket-patch/pyproject.toml +++ b/pypi/socket-patch/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socket-patch" -version = "2.1.3" +version = "2.1.4" description = "CLI tool for applying security patches to dependencies" readme = "README.md" license = "MIT"