diff --git a/package-lock.json b/package-lock.json index 74689eb..efa7bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "unlock-music", - "version": "1.6.4", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4173,9 +4173,9 @@ } }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" }, "core-js-compat": { "version": "3.6.5", diff --git a/package.json b/package.json index c0bf6f0..01537e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unlock-music", - "version": "1.6.4", - "updateInfo": "支持QQ音乐微云网盘格式;.kgm解锁的一些优化", + "version": "1.7.0", + "updateInfo": "适配深色模式;修复.ncm解锁的一些问题", "license": "MIT", "description": "Unlock encrypted music file in browser.", "repository": { @@ -17,7 +17,7 @@ "dependencies": { "base64-js": "^1.3.1", "browser-id3-writer": "^4.4.0", - "core-js": "^3.6.4", + "core-js": "^3.7.0", "crypto-js": "^4.0.0", "element-ui": "^2.14.0", "iconv-lite": "^0.5.1",