From 441ffe6cedecdc283b0f0c9503a1397a11c2ceae Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 8 May 2018 11:25:25 -0700 Subject: [PATCH] chore: patch security issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03302d9..c6f0aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npm/couch-url-rewrite-proxy", - "version": "1.4.0-classic.0", + "version": "1.5.0-classic.0", "description": "a proxy that rewrites URLs on their way out of couch, making registry migrations easier", "main": "server.js", "bin": "bin/couch-url-rewrite-proxy.js", @@ -39,7 +39,7 @@ "body-parser": "^1.17.2", "express": "^4.15.3", "replify": "^1.2.0", - "request": "^2.81.0", + "request": "^2.85.0", "yargs": "^8.0.2" } }