From d6b93646d03d77b43f36388a40421ca7005b5fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Feb 2022 14:39:24 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34126d0..eea7269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6104,6 +6104,8 @@ }, "jkurwa": { "version": "1.14.0", + "resolved": "https://registry.npmjs.org/jkurwa/-/jkurwa-1.14.0.tgz", + "integrity": "sha512-vUrj+xse/VFu4EqKvVKVgzOnX7UanDhYOq5UaI8MHJlQizAEzd/pGkzn4Q50Hq+lr7joVWX32RCEoyRnpQabrg==", "requires": { "asn1.js": ">= 0.4.0", "bn.js": ">= 0.14", @@ -6810,9 +6812,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 }, "pathval": {