From 889a15e10e3d2207961612da9f64cbf058409c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 21:51:34 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20url-parse=20from=201.4.7=20to=201.5.3=20?= =?UTF-8?q?in=20/cnode=20github=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- "cnode github\347\211\210\346\234\254/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/cnode github\347\211\210\346\234\254/package-lock.json" "b/cnode github\347\211\210\346\234\254/package-lock.json" index cbc0166..bc48047 100644 --- "a/cnode github\347\211\210\346\234\254/package-lock.json" +++ "b/cnode github\347\211\210\346\234\254/package-lock.json" @@ -10892,9 +10892,9 @@ } }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npm.taobao.org/url-parse/download/url-parse-1.4.7.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furl-parse%2Fdownload%2Furl-parse-1.4.7.tgz", - "integrity": "sha1-qKg1NejACjFuQDpdtKwbm4U64ng=", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", + "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", "dev": true, "requires": { "querystringify": "^2.1.1",