From 2c60ad31ad31b612927f02a0c08f1ae1548de7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:46:58 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 in /examples/AlanBasicExample Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- 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..71b4a69 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.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "minipass": {