From 8208ac4035fe99d52c51c10350c2fc8c5b0a8dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:41:44 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /examples/AlanBasicExample Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/AlanBasicExample/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/AlanBasicExample/package-lock.json b/examples/AlanBasicExample/package-lock.json index 1d32935..99203f2 100644 --- a/examples/AlanBasicExample/package-lock.json +++ b/examples/AlanBasicExample/package-lock.json @@ -22,9 +22,9 @@ } }, "@alan-ai/cordova-plugin-alan-voice": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@alan-ai/cordova-plugin-alan-voice/-/cordova-plugin-alan-voice-1.5.4.tgz", - "integrity": "sha512-E70jQHN0rb4ugDiQVqfXaORz9bt3UAUJxuAyNGYdKNafbpvYjxL1Ndyaxr1qQ1LqcWhlWQnOfOJXnRxlS+oMcg==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@alan-ai/cordova-plugin-alan-voice/-/cordova-plugin-alan-voice-1.9.0.tgz", + "integrity": "sha512-2x0WwZrfIEr+IXwGUKZpyTZo7Vxgeby2Web/zXC1QTorywm1r0N/09c8/GjrRb3yfhwUMTmIOyp/O1/Hu3f+MA==" }, "@angular-devkit/architect": { "version": "0.901.9", @@ -8000,9 +8000,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "minipass": {