Bump version to 1.10.16 and bump dependencies (#453)

This commit is contained in:
Michał Leszczyński
2025-04-19 18:29:23 +02:00
committed by GitHub
parent e5ad6ef2d7
commit acb8b194f5
4 changed files with 955 additions and 1985 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@arx-research/halocli",
"version": "1.10.15",
"version": "1.10.16",
"description": "HaLo Command Line Interface Tool for PC/SC",
"contributors": [
{
@@ -45,30 +45,30 @@
"dependencies": {
"@arx-research/libhalo": "../core",
"argparse": "^2.0.1",
"bufferutil": "^4.0.8",
"express": "^4.21.2",
"bufferutil": "^4.0.9",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"nfc-pcsc": "^0.8.1",
"nunjucks": "^3.2.4",
"open": "^10.1.0",
"open": "^10.1.1",
"promise-socket": "^8.0.0",
"websocket": "^1.0.35",
"ws": "^8.18.0"
"ws": "^8.18.1"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@types/argparse": "^2.0.16",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@eslint/js": "^9.25.0",
"@types/argparse": "^2.0.17",
"@types/express": "^5.0.1",
"@types/jsonwebtoken": "^9.0.9",
"@types/nunjucks": "^3.2.6",
"@types/ws": "^8.5.11",
"@yao-pkg/pkg": "^5.12.0",
"eslint": "^9.7.0",
"resedit": "^2.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4"
"@types/ws": "^8.18.1",
"@yao-pkg/pkg": "^6.4.0",
"eslint": "^9.25.0",
"resedit": "^2.0.3",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@arx-research/libhalo",
"version": "1.10.15",
"version": "1.10.16",
"description": "LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.",
"contributors": [
{
@@ -65,32 +65,32 @@
"dependencies": {
"buffer": "^6.0.3",
"elliptic": "^6.6.1",
"ethers": "^6.13.1",
"jose": "^5.6.3",
"ethers": "^6.13.5",
"jose": "^6.0.10",
"js-sha256": "^0.11.0",
"pbkdf2": "^3.1.2",
"qrcode": "^1.5.3",
"query-string": "^9.0.0",
"qrcode": "^1.5.4",
"query-string": "^9.1.1",
"strongly-typed-events": "^3.0.11",
"websocket-as-promised": "^2.1.0"
"websocket-as-promised": "^3.0.0"
},
"peerDependencies": {
"viem": "^2.23.10"
"viem": "^2.27.2"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.25.0",
"@types/elliptic": "^6.4.18",
"@types/pbkdf2": "^3.1.2",
"@types/qrcode": "^1.5.5",
"crypto-browserify": "^3.12.0",
"eslint": "^9.22.0",
"eslint": "^9.25.0",
"install-peers-cli": "^2.2.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4"
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1"
}
}

File diff suppressed because it is too large Load Diff