Upgrade vulnerable deps

This commit is contained in:
Jonathan Cremin 2018-12-06 17:02:10 +00:00
parent 67dd8e17bf
commit c32b756aba
4 changed files with 328 additions and 1761 deletions

View file

@ -46,24 +46,24 @@
"koa-views": "^6.1.4", "koa-views": "^6.1.4",
"kue": "^0.11.6", "kue": "^0.11.6",
"mini-css-extract-plugin": "^0.4.0", "mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0", "node-sass": "^4.11.0",
"nodebrainz": "^2.1.1", "nodebrainz": "^2.1.1",
"pg": "^7.4.3", "pg": "^7.4.3",
"playmusic": "^2.3.0", "playmusic": "^2.3.0",
"raven": "^2.6.0", "raven": "^2.6.0",
"sass-loader": "^7.0.1", "sass-loader": "^7.0.1",
"sequelize": "^4.37.6", "sequelize": "^4.37.6",
"spotify-web-api-node": "^3.1.0", "spotify-web-api-node": "^4.0.0",
"superagent": "^3.8.2", "superagent": "^3.8.2",
"vue": "^2.5.16", "vue": "^2.5.17",
"vue-loader": "^15.0.4", "vue-loader": "^15.0.4",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.16", "vue-server-renderer": "^2.5.17",
"vue-template-compiler": "^2.5.16", "vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1", "vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0", "vuex-router-sync": "^5.0.0",
"webpack": "^4.6.0", "webpack": "^4.6.0",
"webpack-cli": "^2.0.15", "webpack-cli": "^3.1.2",
"webpack-stats-plugin": "^0.2.1" "webpack-stats-plugin": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {

View file

@ -22,7 +22,7 @@ describe('Deezer', () => {
it('should find album with various artists by search', async function (){ it('should find album with various artists by search', async function (){
const result = await deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection'}); const result = await deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection'});
result.name.should.equal('The Trevor Nelson Collection 3'); result.name.should.equal('The Trevor Nelson Collection');
}); });
it('should find track by search', async function (){ it('should find track by search', async function (){

View file

@ -10,7 +10,7 @@ describe('Google Play Music', () => {
it('should find track by ID', async function (){ it('should find track by ID', async function (){
const result = await google.lookupId('Tjosptub24g2dft37lforqnudpe', 'track'); const result = await google.lookupId('Tjosptub24g2dft37lforqnudpe', 'track');
result.name.should.equal('Cherub Rock'); result.name.should.equal('Cherub Rock (Remastered 2011)');
}); });
}); });

2073
yarn.lock

File diff suppressed because it is too large Load diff