From d04925f051cbce1b2d7c4d4a5604ca90deffc6de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 02:30:56 +0000 Subject: [PATCH] Bump path-parse in /DotChat/Clients/DotChat.Clients.JavaScript 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] --- .../Clients/DotChat.Clients.JavaScript/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json b/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json index 0f7646c..f080783 100644 --- a/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json +++ b/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json @@ -1,6 +1,6 @@ { "name": "dot-chat-client", - "version": "1.1.0", + "version": "1.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4871,9 +4871,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 }, "pbkdf2": {