Skip to content

Commit

Permalink
Bump dependencies (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed Jun 7, 2024
1 parent 34177c1 commit a7eb9ab
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 307 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,20 @@
"test": "jest"
},
"dependencies": {
"@noble/ciphers": "^0.5.1",
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3"
"@noble/ciphers": "^0.5.3",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@types/node": "^20.14.2",
"@types/node-fetch": "^2.6.11",
"https-proxy-agent": "^7.0.4",
"jest": "^29.7.0",
"node-fetch": "^2.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.7.4+sha512.fdb4396d7a7c97b92b866d905d0546b8f8f3342fd9fe9d1f2b8930f1a22ba86d18b614d2f5a9112861e25b26875fadb7967b42ae21c16593ea85b5dccea48d56"
}
Loading

0 comments on commit a7eb9ab

Please sign in to comment.