Skip to content

Commit d519272

Browse files
chore(deps-dev): bump dotenv-cli from 7.3.0 to 8.0.0 (#566)
Bumps [dotenv-cli](https://github.com/entropitor/dotenv-cli) from 7.3.0 to 8.0.0. - [Release notes](https://github.com/entropitor/dotenv-cli/releases) - [Commits](entropitor/dotenv-cli@v7.3.0...v8.0.0) --- updated-dependencies: - dependency-name: dotenv-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c52571f commit d519272

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@typescript-eslint/eslint-plugin": "^8.6.0",
6767
"@typescript-eslint/parser": "^7.1.0",
6868
"cross-env": "^7.0.3",
69-
"dotenv-cli": "^7.2.1",
69+
"dotenv-cli": "^8.0.0",
7070
"eslint": "^8.16.0",
7171
"eslint-config-prettier": "^9.0.0",
7272
"eslint-plugin-import": "^2.23.4",

yarn.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,6 +5120,17 @@ __metadata:
51205120
languageName: node
51215121
linkType: hard
51225122

5123+
"cross-spawn@npm:^7.0.6":
5124+
version: 7.0.6
5125+
resolution: "cross-spawn@npm:7.0.6"
5126+
dependencies:
5127+
path-key: "npm:^3.1.0"
5128+
shebang-command: "npm:^2.0.0"
5129+
which: "npm:^2.0.1"
5130+
checksum: 10/0d52657d7ae36eb130999dffff1168ec348687b48dd38e2ff59992ed916c88d328cf1d07ff4a4a10bc78de5e1c23f04b306d569e42f7a2293915c081e4dfee86
5131+
languageName: node
5132+
linkType: hard
5133+
51235134
"crypto-random-string@npm:^4.0.0":
51245135
version: 4.0.0
51255136
resolution: "crypto-random-string@npm:4.0.0"
@@ -5362,17 +5373,17 @@ __metadata:
53625373
languageName: node
53635374
linkType: hard
53645375

5365-
"dotenv-cli@npm:^7.2.1":
5366-
version: 7.3.0
5367-
resolution: "dotenv-cli@npm:7.3.0"
5376+
"dotenv-cli@npm:^8.0.0":
5377+
version: 8.0.0
5378+
resolution: "dotenv-cli@npm:8.0.0"
53685379
dependencies:
5369-
cross-spawn: "npm:^7.0.3"
5380+
cross-spawn: "npm:^7.0.6"
53705381
dotenv: "npm:^16.3.0"
53715382
dotenv-expand: "npm:^10.0.0"
53725383
minimist: "npm:^1.2.6"
53735384
bin:
53745385
dotenv: cli.js
5375-
checksum: 10/bc48e9872ed451aa7633cfde0079f5e4b40837d49dca4eab947682c80f524bd1e63ec31ff69b7cf955ff969185a05a343dd5d754dd5569e4ae31f8e9a790ab1b
5386+
checksum: 10/3acbc2712f97de5a7b916e2e611682377b5f62efb7ebe63ede314800bedd9c63e9ae1e8b1f819efe0e87f9d813842695cfed991a276290a79cac63d48c60df05
53765387
languageName: node
53775388
linkType: hard
53785389

@@ -6183,7 +6194,7 @@ __metadata:
61836194
"@typescript-eslint/parser": "npm:^7.1.0"
61846195
cross-env: "npm:^7.0.3"
61856196
debug: "npm:^4.3.2"
6186-
dotenv-cli: "npm:^7.2.1"
6197+
dotenv-cli: "npm:^8.0.0"
61876198
eslint: "npm:^8.16.0"
61886199
eslint-config-prettier: "npm:^9.0.0"
61896200
eslint-plugin-import: "npm:^2.23.4"

0 commit comments

Comments
 (0)