Skip to content

Commit

Permalink
chore(deps-dev): bump dotenv-cli from 7.3.0 to 8.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 5792e72 commit 034e9f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/jest": "^29.2.2",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.1.0",
"dotenv-cli": "^8.0.0",
"jest": "^29.3.1",
"semantic-release": "^23.0.2",
"tsukuru": "^0.8.0",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4939,6 +4939,17 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.6":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
path-key: "npm:^3.1.0"
shebang-command: "npm:^2.0.0"
which: "npm:^2.0.1"
checksum: 10/0d52657d7ae36eb130999dffff1168ec348687b48dd38e2ff59992ed916c88d328cf1d07ff4a4a10bc78de5e1c23f04b306d569e42f7a2293915c081e4dfee86
languageName: node
linkType: hard

"crypto-random-string@npm:^4.0.0":
version: 4.0.0
resolution: "crypto-random-string@npm:4.0.0"
Expand Down Expand Up @@ -5078,17 +5089,17 @@ __metadata:
languageName: node
linkType: hard

"dotenv-cli@npm:^7.1.0":
version: 7.3.0
resolution: "dotenv-cli@npm:7.3.0"
"dotenv-cli@npm:^8.0.0":
version: 8.0.0
resolution: "dotenv-cli@npm:8.0.0"
dependencies:
cross-spawn: "npm:^7.0.3"
cross-spawn: "npm:^7.0.6"
dotenv: "npm:^16.3.0"
dotenv-expand: "npm:^10.0.0"
minimist: "npm:^1.2.6"
bin:
dotenv: cli.js
checksum: 10/bc48e9872ed451aa7633cfde0079f5e4b40837d49dca4eab947682c80f524bd1e63ec31ff69b7cf955ff969185a05a343dd5d754dd5569e4ae31f8e9a790ab1b
checksum: 10/3acbc2712f97de5a7b916e2e611682377b5f62efb7ebe63ede314800bedd9c63e9ae1e8b1f819efe0e87f9d813842695cfed991a276290a79cac63d48c60df05
languageName: node
linkType: hard

Expand Down Expand Up @@ -9848,7 +9859,7 @@ __metadata:
"@semantic-release/release-notes-generator": "npm:^14.0.1"
"@types/jest": "npm:^29.2.2"
cross-env: "npm:^7.0.3"
dotenv-cli: "npm:^7.1.0"
dotenv-cli: "npm:^8.0.0"
jest: "npm:^29.3.1"
semantic-release: "npm:^23.0.2"
tsukuru: "npm:^0.8.0"
Expand Down

0 comments on commit 034e9f2

Please sign in to comment.