更新依赖

This commit is contained in:
lyswhut 2021-08-07 13:59:11 +08:00
parent a1d8540b94
commit 593183ddf8
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "0.6.0-beta",
"version": "0.6.0-beta2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -8795,9 +8795,9 @@
"integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA=="
},
"lrc-file-parser": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/lrc-file-parser/-/lrc-file-parser-1.1.0.tgz",
"integrity": "sha512-2C6j7lk2UpUae5+OnnQxXZ81ekg+LPWylAYzpCws3MFPSBqh4U3aA0cfLmjpIyDpKmS4hfNINfJZtt2jFX9peg=="
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/lrc-file-parser/-/lrc-file-parser-1.1.2.tgz",
"integrity": "sha512-AUzLhGkriwf0P0bQzLvLYFDXPcfBpwPb124MYySuvdyL9M3QPEPro9jEXD75qxM3MHbRdq2B1bbfKETUqJPPxg=="
},
"lru-cache": {
"version": "6.0.0",
@ -14076,9 +14076,9 @@
}
},
"tar": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz",
"integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.6.tgz",
"integrity": "sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==",
"requires": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",

View File

@ -45,7 +45,7 @@
"events": "^3.3.0",
"i18next": "^20.3.5",
"js-htmlencode": "^0.3.0",
"lrc-file-parser": "^1.1.0",
"lrc-file-parser": "^1.1.2",
"pako": "^2.0.4",
"process": "^0.11.10",
"prop-types": "^15.7.2",