music-metadata@4.5.0

This commit is contained in:
Feross Aboukhadijeh
2019-09-04 16:54:16 -07:00
parent c9f9c868df
commit 08ad4f73f1
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -3688,9 +3688,9 @@
}
},
"file-type": {
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-12.2.0.tgz",
"integrity": "sha512-bkDBeH5doAqP69axEO69OviLlWbrZ10Ne2OPHaxBgG+fyT0w/2zfMzJz21SPwq5Iq0aN70q7RN3KRcdUY427Mg=="
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-12.3.0.tgz",
"integrity": "sha512-4E4Esq9KLwjYCY32E7qSmd0h7LefcniZHX+XcdJ4Wfx1uGJX7QCigiqw/U0yT7WOslm28yhxl87DJ0wHYv0RAA=="
},
"filestream": {
"version": "5.0.0",
@@ -5948,9 +5948,9 @@
}
},
"music-metadata": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-4.3.0.tgz",
"integrity": "sha512-3AkowwE+sdT/YqGOacbekPEQvMszzFHLJid1mVBAiOM9HPuPV7Wm+uej3SRYydhzaLJpZW+yPqGYpgz4BwrcuQ==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-4.5.0.tgz",
"integrity": "sha512-/Zl6PkgQ4A6CDhDrY9wi5A/VDAAl7rNYCqZegBoOk8+QxQOpS1ebuKZYpJA7L2dJD8L7wgPIlltsCsdu7izKEQ==",
"requires": {
"content-type": "^1.0.4",
"debug": "^4.1.0",
@@ -9555,9 +9555,9 @@
}
},
"token-types": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/token-types/-/token-types-1.0.1.tgz",
"integrity": "sha512-Q2yPT4GA4gmIAgUrL9O9LRzKFKJ8FA1P5eiOfC2eH+IZMSJVQBCML1SOooeRicIIvTr/UZuTAX5PqMzgBXJOvg=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/token-types/-/token-types-1.0.2.tgz",
"integrity": "sha512-LIPDJaj2AfarYhA08cUguadmGDo3DGeDQmg4w12H76yDntpjJudX4RqTpxRjLhvYCUrzHTcXk1k2/AZqSV8HcA=="
},
"torrent-discovery": {
"version": "9.2.1",

View File

@@ -32,7 +32,7 @@
"location-history": "^1.0.0",
"material-ui": "^0.20.2",
"mkdirp": "^0.5.1",
"music-metadata": "^4.3.0",
"music-metadata": "^4.5.0",
"network-address": "^1.1.0",
"parse-torrent": "^7.0.0",
"prettier-bytes": "^1.0.1",