Skip to content

Commit

Permalink
Bump dependencies (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Mar 12, 2024
1 parent 7f9e4cc commit f7f0923
Show file tree
Hide file tree
Showing 8 changed files with 290 additions and 296 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Changelog

## 0.4.1 ~ 0.4.6
## 0.4.1 ~ 0.4.7

- Revamp util functions
- Drop Node 16 support
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Weiliang Li
Copyright (c) 2019-2024 Weiliang Li

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "git+https://github.com/ecies/js.git"
},
"version": "0.4.6",
"version": "0.4.7",
"engines": {
"node": ">=16.0.0"
},
Expand All @@ -35,19 +35,19 @@
"test": "jest"
},
"dependencies": {
"@noble/ciphers": "^0.4.0",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2"
"@noble/ciphers": "^0.5.1",
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.3",
"@types/node-fetch": "^2.6.9",
"https-proxy-agent": "^7.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@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.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit f7f0923

Please sign in to comment.