diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-15 00:11:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 00:11:21 +0200 |
commit | 3934c68dee9ad5c7f037361e9d8b02215c1296bd (patch) | |
tree | eea1363a11a06314fea67daaf4738505ed297b66 | |
parent | 2eebdaf506c3c242f224fedbdb44dfb9f1bf8f8a (diff) | |
download | jquery-ui-3934c68dee9ad5c7f037361e9d8b02215c1296bd.tar.gz jquery-ui-3934c68dee9ad5c7f037361e9d8b02215c1296bd.zip |
Build: Bump express from 4.19.2 to 4.20.0
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.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.19.2...4.20.0)
Closes gh-2293
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cc8b14a9a..f9f83b402 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "diff": "5.2.0", "eslint-config-jquery": "3.0.2", "exit-hook": "4.0.0", - "express": "4.19.2", + "express": "4.20.0", "express-body-parser-error-handler": "1.0.7", "grunt": "1.6.1", "grunt-bowercopy": "1.2.5", |