chore(deps-dev): bump minimist from 1.2.5 to 1.2.6 (#27)

* chore(deps-dev): bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.6.
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: debug ci

* chore: debug ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: yutao <yutao.tao@bytedance.com>
This commit is contained in:
dependabot[bot] 2024-08-02 17:52:48 +08:00 committed by GitHub
parent 0541cea022
commit 2fd4e3a57c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
"nx": "19.5.2",
"semver": "7.3.7",
"dayjs": "1.11.2",
"minimist": "1.2.5",
"minimist": "1.2.6",
"execa": "4.1.0",
"chalk": "4.1.2",
"@jsdevtools/version-bump-prompt": "6.1.0"

View File

@ -9,7 +9,7 @@ const envModelKey = 'MIDSCENE_MODEL_NAME';
const envSmithDebug = 'MIDSCENE_LANGSMITH_DEBUG';
let extraConfig: ClientOptions = {};
if (typeof process.env[envConfigKey] === 'string') {
if (typeof process.env[envConfigKey] === 'string' && process.env[envConfigKey]) {
console.log('config for openai loaded');
extraConfig = JSON.parse(process.env[envConfigKey]);
}

4
pnpm-lock.yaml generated
View File

@ -47,8 +47,8 @@ importers:
specifier: ^13.0.3
version: 13.3.0(enquirer@2.4.1)
minimist:
specifier: 1.2.5
version: 1.2.5
specifier: 1.2.6
version: 1.2.6
nx:
specifier: 19.5.2
version: 19.5.2