diff --git a/Cargo.toml b/Cargo.toml index 41c1ab4..d619fa0 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.0" +version = "2.1.1" edition = "2021" license = "MIT" repository = "https://github.com/SocketDev/socket-patch" [workspace.dependencies] -socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.0" } +socket-patch-core = { path = "crates/socket-patch-core", version = "2.1.1" } 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 691d671..ae827d1 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.0", + "version": "2.1.1", "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 892803d..2230943 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.0", + "version": "2.1.1", "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 59b3d4e..dc5f7f9 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.0", + "version": "2.1.1", "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 9bf113c..eb7ee42 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.0", + "version": "2.1.1", "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 7d306aa..0f751a8 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.0", + "version": "2.1.1", "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 2d52809..e533cab 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.0", + "version": "2.1.1", "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 945d63d..39ec5a1 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.0", + "version": "2.1.1", "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 25c8fe5..685b944 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.0", + "version": "2.1.1", "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 0954dde..85e7e2f 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.0", + "version": "2.1.1", "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 33ceb65..38b57cb 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.0", + "version": "2.1.1", "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 3fb34e9..74fbd61 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.0", + "version": "2.1.1", "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 def0246..de10368 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.0", + "version": "2.1.1", "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 8e6c293..8179c95 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.0", + "version": "2.1.1", "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 81afa4f..94f98f0 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.0", + "version": "2.1.1", "description": "socket-patch binary for Windows x64", "os": [ "win32" diff --git a/npm/socket-patch/package.json b/npm/socket-patch/package.json index 773c185..7c2f6b7 100644 --- a/npm/socket-patch/package.json +++ b/npm/socket-patch/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/socket-patch", - "version": "2.1.0", + "version": "2.1.1", "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.0", - "@socketsecurity/socket-patch-darwin-arm64": "2.1.0", - "@socketsecurity/socket-patch-darwin-x64": "2.1.0", - "@socketsecurity/socket-patch-linux-arm-gnu": "2.1.0", - "@socketsecurity/socket-patch-linux-arm-musl": "2.1.0", - "@socketsecurity/socket-patch-linux-arm64-gnu": "2.1.0", - "@socketsecurity/socket-patch-linux-arm64-musl": "2.1.0", - "@socketsecurity/socket-patch-linux-ia32-gnu": "2.1.0", - "@socketsecurity/socket-patch-linux-ia32-musl": "2.1.0", - "@socketsecurity/socket-patch-linux-x64-gnu": "2.1.0", - "@socketsecurity/socket-patch-linux-x64-musl": "2.1.0", - "@socketsecurity/socket-patch-win32-arm64": "2.1.0", - "@socketsecurity/socket-patch-win32-ia32": "2.1.0", - "@socketsecurity/socket-patch-win32-x64": "2.1.0" + "@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" } } diff --git a/pypi/socket-patch/pyproject.toml b/pypi/socket-patch/pyproject.toml index 4a0b6a9..a3bb025 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.0" +version = "2.1.1" description = "CLI tool for applying security patches to dependencies" readme = "README.md" license = "MIT"