From 9af591fa427df1de1cc36addae1ee9660c3a85fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 13:57:25 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.7 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] --- package-lock.json | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index e204c27..4c1f473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7499,14 +7499,6 @@ } } }, - "filter-invalid-dom-props": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/filter-invalid-dom-props/-/filter-invalid-dom-props-2.0.0.tgz", - "integrity": "sha1-Un8UlMs8Tygqc8Q4BBU+uAxC3Cw=", - "requires": { - "html-attributes": "1.1.0" - } - }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -9892,11 +9884,6 @@ "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=" }, - "html-attributes": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/html-attributes/-/html-attributes-1.1.0.tgz", - "integrity": "sha1-ggJ6T6x6YHDqbBjMOIauoY1t6gk=" - }, "html-comment-regex": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", @@ -10586,11 +10573,6 @@ "side-channel": "^1.0.2" } }, - "intersection-observer": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.11.0.tgz", - "integrity": "sha512-KZArj2QVnmdud9zTpKf279m2bbGfG+4/kn16UU0NL3pTVl52ZHiJ9IRNSsnn6jaHrL9EGLFM5eWjTx2fz/+zoQ==" - }, "into-stream": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", @@ -16034,15 +16016,6 @@ "jsonify": "~0.0.0" } }, - "short-uuid": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-3.1.1.tgz", - "integrity": "sha512-7dI69xtJYpTIbg44R6JSgrbDtZFuZ9vAwwmnF/L0PinykbFrhQ7V8omKsQcVw1TP0nYJ7uQp1PN6/aVMkzQFGQ==", - "requires": { - "any-base": "^1.1.0", - "uuid": "^3.3.2" - } - }, "side-channel": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.2.tgz", @@ -16468,14 +16441,6 @@ } } }, - "sort-media-queries": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/sort-media-queries/-/sort-media-queries-0.2.2.tgz", - "integrity": "sha1-/d/B5w1mJ1kJG2ojd29EiGg9yh4=", - "requires": { - "xtend": "^4.0.0" - } - }, "source-list-map": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", @@ -17933,9 +17898,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==", "requires": { "querystringify": "^2.1.1", "requires-port": "^1.0.0"