Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 2d75e88

Browse files
committed
Update dependencies
1 parent 419c7f4 commit 2d75e88

File tree

3 files changed

+33
-35
lines changed

3 files changed

+33
-35
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "12"
34
- "11"
45

56
script:

package-lock.json

Lines changed: 29 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dhole-crypto",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "JavaScript port of soatok/dhole-cryptography from PHP",
55
"main": "index.js",
66
"repository": "https://github.com/soatok/dholecrypto-js",
@@ -34,11 +34,11 @@
3434
"assert": "^1.4.1",
3535
"load-json-file": "^5.3.0",
3636
"rfc4648": "^1.2.0",
37-
"sodium-native": "^2.3.0",
37+
"sodium-native": "^2.4.2",
3838
"typedarray-to-buffer": "^3.1.5"
3939
},
4040
"devDependencies": {
4141
"chai": "^4.2.0",
42-
"mocha": "^6.1.3"
42+
"mocha": "^6.2.0"
4343
}
4444
}

0 commit comments

Comments
 (0)