Skip to content

Commit

Permalink
Bump dependencies (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Dec 7, 2023
1 parent f0599de commit 380c314
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 190 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
- Bump dependencies
- Drop Node 14 support

## 0.3.1 ~ 0.3.17
## 0.3.1 ~ 0.3.18

- Revamp tests
- Support Node 18, 20
- Drop Node 10, 12 support
- Bump dependencies
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ecies/js.git"
"url": "git+https://github.com/ecies/js.git"
},
"version": "0.4.6",
"engines": {
Expand Down Expand Up @@ -40,14 +40,14 @@
"@noble/hashes": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.3",
"@types/node-fetch": "^2.6.9",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"node-fetch": "^2.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 380c314

Please sign in to comment.