Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-arm-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-arm-musl/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-ia32-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-ia32-musl/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-win32-arm64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-win32-ia32/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/socket-patch-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
30 changes: 15 additions & 15 deletions npm/socket-patch/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion pypi/socket-patch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading