From a43b5e7ce01f15c8fa8d44eae97e35a58905c54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 00:11:16 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /samples/react-content-query-online Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.6. - [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.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-content-query-online/package-lock.json | 6 +++--- samples/react-content-query-online/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/react-content-query-online/package-lock.json b/samples/react-content-query-online/package-lock.json index 742c9d375..c177cb94e 100644 --- a/samples/react-content-query-online/package-lock.json +++ b/samples/react-content-query-online/package-lock.json @@ -37576,9 +37576,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==" }, "minimist-options": { "version": "4.1.0", diff --git a/samples/react-content-query-online/package.json b/samples/react-content-query-online/package.json index a7fba13f5..26e2c17ba 100644 --- a/samples/react-content-query-online/package.json +++ b/samples/react-content-query-online/package.json @@ -43,7 +43,7 @@ "lodash.mergewith": ">=4.6.2", "lodash.template": ">=4.5.0", "macaddress": ">=0.2.9", - "minimist": ">=1.2.3", + "minimist": ">=1.2.6", "mixin-deep": ">=1.3.2", "moment": ">=2.29.4", "morgan": ">=1.9.1",