Skip to content

Commit

Permalink
Chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Apr 20, 2024
1 parent 318b5ec commit b672768
Show file tree
Hide file tree
Showing 3 changed files with 1,157 additions and 2,030 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ldclabs/cose-ts",
"type": "module",
"version": "1.1.1",
"version": "1.2.0",
"author": "0xZensh <[email protected]>",
"description": "Implemented Keys, Algorithms (RFC9053), COSE (RFC9052) and CWT (RFC8392) in TypeScript.",
"license": "MIT",
Expand Down Expand Up @@ -120,14 +120,14 @@
"test": "vitest src --coverage --run"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"keywords": [
"cose",
Expand All @@ -137,9 +137,9 @@
"RFC9053"
],
"dependencies": {
"@noble/ciphers": "=0.4.1",
"@noble/curves": "=1.3.0",
"@noble/hashes": "=1.3.3",
"cborg": "^4.0.8"
"@noble/ciphers": "^0.5.2",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"cborg": "^4.2.0"
}
}
Loading

0 comments on commit b672768

Please sign in to comment.