From af63b14715f77cc34c5602779520e917e75981d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 00:57:47 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /tests/vdom-tests 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] --- tests/vdom-tests/package-lock.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/vdom-tests/package-lock.json b/tests/vdom-tests/package-lock.json index 31514ef2..81bb8b22 100644 --- a/tests/vdom-tests/package-lock.json +++ b/tests/vdom-tests/package-lock.json @@ -1,6 +1,8 @@ { - "requires": true, + "name": "elm-safe-virtual-dom", + "version": "0.0.1", "lockfileVersion": 1, + "requires": true, "dependencies": { "@babel/code-frame": { "version": "7.12.11", @@ -4068,9 +4070,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-type": {