Skip to content

Commit 68b5b74

Browse files
committed
chore: update dependencies & pump version
1 parent 613d1f2 commit 68b5b74

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adamant-api",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "REST API for ADAMANT Blockchain",
55
"main": "src/index.js",
66
"scripts": {
@@ -13,17 +13,17 @@
1313
"license": "GPL-3.0",
1414
"dependencies": {
1515
"@liskhq/lisk-cryptography": "3.2.1",
16-
"axios": "^0.27.2",
17-
"bignumber.js": "^9.0.2",
16+
"axios": "^1.1.3",
17+
"bignumber.js": "^9.1.0",
1818
"bitcoinjs-lib": "^5.2.0",
19-
"bitcore-mnemonic": "^8.25.30",
19+
"bitcore-mnemonic": "^8.25.40",
2020
"bytebuffer": "^5.0.1",
2121
"coininfo": "^5.2.1",
2222
"ed2curve": "^0.3.0",
2323
"ethereumjs-util": "^7.1.5",
2424
"hdkey": "^2.0.1",
2525
"pbkdf2": "^3.1.2",
26-
"socket.io-client": "^4.5.1",
26+
"socket.io-client": "^4.5.3",
2727
"sodium-browserify-tweetnacl": "^0.2.6"
2828
},
2929
"publishConfig": {
@@ -63,12 +63,12 @@
6363
},
6464
"homepage": "https://github.com/Adamant-im/adamant-api-jsclient#readme",
6565
"devDependencies": {
66-
"@commitlint/cli": "^17.0.3",
67-
"@commitlint/config-conventional": "^17.0.3",
68-
"eslint": "^8.18.0",
66+
"@commitlint/cli": "^17.2.0",
67+
"@commitlint/config-conventional": "^17.2.0",
68+
"eslint": "^8.27.0",
6969
"eslint-config-google": "^0.14.0",
70-
"eslint-plugin-jest": "^26.5.3",
71-
"husky": "^8.0.1",
72-
"jest": "^28.1.2"
70+
"eslint-plugin-jest": "^27.1.5",
71+
"husky": "^8.0.2",
72+
"jest": "^29.3.1"
7373
}
7474
}

0 commit comments

Comments
 (0)