From 740bd6a02b4effc79aa64cb7e74dbf5ab2f3931a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:16:22 +0000 Subject: [PATCH] Bump express from 3.3.8 to 4.17.1 in /lib/jquery-ui-bootstrap Bumps [express](https://github.com/expressjs/express) from 3.3.8 to 4.17.1. - [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/3.3.8...4.17.1) Signed-off-by: dependabot[bot] --- lib/jquery-ui-bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jquery-ui-bootstrap/package.json b/lib/jquery-ui-bootstrap/package.json index a3efd87b..ddd4c71a 100644 --- a/lib/jquery-ui-bootstrap/package.json +++ b/lib/jquery-ui-bootstrap/package.json @@ -3,6 +3,6 @@ "version": "1.0.0-alpha", "dependencies": { "less": "latest", - "express": "~3.3.0" + "express": "~4.17.1" } }