From 86cb61a17318ea00f269cd2c7683744b8547fce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 04:46:49 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.10 in /BackOffice System Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10) --- 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..7f5c155 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.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "dev": true, "requires": { "querystringify": "^2.1.1",