From e496460586142514abebc4ba3c1297256f792b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 20:47:17 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index aca0acf..f8a07da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3790,6 +3790,7 @@ "version": "github:BeameryHQ/json-ditto#031e845b0c81b6f48414dfcc0f3b0e472ab8e9dc", "from": "github:BeameryHQ/json-ditto#feature/ditto.v2", "requires": { + "beam-uri": "^2.1.1", "humanparser": "^1.10.0", "joi": "^14.3.1", "lodash": "^4.5.1", @@ -3798,14 +3799,13 @@ }, "dependencies": { "beam-uri": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/beam-uri/-/beam-uri-3.1.7.tgz", - "integrity": "sha512-Y3R8af4XxYNiOjO0+PPkLcGWwgQHQZeadQ/Ac4qkyU3GTClZKupIJ93xo6rjpuMRIX/RVTnOM5SjuIJNen5PXw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/beam-uri/-/beam-uri-2.1.1.tgz", + "integrity": "sha512-uZl4CBZwLioDg7YUkn5oROD9ebdlJe8gUIc8R8mrQQG/187M3RY/Zvz3CJHSyG76rF3LxkpFz4bJQQUSI+NzkA==", "requires": { + "linkedin-canonical-url": "^1.0.6", "lodash": "^4.16.6", - "normalize-url": "^4.5.0", - "snyk": "^1.260.0", - "url-parse": "^1.4.7" + "parse-domain": "^1.1.0" } }, "parse-domain": { @@ -4805,9 +4805,9 @@ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" }, "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==" }, "path-type": { "version": "3.0.0",