From 0b02015be1fe0ff4486af7a0040e3ba52c10b840 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Wed, 14 Feb 2018 09:16:49 -0800 Subject: [PATCH] Update deps n changelog --- CHANGELOG.md | 11 +++++++++++ package.json | 16 ++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ea73e..c072129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.5.10 - 2018-02-14 +* Update internal deps: + * Update music-metadata@0.9.2 + * Update pump@3.0.0 + * Update browserify@16.1.0 + * Update electron@1.8.2 + * Update electron-builder@20.0.4 + +## 0.5.9 - 2018-01-27 +* Update electron due to security fixes + ## 0.5.8 - 2017-12-21 * Disable slow duration extraction. Some songs may lack a duration but this will avoid slow metadata extraction. We have a solution that is almost done to alleviate this issue, hold tight. * Better library scan timing. diff --git a/package.json b/package.json index 1536fd4..846d8d5 100644 --- a/package.json +++ b/package.json @@ -68,12 +68,12 @@ "lodash.throttle": "^4.1.1", "mkdirp": "^0.5.1", "mousetrap": "^1.6.1", - "music-metadata": "^0.8.7", + "music-metadata": "^0.9.2", "nanobus": "^4.1.0", "nanocomponent": "^6.0.0", "nanologger": "^1.3.0", "nanotick": "^1.1.6", - "pump": "^2.0.0", + "pump": "^3.0.0", "raven": "^2.2.1", "raven-js": "^3.19.1", "run-parallel": "^1.1.6", @@ -82,18 +82,18 @@ }, "devDependencies": { "@tap-format/spec": "^0.2.0", - "browserify": "^14.5.0", - "budo": "^10.0.4", + "browserify": "^16.1.0", + "budo": "^11.1.3", "buffer-equal": "^1.0.0", "bundle-collapser": "^1.3.0", "common-shakeify": "^0.4.4", "concat-stream": "^1.6.0", - "dependency-check": "^2.8.0", - "electron": "1.7.11", - "electron-builder": "19.55.2", + "dependency-check": "^3.0.0", + "electron": "1.8.2", + "electron-builder": "20.0.4", "electron-renderify": "0.0.2", "envify": "^4.1.0", - "is-buffer": "^1.1.5", + "is-buffer": "^2.0.0", "npm-run-all": "^4.1.1", "rimraf": "^2.6.2", "snazzy": "^7.0.0",