From 120bbca30692a6d5954ba1613e31a8f1908ecde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 02:07:39 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.7 in /BackOffice System Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- BackOffice System/package-lock.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/BackOffice System/package-lock.json b/BackOffice System/package-lock.json index 9a6c0a3..984515f 100644 --- a/BackOffice System/package-lock.json +++ b/BackOffice System/package-lock.json @@ -411,14 +411,6 @@ "resolved": "https://registry.npmjs.org/angular-bootstrap-md/-/angular-bootstrap-md-9.0.1.tgz", "integrity": "sha512-0ezngDse6n3QXxl+H2Hi4w1vs/jVM1MifH/n2wgJGyWip/1VjbR0PS7uKeZvrbgFKhuAu0XnjP4w1UDPAoPaEQ==" }, - "angular2-csv": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/angular2-csv/-/angular2-csv-0.2.9.tgz", - "integrity": "sha512-RmVpaT2DSLJikPIxXfvhNHT/a03g+jM7Wsx0x+kNmCTuTqA1MAIPVhZPNgFvoSvZM898ACgcTSV6vvsDLdt1BA==", - "requires": { - "tslib": "^1.9.0" - } - }, "angular2-template-loader": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/angular2-template-loader/-/angular2-template-loader-0.6.2.tgz", @@ -6430,9 +6422,9 @@ } }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz", + "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==", "dev": true, "requires": { "querystringify": "^2.1.1",