From 37a1c10a9ffb7b46ed934c495e3e211592aded57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 23:23:28 +0000 Subject: [PATCH] chore(deps): bump path-parse in /packages/vscode-plugin-json-to-ts 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] --- packages/vscode-plugin-json-to-ts/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/vscode-plugin-json-to-ts/package-lock.json b/packages/vscode-plugin-json-to-ts/package-lock.json index f01f4e8..2ec8296 100644 --- a/packages/vscode-plugin-json-to-ts/package-lock.json +++ b/packages/vscode-plugin-json-to-ts/package-lock.json @@ -1,6 +1,6 @@ { "name": "json-2-ts", - "version": "1.0.3", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -454,9 +454,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "http://r.tnpm.oa.com/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 }, "pluralize": {