chore(deps): 更新部分依赖

This commit is contained in:
ImFurina 2025-09-12 20:40:13 +08:00
parent 5478041ddd
commit e0bcb214cb
3 changed files with 5296 additions and 12 deletions

View File

@ -65,24 +65,26 @@
"data" "data"
], ],
"dependencies": { "dependencies": {
"axios": "^1.2.2", "@unblockneteasemusic/server": "^0.27.10",
"axios": "^1.12.0",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"express": "^4.17.1", "dotenv": "^17.2.2",
"express-fileupload": "^1.1.9", "express": "^4.21.2",
"express-fileupload": "^1.5.2",
"md5": "^2.3.0", "md5": "^2.3.0",
"music-metadata": "^7.5.3", "music-metadata": "^7.14.0",
"node-forge": "^1.3.1", "node-forge": "^1.3.1",
"pac-proxy-agent": "^7.0.0", "pac-proxy-agent": "^7.2.0",
"qrcode": "^1.4.4", "qrcode": "^1.5.4",
"safe-decode-uri-component": "^1.2.1", "safe-decode-uri-component": "^1.2.1",
"tunnel": "^0.0.6", "tunnel": "^0.0.6",
"xml2js": "^0.6.2", "xml2js": "^0.6.2",
"yargs": "^17.1.1" "yargs": "^17.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.13", "@types/express": "^4.17.23",
"@types/express-fileupload": "^1.2.2", "@types/express-fileupload": "^1.5.1",
"@types/mocha": "^9.1.0", "@types/mocha": "^9.1.1",
"@types/node": "16.11.19", "@types/node": "16.11.19",
"@typescript-eslint/eslint-plugin": "5.0.0", "@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0", "@typescript-eslint/parser": "5.0.0",
@ -94,7 +96,7 @@
"intelli-espower-loader": "1.1.0", "intelli-espower-loader": "1.1.0",
"lint-staged": "12.1.7", "lint-staged": "12.1.7",
"mocha": "10.0.0", "mocha": "10.0.0",
"pkg": "^5.8.0", "pkg": "^5.8.1",
"power-assert": "1.6.1", "power-assert": "1.6.1",
"prettier": "2.7.1", "prettier": "2.7.1",
"typescript": "4.5.2" "typescript": "4.5.2"

5280
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -84,8 +84,10 @@
<body> <body>
<div class="container"> <div class="container">
<h1>网易云音乐 API <span id="api-version"></span></h1> <h1>网易云音乐 API 二改<span id="api-version"></span></h1>
<p>当你看到这个页面时,这个服务已经成功跑起来了~</p> <p>当你看到这个页面时,这个服务已经成功跑起来了~</p>
<p>本项目基于原版API二改, 添加了解灰接口</p>
<p>本项目更新是及时的</p>
<p class="current-url"><span id="current-url"></span></p> <p class="current-url"><span id="current-url"></span></p>
<a href="/docs">查看文档</a> <a href="/docs">查看文档</a>
<h2>例子:</h2> <h2>例子:</h2>