Skip to content

Commit

Permalink
build(deps): bump express from 4.16.4 to 4.17.0 (#862)
Browse files Browse the repository at this point in the history
* build(deps): bump express from 4.16.4 to 4.17.0

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.16.4...4.17.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Upgrade the packages too
  • Loading branch information
dependabot[bot] authored and malept committed May 17, 2019
1 parent 30a6631 commit 59d64fa
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 131 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"electron-osx-sign": "^0.4.10",
"electron-packager": "^13.0.0",
"electron-rebuild": "^1.6.0",
"express": "4.16.4",
"express": "^4.17.0",
"express-ws": "^4.0.0",
"form-data": "2.3.3",
"fs-extra": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@electron-forge/web-multi-logger": "6.0.0-beta.34",
"cross-spawn-promise": "^0.10.1",
"debug": "^4.1.0",
"express": "4.16.4",
"express": "^4.17.0",
"fs-extra": "^7.0.0",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
Expand All @@ -33,4 +33,4 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.1.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/utils/web-multi-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/Logger.d.ts",
"devDependencies": {},
"dependencies": {
"express": "4.16.4",
"express": "^4.17.0",
"express-ws": "^4.0.0",
"xterm": "^3.13.0"
},
Expand Down
Loading

0 comments on commit 59d64fa

Please sign in to comment.