Skip to content

Commit

Permalink
Update dependency dotenv-expand to v11.0.7 (#3083)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dotenv-expand](https://redirect.github.com/motdotla/dotenv-expand) | [`11.0.6` -> `11.0.7`](https://renovatebot.com/diffs/npm/dotenv-expand/11.0.6/11.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv-expand/11.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv-expand/11.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dotenv-expand/11.0.6/11.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv-expand/11.0.6/11.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>motdotla/dotenv-expand (dotenv-expand)</summary>

### [`v11.0.7`](https://redirect.github.com/motdotla/dotenv-expand/blob/HEAD/CHANGELOG.md#1107-2024-11-13)

[Compare Source](https://redirect.github.com/motdotla/dotenv-expand/compare/v11.0.6...v11.0.7)

##### Changed

-   🐞 fix self-expanding undefined variable with default value ([#&#8203;126](https://redirect.github.com/motdotla/dotenv-expand/pull/126))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 8ab08d7 commit d37c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"devDependencies": {
"@vercel/ncc": "0.38.2",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6"
"dotenv-expand": "11.0.7"
}
}

0 comments on commit d37c6ca

Please sign in to comment.