From 0c805349c407f3fe262ac5254e8caa07b57d032a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 07:52:32 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 in /samples 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] --- samples/package-lock.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/samples/package-lock.json b/samples/package-lock.json index 0199b88..398eb0d 100644 --- a/samples/package-lock.json +++ b/samples/package-lock.json @@ -6,6 +6,8 @@ "dependencies": { "azure-iotcentral-device-client": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/azure-iotcentral-device-client/-/azure-iotcentral-device-client-2.0.1.tgz", + "integrity": "sha512-/eFwtSpyUFI/9pSlQWPUASdUPyNgbtOy4WLNtH7hUyrnwrplXReeNgy5ZusTmKMQiqfrcDmw6hdgKrVjBQkPBg==", "requires": { "@azure/storage-blob": "^12.5.0", "azure-iot-common": "^1.12.8", @@ -1275,11 +1277,6 @@ "brace-expansion": "^1.1.7" } }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, "mqtt": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-3.0.0.tgz", @@ -1669,6 +1666,11 @@ } } }, + "minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + }, "typescript": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",