From 6ee5cedd7a5564ff104ce01e2dd511fb46f8f26b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:47:43 +0000 Subject: [PATCH] Bump minimist and @babel/register Bumps [minimist](https://github.com/minimistjs/minimist) and [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 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.0...v1.2.8) Updates `@babel/register` from 7.0.0-beta.42 to 7.21.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-register) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: "@babel/register" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4c22c1..17ac588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -711,13 +711,13 @@ "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.0.0-beta.42.tgz", "integrity": "sha512-15mi2lyyMDZ2reaZgEnQI9oM7shEMohjH8L/rMLdLtbgIYNtK5STK6ECLPCy3V6VWURGCSCOZCc0YFtl+OQTfg==", "requires": { - "core-js": "2.5.4", - "find-cache-dir": "1.0.0", - "home-or-tmp": "3.0.0", - "lodash": "4.17.5", - "mkdirp": "0.5.1", - "pirates": "3.0.2", - "source-map-support": "0.4.18" + "core-js": "^2.5.3", + "find-cache-dir": "^1.0.0", + "home-or-tmp": "^3.0.0", + "lodash": "^4.2.0", + "mkdirp": "^0.5.1", + "pirates": "^3.0.1", + "source-map-support": "^0.4.2" } }, "@babel/template": { @@ -2886,7 +2886,7 @@ "minimist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "integrity": "sha512-7Wl+Jz+IGWuSdgsQEJ4JunV0si/iMhg42MnQQG6h1R6TNeVenp4U9x5CC5v/gYqz/fENLQITAWXidNtVL0NNbw==" }, "mixin-deep": { "version": "1.3.1", @@ -2918,7 +2918,7 @@ "minimist": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + "integrity": "sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==" } } },