Skip to content

Commit

Permalink
fix(deps): bump dotenv-flow from 3.2.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/kerimdzhanov/dotenv-flow/releases)
- [Changelog](https://github.com/kerimdzhanov/dotenv-flow/blob/master/CHANGELOG.md)
- [Commits](kerimdzhanov/dotenv-flow@v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: dotenv-flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent f06feb1 commit ad72595
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 43 deletions.
65 changes: 25 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cors": "2.8.5",
"dataloader": "2.2.2",
"deep-object-diff": "1.1.9",
"dotenv-flow": "3.2.0",
"dotenv-flow": "4.1.0",
"express": "4.18.1",
"express-async-errors": "3.1.1",
"file-type": "16.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/convertbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"compression": "1.7.4",
"dotenv-flow": "3.2.0",
"dotenv-flow": "4.1.0",
"express": "4.18.1",
"express-async-errors": "3.1.1",
"helmet": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@elastic/elasticsearch": "7.13.0",
"@slack/bolt": "3.17.1",
"dotenv-flow": "3.2.0",
"dotenv-flow": "4.1.0",
"express": "4.18.1",
"module-alias": "2.2.3",
"reflect-metadata": "0.1.13",
Expand Down

0 comments on commit ad72595

Please sign in to comment.