diff --git a/Cargo.toml b/Cargo.toml index d1d7ac2..94e4489 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.2" +version = "2.1.3" edition = "2021" license = "MIT" repository = "https://github.com/SocketDev/socket-patch" [workspace.dependencies] -socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.2" } +socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.3" } 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 7995335..4c10cd4 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.2", + "version": "2.1.3", "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 d8b404d..69772c2 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.2", + "version": "2.1.3", "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 0fbc2d6..4a37119 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.2", + "version": "2.1.3", "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 085b6cd..7324524 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.2", + "version": "2.1.3", "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 c05b332..9303ff2 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.2", + "version": "2.1.3", "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 6ce580a..88fc991 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.2", + "version": "2.1.3", "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 e45bd49..c9c2c45 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.2", + "version": "2.1.3", "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 158f129..d67f3ee 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.2", + "version": "2.1.3", "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 a1d7744..0274f48 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.2", + "version": "2.1.3", "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 a2fbcef..31f945a 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.2", + "version": "2.1.3", "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 bb87a31..dda344c 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.2", + "version": "2.1.3", "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 7b851a1..2018f11 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.2", + "version": "2.1.3", "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 62d29d7..96f9e4c 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.2", + "version": "2.1.3", "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 40cb8f6..a0cc3e4 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.2", + "version": "2.1.3", "description": "socket-patch binary for Windows x64", "os": [ "win32" diff --git a/npm/socket-patch/package.json b/npm/socket-patch/package.json index 5052db0..fce8c20 100644 --- a/npm/socket-patch/package.json +++ b/npm/socket-patch/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch", - "version": "2.1.2", + "version": "2.1.3", "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.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" + "@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" } } diff --git a/pypi/socket-patch/pyproject.toml b/pypi/socket-patch/pyproject.toml index 1832f58..b6c8822 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.2" +version = "2.1.3" description = "CLI tool for applying security patches to dependencies" readme = "README.md" license = "MIT"