diff --git a/api/package-lock.json b/api/package-lock.json index 2278f95..ac7fc96 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" @@ -9261,9 +9261,9 @@ } }, "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", - "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", "dev": true }, "to-fast-properties": {