diff --git a/package-lock.json b/package-lock.json index 886a4d3..569bf68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@kintone/customize-uploader": "^7.0.5", "@kintone/dts-gen": "^7.0.5", "@types/node": "^20.8.6", - "dotenv-cli": "^7.2.1", + "dotenv-cli": "^7.3.0", "eslint": "^8.46.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", @@ -2115,13 +2115,13 @@ } }, "node_modules/dotenv-cli": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-7.2.1.tgz", - "integrity": "sha512-ODHbGTskqRtXAzZapDPvgNuDVQApu4oKX8lZW7Y0+9hKA6le1ZJlyRS687oU9FXjOVEDU/VFV6zI125HzhM1UQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-7.3.0.tgz", + "integrity": "sha512-314CA4TyK34YEJ6ntBf80eUY+t1XaFLyem1k9P0sX1gn30qThZ5qZr/ZwE318gEnzyYP9yj9HJk6SqwE0upkfw==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", - "dotenv": "^16.0.0", + "dotenv": "^16.3.0", "dotenv-expand": "^10.0.0", "minimist": "^1.2.6" }, @@ -8262,13 +8262,13 @@ "dev": true }, "dotenv-cli": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-7.2.1.tgz", - "integrity": "sha512-ODHbGTskqRtXAzZapDPvgNuDVQApu4oKX8lZW7Y0+9hKA6le1ZJlyRS687oU9FXjOVEDU/VFV6zI125HzhM1UQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-7.3.0.tgz", + "integrity": "sha512-314CA4TyK34YEJ6ntBf80eUY+t1XaFLyem1k9P0sX1gn30qThZ5qZr/ZwE318gEnzyYP9yj9HJk6SqwE0upkfw==", "dev": true, "requires": { "cross-spawn": "^7.0.3", - "dotenv": "^16.0.0", + "dotenv": "^16.3.0", "dotenv-expand": "^10.0.0", "minimist": "^1.2.6" } diff --git a/package.json b/package.json index 98db926..dd04a09 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@kintone/customize-uploader": "^7.0.5", "@kintone/dts-gen": "^7.0.5", "@types/node": "^20.8.6", - "dotenv-cli": "^7.2.1", + "dotenv-cli": "^7.3.0", "eslint": "^8.46.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.8",