From c531d57f26bfd2ea23cb02358586c26caf79481e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Apr 2020 06:30:40 +0200 Subject: [PATCH] fix: upgrade native-url from 0.2.6 to 0.3.1 Snyk has created this PR to upgrade native-url from 0.2.6 to 0.3.1. See this package in NPM: https://www.npmjs.com/package/native-url See this project in Snyk: https://app.snyk.io/org/robertslando/project/25f55139-ac24-4b1e-ba4d-fb01e5d83bb9?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2c5a98..34a0c7b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "aedes-cached-persistence": "^8.1.0", "escape-string-regexp": "^2.0.0", "mongodb": "^3.5.5", - "native-url": "^0.2.6", + "native-url": "^0.3.1", "pump": "^3.0.0", "qlobber": "^5.0.0", "through2": "^3.0.0"