From 2be51a73663461bf46521eb894c7bcfd54780a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 18:48:00 +0000 Subject: [PATCH] Bump minimist 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] --- .../src/Project/BasicCompany/nextjs/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json index 2aa11ea2..b4e36b11 100644 --- a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json +++ b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json @@ -1,6 +1,6 @@ { "name": "basiccompany", - "version": "16.0.0-canary.34", + "version": "16.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -18581,9 +18581,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==" }, "minipass": { "version": "3.1.3",