diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-26 15:39:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 15:39:14 +0000 |
commit | 5685313666199b7110f4e97368bc169addc44fce (patch) | |
tree | 50d1ff0479032c2eaca3daf931756d7a697a185e /package.json | |
parent | Bump @typescript-eslint/parser from 5.20.0 to 5.21.0 (#60) (diff) | |
download | ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.tar ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.tar.gz ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.tar.bz2 ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.tar.lz ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.tar.xz ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.tar.zst ee4511w-web-5685313666199b7110f4e97368bc169addc44fce.zip |
Bump express from 4.17.3 to 4.18.0 (#62)
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.18.0.
- [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.17.3...4.18.0)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9901ce4..2f38b34 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "cookie-parser": "1.4.6", "csurf": "1.11.0", "ejs": "3.1.7", - "express": "4.17.3", + "express": "4.18.0", "express-fileupload": "1.3.1", "express-rate-limit": "6.4.0", "helmet": "5.0.2", |