From cf9e38ec90a9ffc7c03e777b1ea3140c55cebfbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 20:11:34 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59a12eb..3aa60c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -977,7 +977,7 @@ }, "get-caller-file": { "version": "1.0.3", - "resolved": "http://vimond.jfrog.io/vimond/api/npm/npm-virtual/get-caller-file/-/get-caller-file-1.0.3.tgz", + "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/get-caller-file/-/get-caller-file-1.0.3.tgz", "integrity": "sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o=", "dev": true }, @@ -1668,7 +1668,7 @@ }, "normalize-path": { "version": "2.1.1", - "resolved": "http://vimond.jfrog.io/vimond/api/npm/npm-virtual/normalize-path/-/normalize-path-2.1.1.tgz", + "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { @@ -1832,9 +1832,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/path-parse/-/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-type": {