Skip to content

Commit 0dd62c5

Browse files
chore(deps-dev): Bump dotenv-cli from 7.3.0 to 8.0.0
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] <[email protected]>
1 parent 90091c3 commit 0dd62c5

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@typescript-eslint/eslint-plugin": "5.62.0",
4848
"@typescript-eslint/parser": "5.62.0",
4949
"dotenv": "16.3.1",
50-
"dotenv-cli": "7.3.0",
50+
"dotenv-cli": "8.0.0",
5151
"eslint": "8.52.0",
5252
"eslint-config-prettier": "9.0.0",
5353
"eslint-plugin-header": "3.1.1",

yarn.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,9 +2219,10 @@ create-jest@^29.7.0:
22192219
jest-util "^29.7.0"
22202220
prompts "^2.0.1"
22212221

2222-
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2223-
version "7.0.3"
2224-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
2222+
cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
2223+
version "7.0.6"
2224+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2225+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
22252226
dependencies:
22262227
path-key "^3.1.0"
22272228
shebang-command "^2.0.0"
@@ -2371,11 +2372,12 @@ doctrine@^3.0.0:
23712372
dependencies:
23722373
esutils "^2.0.2"
23732374

2374-
2375-
version "7.3.0"
2376-
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-7.3.0.tgz#21e33e7944713001677658d68856063968edfbd2"
2375+
2376+
version "8.0.0"
2377+
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-8.0.0.tgz#cea1519f5a06c7372a1428fca4605fcf3d50e1cf"
2378+
integrity sha512-aLqYbK7xKOiTMIRf1lDPbI+Y+Ip/wo5k3eyp6ePysVaSqbyxjyK3dK35BTxG+rmd7djf5q2UPs4noPNH+cj0Qw==
23772379
dependencies:
2378-
cross-spawn "^7.0.3"
2380+
cross-spawn "^7.0.6"
23792381
dotenv "^16.3.0"
23802382
dotenv-expand "^10.0.0"
23812383
minimist "^1.2.6"

0 commit comments

Comments
 (0)