From 056a11c10ee3332daa7bd200e9a1839aacae8deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 20:41:40 +0000 Subject: [PATCH] Bump request from 2.33.0 to 2.88.0 in /bin/cad.js Bumps [request](https://github.com/request/request) from 2.33.0 to 2.88.0. - [Release notes](https://github.com/request/request/releases) - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/compare/v2.33.0...v2.88.0) Signed-off-by: dependabot[bot] --- bin/cad.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cad.js/package.json b/bin/cad.js/package.json index 945164dd0..2532e96c6 100644 --- a/bin/cad.js/package.json +++ b/bin/cad.js/package.json @@ -13,7 +13,7 @@ "libxmljs": "~0.8.1", "mkdirp": "~0.3.5", "optimist": "^0.6.1", - "request": "~2.33.0", + "request": "~2.88.0", "underscore": "~1.5.2", "xml2js": "~0.4.1" },