From 6001522e1f6536816aa5481e0f7ef2643fa3f086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 05:11:36 +0000 Subject: [PATCH] Bump y18n from 4.0.0 to 4.0.1 in /api Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) 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..ca2045c 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" @@ -9972,9 +9972,9 @@ } }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yallist": {