From 78b9a742fe0019885100c2fee905589441555f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 23:37:03 +0000 Subject: [PATCH] Bump urijs from 1.19.1 to 1.19.7 in /facility-recon-backend Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.7. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/medialize/URI.js/compare/v1.19.1...v1.19.7) --- updated-dependencies: - dependency-name: urijs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- facility-recon-backend/package-lock.json | 8 ++++---- facility-recon-backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 facility-recon-backend/package-lock.json diff --git a/facility-recon-backend/package-lock.json b/facility-recon-backend/package-lock.json old mode 100755 new mode 100644 index 40f3dd49..f4301a43 --- a/facility-recon-backend/package-lock.json +++ b/facility-recon-backend/package-lock.json @@ -3479,7 +3479,7 @@ }, "readable-stream": { "version": "2.0.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", "requires": { "core-util-is": "~1.0.0", @@ -5774,9 +5774,9 @@ } }, "urijs": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.1.tgz", - "integrity": "sha1-Ww/1MMDL3oOG9jQiNbpcpumV0lo=" + "version": "1.19.7", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.7.tgz", + "integrity": "sha512-Id+IKjdU0Hx+7Zx717jwLPsPeUqz7rAtuVBRLLs+qn+J2nf9NGITWVCxcijgYxBqe83C7sqsQPs6H1pyz3x9gA==" }, "urix": { "version": "0.1.0", diff --git a/facility-recon-backend/package.json b/facility-recon-backend/package.json index f26c0098..e20016d3 100644 --- a/facility-recon-backend/package.json +++ b/facility-recon-backend/package.json @@ -59,7 +59,7 @@ "uid-generator": "^1.0.0", "underscore": "^1.9.1", "uniqid": "^5.0.3", - "urijs": "^1.19.1", + "urijs": "^1.19.7", "uuid": "^3.2.1", "winston": "^2.4.2" },