diff --git a/package.json b/package.json index 4f1b784..e6142f9 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.4.1", "@vscode/vsce": "^3.2.1", + "dotenv-cli": "^8.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.7.0", @@ -79,7 +80,6 @@ "@iarna/toml": "^2.2.5", "@oh-my-commit/shared": "^0.26.5", "@types/lodash": "^4.17.14", - "dotenv": "^16.4.7", "inversify": "^6.0.1", "lodash": "^4.17.21", "prettyjson": "^1.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d3a649..68a5872 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,9 +17,6 @@ importers: '@types/lodash': specifier: ^4.17.14 version: 4.17.14 - dotenv: - specifier: ^16.4.7 - version: 16.4.7 inversify: specifier: ^6.0.1 version: 6.2.1(reflect-metadata@0.2.2) @@ -75,6 +72,9 @@ importers: '@vscode/vsce': specifier: ^3.2.1 version: 3.2.1 + dotenv-cli: + specifier: ^8.0.0 + version: 8.0.0 eslint: specifier: ^8.57.1 version: 8.57.1 @@ -957,6 +957,14 @@ packages: domutils@3.2.2: resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} + dotenv-cli@8.0.0: + resolution: {integrity: sha512-aLqYbK7xKOiTMIRf1lDPbI+Y+Ip/wo5k3eyp6ePysVaSqbyxjyK3dK35BTxG+rmd7djf5q2UPs4noPNH+cj0Qw==} + hasBin: true + + dotenv-expand@10.0.0: + resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} + engines: {node: '>=12'} + dotenv@16.4.7: resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} engines: {node: '>=12'} @@ -3819,6 +3827,15 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 + dotenv-cli@8.0.0: + dependencies: + cross-spawn: 7.0.6 + dotenv: 16.4.7 + dotenv-expand: 10.0.0 + minimist: 1.2.8 + + dotenv-expand@10.0.0: {} + dotenv@16.4.7: {} dunder-proto@1.0.1: