diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-08 00:39:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 00:39:58 +0000 |
| commit | 3abb47d9a25d92141b66f6fd0382bd92c68c2400 (patch) | |
| tree | 87ab7451e4fb7d4acdd45dfb343da9952fcf8725 /package.json | |
| parent | d28fe39aef748e97a843e2bb257b9ace28d3084e (diff) | |
| download | tplink-energy-monitor-3abb47d9a25d92141b66f6fd0382bd92c68c2400.tar.xz tplink-energy-monitor-3abb47d9a25d92141b66f6fd0382bd92c68c2400.zip | |
Bump express from 4.16.3 to 4.17.3dependabot/npm_and_yarn/express-4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.3)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 43e0f7c..822a5b0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "cookie-parser": "~1.4.3", "debug": "~2.6.9", - "express": "~4.16.0", + "express": "~4.17.3", "hbs": "~4.0.1", "http-errors": "~1.6.2", "morgan": "~1.9.0", |