diff --git a/Cargo.toml b/Cargo.toml index d619fa0..d1d7ac2 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.1" +version = "2.1.2" edition = "2021" license = "MIT" repository = "https://github.com/SocketDev/socket-patch" [workspace.dependencies] -socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.1" } +socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.2" } 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 ae827d1..7995335 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.1", + "version": "2.1.2", "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 2230943..d8b404d 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.1", + "version": "2.1.2", "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 dc5f7f9..0fbc2d6 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.1", + "version": "2.1.2", "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 eb7ee42..085b6cd 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.1", + "version": "2.1.2", "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 0f751a8..c05b332 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.1", + "version": "2.1.2", "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 e533cab..6ce580a 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.1", + "version": "2.1.2", "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 39ec5a1..e45bd49 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.1", + "version": "2.1.2", "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 685b944..158f129 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.1", + "version": "2.1.2", "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 85e7e2f..a1d7744 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.1", + "version": "2.1.2", "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 38b57cb..a2fbcef 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.1", + "version": "2.1.2", "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 74fbd61..bb87a31 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.1", + "version": "2.1.2", "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 de10368..7b851a1 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.1", + "version": "2.1.2", "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 8179c95..62d29d7 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.1", + "version": "2.1.2", "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 94f98f0..40cb8f6 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.1", + "version": "2.1.2", "description": "socket-patch binary for Windows x64", "os": [ "win32" diff --git a/npm/socket-patch/package.json b/npm/socket-patch/package.json index 7c2f6b7..5052db0 100644 --- a/npm/socket-patch/package.json +++ b/npm/socket-patch/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch", - "version": "2.1.1", + "version": "2.1.2", "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.1", - "@socketsecurity/socket-patch-darwin-arm64": "2.1.1", - "@socketsecurity/socket-patch-darwin-x64": "2.1.1", - "@socketsecurity/socket-patch-linux-arm-gnu": "2.1.1", - "@socketsecurity/socket-patch-linux-arm-musl": "2.1.1", - "@socketsecurity/socket-patch-linux-arm64-gnu": "2.1.1", - "@socketsecurity/socket-patch-linux-arm64-musl": "2.1.1", - "@socketsecurity/socket-patch-linux-ia32-gnu": "2.1.1", - "@socketsecurity/socket-patch-linux-ia32-musl": "2.1.1", - "@socketsecurity/socket-patch-linux-x64-gnu": "2.1.1", - "@socketsecurity/socket-patch-linux-x64-musl": "2.1.1", - "@socketsecurity/socket-patch-win32-arm64": "2.1.1", - "@socketsecurity/socket-patch-win32-ia32": "2.1.1", - "@socketsecurity/socket-patch-win32-x64": "2.1.1" + "@socketsecurity/socket-patch-android-arm64": "2.1.2", + "@socketsecurity/socket-patch-darwin-arm64": "2.1.2", + "@socketsecurity/socket-patch-darwin-x64": "2.1.2", + "@socketsecurity/socket-patch-linux-arm-gnu": "2.1.2", + "@socketsecurity/socket-patch-linux-arm-musl": "2.1.2", + "@socketsecurity/socket-patch-linux-arm64-gnu": "2.1.2", + "@socketsecurity/socket-patch-linux-arm64-musl": "2.1.2", + "@socketsecurity/socket-patch-linux-ia32-gnu": "2.1.2", + "@socketsecurity/socket-patch-linux-ia32-musl": "2.1.2", + "@socketsecurity/socket-patch-linux-x64-gnu": "2.1.2", + "@socketsecurity/socket-patch-linux-x64-musl": "2.1.2", + "@socketsecurity/socket-patch-win32-arm64": "2.1.2", + "@socketsecurity/socket-patch-win32-ia32": "2.1.2", + "@socketsecurity/socket-patch-win32-x64": "2.1.2" } } diff --git a/pypi/socket-patch/pyproject.toml b/pypi/socket-patch/pyproject.toml index a3bb025..1832f58 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.1" +version = "2.1.2" description = "CLI tool for applying security patches to dependencies" readme = "README.md" license = "MIT"