Skip to content

Commit

Permalink
Merge pull request #289 from strongloop/upgrade-deps
Browse files Browse the repository at this point in the history
chore: upgrade deps to avoid npm audit warnings
  • Loading branch information
raymondfeng authored Mar 28, 2019
2 parents 17ba74e + 02da15c commit 561cbd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
"license": "MIT",
"dependencies": {
"async": "^2.4.0",
"bluebird": "^3.4.0",
"bluebird": "^3.5.3",
"commondir": "^1.0.1",
"debug": "^2.2.0",
"debug": "^4.1.1",
"lodash": "^4.17.11",
"semver": "^5.1.0",
"strong-globalize": "^4.1.1",
"toposort": "^2.0.2"
},
"devDependencies": {
"browserify": "^4.2.3",
"chai": "^3.5.0",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"coffeeify": "^3.0.1",
"coffeescript": "^2.3.1",
"coffeeify": "^2.0.1",
"dirty-chai": "^1.2.2",
"dirty-chai": "^2.0.1",
"eslint": "^5.2.0",
"eslint-config-loopback": "^11.0.0",
"fs-extra": "^3.0.1",
"fs-extra": "^7.0.1",
"loopback": "^3.0.0",
"mocha": "^5.2.0",
"supertest": "^3.0.0"
"supertest": "^4.0.2"
}
}
3 changes: 2 additions & 1 deletion test/helpers/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ var vm = require('vm');
function createContext() {
var context = {
// required by browserify
XMLHttpRequest: function() { throw new Error('not implemented'); },
XMLHttpRequest: function() {},
clearTimeout: function() {},
FormData: function() { throw new Error('not implemented'); },

localStorage: {
Expand Down

0 comments on commit 561cbd5

Please sign in to comment.