From a9acc2449731779520f9222d091092e11fba9fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 20:46:40 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.1 in /zms-portal/src/main/webapp-src Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1) Signed-off-by: dependabot[bot] --- zms-portal/src/main/webapp-src/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zms-portal/src/main/webapp-src/package-lock.json b/zms-portal/src/main/webapp-src/package-lock.json index bbb2a15..bc73edf 100644 --- a/zms-portal/src/main/webapp-src/package-lock.json +++ b/zms-portal/src/main/webapp-src/package-lock.json @@ -12228,9 +12228,9 @@ } }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npm.taobao.org/url-parse/download/url-parse-1.4.7.tgz", - "integrity": "sha1-qKg1NejACjFuQDpdtKwbm4U64ng=", + "version": "1.5.1", + "resolved": "https://registry.npm.taobao.org/url-parse/download/url-parse-1.5.1.tgz", + "integrity": "sha1-1fqYkK+KXh8nSiyYN2UQ9kJfbjs=", "dev": true, "requires": { "querystringify": "^2.1.1",