From 3e313cffe4c4117509c6ff8f110f8f870caa97be Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 9 Nov 2018 00:03:31 -0500 Subject: [PATCH] Update a few dependencies to resolve `npm audit` security issues --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfe16fa71..8ffcc6a78 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "json-stringify-pretty-compact": "^1.1.0", "jsonschema": "^1.1.0", "mapillary-js": "2.14.0", - "mapillary_sprite_source": "^1.5.0", + "mapillary_sprite_source": "^1.7.0", "minimist": "^1.2.0", "mocha": "^5.0.0", "mocha-phantomjs-core": "^2.1.0", @@ -77,7 +77,7 @@ "npm-run-all": "^4.0.0", "osm-community-index": "0.4.7", "phantomjs-prebuilt": "~2.1.11", - "request": "^2.85.0", + "request": "^2.88.0", "rollup": "~0.66.0", "rollup-plugin-commonjs": "^9.0.0", "rollup-plugin-includepaths": "~0.2.3",