From cf13fa7dbc71e7c91f96ff0f5a03eb773ac9bb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:20:22 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 in /examples/multidimension 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/multidimension/package-lock.json | 27 ++++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/examples/multidimension/package-lock.json b/examples/multidimension/package-lock.json index 372bea3..553ed6c 100644 --- a/examples/multidimension/package-lock.json +++ b/examples/multidimension/package-lock.json @@ -13,7 +13,6 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.11", - "@babel/runtime": "^7.14.8", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-json": "^4.1.0", @@ -27,11 +26,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", @@ -52,12 +52,13 @@ "@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" } }, - "../../../../../..": {}, + "../../../../..": {}, "node_modules/@babel/code-frame": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", @@ -2810,10 +2811,13 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/ms": { "version": "2.1.2", @@ -5037,7 +5041,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", @@ -5048,6 +5052,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", @@ -5612,9 +5617,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 }, "ms": {