From 0734d38d9e9400558d5c16737ecbc715c772a1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 22:54:18 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20path-parse=20from=201.0.6=20to=201.0.7?= =?UTF-8?q?=20in=20/Node.js=20=E5=9F=BA=E7=A1=80=E5=8F=8A=E7=AE=80?= =?UTF-8?q?=E5=8D=95=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=90=AD=E5=BB=BA?= 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] --- .../package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/Node.js \345\237\272\347\241\200\345\217\212\347\256\200\345\215\225\346\234\215\345\212\241\345\231\250\346\220\255\345\273\272/package-lock.json" "b/Node.js \345\237\272\347\241\200\345\217\212\347\256\200\345\215\225\346\234\215\345\212\241\345\231\250\346\220\255\345\273\272/package-lock.json" index 36a4d9c..8e9263f 100644 --- "a/Node.js \345\237\272\347\241\200\345\217\212\347\256\200\345\215\225\346\234\215\345\212\241\345\231\250\346\220\255\345\273\272/package-lock.json" +++ "b/Node.js \345\237\272\347\241\200\345\217\212\347\256\200\345\215\225\346\234\215\345\212\241\345\231\250\346\220\255\345\273\272/package-lock.json" @@ -2736,9 +2736,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-root": {