From 8394b053e124d8fdefa0c661f239ace07ea2acdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 02:08:37 +0000 Subject: [PATCH] Bump minimist from 1.2.3 to 1.2.6 in /project-2 Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.3 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.3...v1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project-2/package.json | 2 +- project-2/packages/react-devtools/package.json | 2 +- project-2/yarn.lock | 15 +++++++-------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/project-2/package.json b/project-2/package.json index ab63cd18..8613bd4d 100644 --- a/project-2/package.json +++ b/project-2/package.json @@ -73,7 +73,7 @@ "jest-environment-jsdom-sixteen": "^1.0.3", "jest-snapshot-serializer-raw": "^1.1.0", "minimatch": "^3.0.4", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "mkdirp": "^0.5.1", "ncp": "^2.0.0", "object-assign": "^4.1.1", diff --git a/project-2/packages/react-devtools/package.json b/project-2/packages/react-devtools/package.json index ad5d429f..fdebc40d 100644 --- a/project-2/packages/react-devtools/package.json +++ b/project-2/packages/react-devtools/package.json @@ -26,7 +26,7 @@ "cross-spawn": "^5.0.1", "electron": "^11.1.0", "ip": "^1.1.4", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "react-devtools-core": "4.10.1", "update-notifier": "^2.1.0" } diff --git a/project-2/yarn.lock b/project-2/yarn.lock index 9daccaf7..d2f5a103 100644 --- a/project-2/yarn.lock +++ b/project-2/yarn.lock @@ -5798,7 +5798,6 @@ eslint-plugin-no-unsanitized@3.1.2: "eslint-plugin-react-internal@link:./scripts/eslint-rules": version "0.0.0" - uid "" eslint-plugin-react@^6.7.1: version "6.10.3" @@ -9753,14 +9752,14 @@ minimist@0.0.8: integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= minimist@1.x, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== -minimist@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f" - integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw== +minimist@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== minipass-collect@^1.0.2: version "1.0.2"