Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed Sep 15, 2024
1 parent 4caca24 commit 45fd3d3
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 198 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"test": "jest"
},
"dependencies": {
"@noble/ciphers": "0.6.0",
"@noble/curves": "^1.5.0",
"@noble/hashes": "^1.4.0"
"@noble/ciphers": "^1.0.0",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"undici": "^6.19.7"
"typescript": "^5.6.2",
"undici": "^6.19.8"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit 45fd3d3

Please sign in to comment.