Skip to content

Commit

Permalink
Bump dotenv-flow from 3.3.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.3.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.3.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 Sep 29, 2024
1 parent d80398c commit 91c1087
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"axios": "1.7.7",
"cache-manager": "5.7.6",
"dedent": "0.7.0",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"e2b": "0.13.1",
"exponential-backoff": "3.1.1",
"googleapis": "133.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"buffer": "6.0.3",
"clsx": "1.2.1",
"date-fns": "4.1.0",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"elkjs": "0.9.3",
"emoji-mart": "5.2.1",
"fractional-indexing": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-integration-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@temporalio/workflow": "1.11.2",
"agentkeepalive": "4.5.0",
"axios": "1.7.7",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"tsx": "4.19.1",
"typescript": "5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.11.0",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"file-loader": "6.2.0",
"fs-extra": "11.1.0",
"html-loader": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"agentkeepalive": "4.5.0",
"apollo-datasource": "3.3.2",
"axios": "1.7.7",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"exponential-backoff": "3.1.1",
"googleapis": "133.0.0",
"logform": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"check-dependency-version-consistency": "3.0.3",
"concurrently": "7.6.0",
"cross-env": "7.0.3",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"husky": "8.0.3",
"lint-staged": "15.2.10",
"lockfile-lint": "4.14.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/hash-backend-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@opentelemetry/semantic-conventions": "1.27.0",
"@ory/client": "1.1.41",
"artillery": "2.0.20",
"dotenv-flow": "3.3.0",
"dotenv-flow": "4.1.0",
"uuid": "9.0.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16296,12 +16296,12 @@ dotenv-expand@^10.0.0:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==

dotenv-flow@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/dotenv-flow/-/dotenv-flow-3.3.0.tgz#e22341c035d5672b923bf76feb35999f728ee456"
integrity sha512-GLSvRqDZ1TGhloS6ZCZ5chdqqv/3XMqZxAnX9rliJiHn6uyJLguKeu+3M2kcagBkoVCnLWYfbR4rfFe1xSU39A==
dotenv-flow@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/dotenv-flow/-/dotenv-flow-4.1.0.tgz#a78e79dcaf08a48200192eb5ed1e5af11062b861"
integrity sha512-0cwP9jpQBQfyHwvE0cRhraZMkdV45TQedA8AAUZMsFzvmLcQyc1HPv+oX0OOYwLFjIlvgVepQ+WuQHbqDaHJZg==
dependencies:
dotenv "^8.6.0"
dotenv "^16.0.0"

dotenv-webpack@^8.0.1:
version "8.1.0"
Expand All @@ -16315,7 +16315,7 @@ dotenv@^16.0.0, dotenv@^16.0.1, dotenv@^16.3.1, dotenv@^16.4.5:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==

dotenv@^8.1.0, dotenv@^8.2.0, dotenv@^8.6.0:
dotenv@^8.1.0, dotenv@^8.2.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity "sha1-Bhr2ZNGff02PxuT/m1hM4jety4s= sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g=="
Expand Down

0 comments on commit 91c1087

Please sign in to comment.