diff --git a/package-lock.json b/package-lock.json index 458539b3..bf73a4d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jschardet": "^3.1.4", "long": "^5.2.4", "message2call": "^0.1.3", - "music-metadata": "^10.7.0", + "music-metadata": "^10.7.1", "needle": "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060", "node-id3": "^0.2.6", "sortablejs": "^1.15.6", @@ -60,11 +60,11 @@ "css-minimizer-webpack-plugin": "^7.0.0", "del": "^6.1.1", "electron": "^32.3.0", - "electron-builder": "^26.0.0-alpha.10", + "electron-builder": "^26.0.0-alpha.11", "electron-debug": "^3.2.0", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", "electron-to-chromium": "^1.5.88", - "electron-updater": "^6.4.0-alpha.3", + "electron-updater": "^6.4.0-alpha.4", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", @@ -7456,9 +7456,9 @@ "license": "ISC" }, "node_modules/electron-updater": { - "version": "6.4.0-alpha.3", - "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.4.0-alpha.3.tgz", - "integrity": "sha512-pqbEqfKVly49UO3QhnRnzghK75BW6v6ZrpW/2vs+ZVVxHmrdwEl1bTjJFQl1LSIBABpBEwT5W9uwf3cKfrD+Bg==", + "version": "6.4.0-alpha.4", + "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.4.0-alpha.4.tgz", + "integrity": "sha512-EbpomvZWpWBRqYjEATNaQStwhytRgTd6gL5+k/BBtGushGrTADibh9hJKHA+moSNrfwQvjAOI6PDhcP8zb2Qqw==", "dev": true, "license": "MIT", "dependencies": { @@ -12135,9 +12135,9 @@ } }, "node_modules/music-metadata": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-10.7.0.tgz", - "integrity": "sha512-w8tOovMGQUyS7W/WbS+2Nrcm4m0ArpoKyTjhJAaQfUTyYdQM3iBTavHWO12Td8qGBpPq+i3njr1r7hJBriYvnQ==", + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-10.7.1.tgz", + "integrity": "sha512-juMV0ZYIaMnVMZ5p1gz+ZEHZxkE/kvxRU+AedO+CCv9zpUIsr0hbFJGrx8F5Ib+wAb0a2/LieeWBzRYwtht9Eg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b60ed019..eeee0d3e 100644 --- a/package.json +++ b/package.json @@ -134,11 +134,11 @@ "css-minimizer-webpack-plugin": "^7.0.0", "del": "^6.1.1", "electron": "^32.3.0", - "electron-builder": "^26.0.0-alpha.10", + "electron-builder": "^26.0.0-alpha.11", "electron-debug": "^3.2.0", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", "electron-to-chromium": "^1.5.88", - "electron-updater": "^6.4.0-alpha.3", + "electron-updater": "^6.4.0-alpha.4", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", @@ -189,7 +189,7 @@ "jschardet": "^3.1.4", "long": "^5.2.4", "message2call": "^0.1.3", - "music-metadata": "^10.7.0", + "music-metadata": "^10.7.1", "needle": "github:lyswhut/needle#93299ac841b7e9a9f82ca7279b88aaaeda404060", "node-id3": "^0.2.6", "sortablejs": "^1.15.6",