From d8774df8898c844f4e5f973cded542ecc49c7ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 22:48:43 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20path-parse=20from=201.0.6=20to=201.0.7?= =?UTF-8?q?=20in=20/=E6=8C=96=E8=B4=A2=E5=89=8D=E7=AB=AF=E7=AC=94=E8=AF=95?= =?UTF-8?q?=E9=A2=98/Task2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Task2/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/\346\214\226\350\264\242\345\211\215\347\253\257\347\254\224\350\257\225\351\242\230/Task2/package-lock.json" "b/\346\214\226\350\264\242\345\211\215\347\253\257\347\254\224\350\257\225\351\242\230/Task2/package-lock.json" index ee9a2b2..13ef696 100644 --- "a/\346\214\226\350\264\242\345\211\215\347\253\257\347\254\224\350\257\225\351\242\230/Task2/package-lock.json" +++ "b/\346\214\226\350\264\242\345\211\215\347\253\257\347\254\224\350\257\225\351\242\230/Task2/package-lock.json" @@ -6749,9 +6749,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "http://registry.npm.taobao.org/path-parse/download/path-parse-1.0.6.tgz", - "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw=", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-to-regexp": {