Merge branch 'master' into nymkappa/feature/clightning

This commit is contained in:
wiz 2022-08-02 22:57:25 +00:00 committed by GitHub
commit 215df5efed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@
"bitcoinjs-lib": "6.0.1", "bitcoinjs-lib": "6.0.1",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"express": "^4.18.0", "express": "^4.18.0",
"fast-xml-parser": "^4.0.9",
"maxmind": "^4.3.6", "maxmind": "^4.3.6",
"mysql2": "2.3.3", "mysql2": "2.3.3",
"node-worker-threads-pool": "^1.5.1", "node-worker-threads-pool": "^1.5.1",
@ -53,7 +54,6 @@
"@typescript-eslint/parser": "^5.30.5", "@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0", "eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"fast-xml-parser": "^4.0.9",
"prettier": "^2.7.1" "prettier": "^2.7.1"
} }
} }