From b0898f4481194487fb0ba193241963b0c3ea2e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 15:02:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20url-parse=20in=20/view/2019/04/webpack?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=96=87=E4=BB=B6=E5=90=8C=E6=97=B6=E6=94=AF?= =?UTF-8?q?=E6=8C=81script=E5=BC=95=E5=85=A5=E5=92=8Cnpm=E5=AE=89=E8=A3=85?= 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.6 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.6...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/view/2019/04/webpack\346\211\223\345\214\205\346\226\207\344\273\266\345\220\214\346\227\266\346\224\257\346\214\201script\345\274\225\345\205\245\345\222\214npm\345\256\211\350\243\205/package-lock.json" "b/view/2019/04/webpack\346\211\223\345\214\205\346\226\207\344\273\266\345\220\214\346\227\266\346\224\257\346\214\201script\345\274\225\345\205\245\345\222\214npm\345\256\211\350\243\205/package-lock.json" index 3950b07..d649cae 100644 --- "a/view/2019/04/webpack\346\211\223\345\214\205\346\226\207\344\273\266\345\220\214\346\227\266\346\224\257\346\214\201script\345\274\225\345\205\245\345\222\214npm\345\256\211\350\243\205/package-lock.json" +++ "b/view/2019/04/webpack\346\211\223\345\214\205\346\226\207\344\273\266\345\220\214\346\227\266\346\224\257\346\214\201script\345\274\225\345\205\245\345\222\214npm\345\256\211\350\243\205/package-lock.json" @@ -7448,12 +7448,12 @@ } }, "url-parse": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.6.tgz", - "integrity": "sha512-/B8AD9iQ01seoXmXf9z/MjLZQIdOoYl/+gvsQF6+mpnxaTfG9P7srYaiqaDMyKkR36XMXfhqSHss5MyFAO8lew==", + "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.0.0", + "querystringify": "^2.1.1", "requires-port": "^1.0.0" } },