From 5717935a5ed79bc48018199ee238dfaee6912198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 16:09:50 +0000 Subject: [PATCH] Bump path-parse from 1.0.6 to 1.0.7 in /api 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] --- api/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 2278f95..62154a5 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,6 +1,6 @@ { "name": "amos-api", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1697,16 +1697,16 @@ } }, "amos-parser": { - "version": "1.2.4", - "resolved": "github:solviofoundation/amos-parser#ed1d42212aa0b37d37170606ccc4566e0c391393", + "version": "github:solviofoundation/amos-parser#84708252cbe635ee053abb4a739f0e03cca84ded", + "from": "github:solviofoundation/amos-parser#master", "optional": true, "requires": { "ramda": "^0.26.1" } }, "amos-topics": { - "version": "1.5.4", - "resolved": "github:solviofoundation/amos-topics#4911e520f395530ee8fc8c6c8dc9f800be478ed2", + "version": "github:solviofoundation/amos-topics#72bc810804e91eeb132aefd47c68900838fd2317", + "from": "github:solviofoundation/amos-topics#master", "optional": true, "requires": { "ramda": "^0.26.1" @@ -7691,9 +7691,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==", "dev": true }, "path-to-regexp": {