From 1a03ee08dd7af837a2ccc7692e7631435d98e02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 17:09:08 +0000 Subject: [PATCH] Bump url-parse from 1.5.4 to 1.5.7 in /SPFx/WebParts/spfx-pnp-pagination Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- SPFx/WebParts/spfx-pnp-pagination/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SPFx/WebParts/spfx-pnp-pagination/package-lock.json b/SPFx/WebParts/spfx-pnp-pagination/package-lock.json index c0d92b3..0c572c3 100644 --- a/SPFx/WebParts/spfx-pnp-pagination/package-lock.json +++ b/SPFx/WebParts/spfx-pnp-pagination/package-lock.json @@ -20830,9 +20830,9 @@ } }, "url-parse": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz", - "integrity": "sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==", + "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",