Update backend npm modules

This commit is contained in:
softsimon 2022-12-01 14:24:41 +09:00
parent 0b37a02435
commit 3d45054e38
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 1976 additions and 1763 deletions

3701
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,35 +34,35 @@
"prettier": "./node_modules/.bin/prettier --write \"src/**/*.{js,ts}\"" "prettier": "./node_modules/.bin/prettier --write \"src/**/*.{js,ts}\""
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.18.6", "@babel/core": "^7.20.5",
"@mempool/electrum-client": "^1.1.7", "@mempool/electrum-client": "^1.1.7",
"@types/node": "^16.11.41", "@types/node": "^16.11.41",
"axios": "~0.27.2", "axios": "~1.2.0",
"bitcoinjs-lib": "6.0.2", "bitcoinjs-lib": "~6.0.2",
"crypto-js": "^4.0.0", "crypto-js": "~4.1.1",
"express": "^4.18.0", "express": "~4.18.2",
"maxmind": "^4.3.6", "maxmind": "~4.3.8",
"mysql2": "2.3.3", "mysql2": "~2.3.3",
"node-worker-threads-pool": "^1.5.1", "node-worker-threads-pool": "~1.5.1",
"socks-proxy-agent": "~7.0.0", "socks-proxy-agent": "~7.0.0",
"typescript": "~4.7.4", "typescript": "~4.7.4",
"ws": "~8.8.0" "ws": "~8.11.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.6", "@babel/core": "^7.20.5",
"@babel/code-frame": "^7.18.6", "@babel/code-frame": "^7.18.6",
"@types/compression": "^1.7.2", "@types/compression": "^1.7.2",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.13", "@types/express": "^4.17.14",
"@types/jest": "^28.1.4", "@types/jest": "^29.2.3",
"@types/ws": "~8.5.3", "@types/ws": "~8.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.30.5", "@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.19.0", "eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"jest": "^28.1.2", "jest": "^29.3.1",
"prettier": "^2.7.1", "prettier": "^2.8.0",
"ts-jest": "^28.0.5", "ts-jest": "^29.0.3",
"ts-node": "^10.8.2" "ts-node": "^10.9.1"
} }
} }