From 33eae70daa86934ddeea97814f7743e85ad21567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:24:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20path-parse=20from=201.0.6=20to=201.0.7?= =?UTF-8?q?=20in=20/06.=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E5=85=B7/webpack/01.test?= 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] --- .../webpack/01.test/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" "b/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" index 0cf48cc..4fa794a 100644 --- "a/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" +++ "b/06.\350\207\252\345\212\250\345\214\226\346\236\204\345\273\272\345\267\245\345\205\267/webpack/01.test/package-lock.json" @@ -2469,9 +2469,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "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-type": {