From 41a1cae6ad9a34953dc510d6a73137fbd73edb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:34:19 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /examples/quaternary 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/quaternary/package-lock.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/examples/quaternary/package-lock.json b/examples/quaternary/package-lock.json index b072bf9..4c79b31 100644 --- a/examples/quaternary/package-lock.json +++ b/examples/quaternary/package-lock.json @@ -25,11 +25,12 @@ } }, "../..": { + "name": "composition-plot", "version": "0.0.1", "license": "BSD-3-Clause", "dependencies": { "@colormap/core": "^0.1.0-3", - "@kitware/vtk.js": "^19.0.2", + "@kitware/vtk.js": "^19.0.4", "@openchemistry/utils": "^0.6.4", "d3-array": "^3.0.1", "d3-axis": "^3.0.0", @@ -50,6 +51,7 @@ "@types/d3-selection": "^3.0.0", "@types/d3-shape": "^3.0.2", "@types/d3-transition": "^3.0.1", + "@types/humanize-duration": "^3.27.1", "@types/lodash-es": "^4.17.1", "gh-pages": "^3.2.3", "typescript": "^4.3.5" @@ -2784,9 +2786,9 @@ } }, "node_modules/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 }, "node_modules/ms": { @@ -5001,7 +5003,7 @@ "version": "file:../..", "requires": { "@colormap/core": "^0.1.0-3", - "@kitware/vtk.js": "^19.0.2", + "@kitware/vtk.js": "^19.0.4", "@microsoft/api-documenter": "^7.13.23", "@microsoft/api-extractor": "^7.16.1", "@openchemistry/types": "^0.8.4", @@ -5012,6 +5014,7 @@ "@types/d3-selection": "^3.0.0", "@types/d3-shape": "^3.0.2", "@types/d3-transition": "^3.0.1", + "@types/humanize-duration": "^3.27.1", "@types/lodash-es": "^4.17.1", "d3-array": "^3.0.1", "d3-axis": "^3.0.0", @@ -5576,9 +5579,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 }, "ms": {