From a91f4cbaee8cb9e8299f2ed60622baec383a2d9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 01:34:58 +0000 Subject: [PATCH] fix(deps): update dependency @dotenvx/dotenvx to ^1.35.0 (#2440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@dotenvx/dotenvx](https://redirect.github.com/dotenvx/dotenvx) | [`^1.34.0` -> `^1.35.0`](https://renovatebot.com/diffs/npm/@dotenvx%2fdotenvx/1.34.0/1.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@dotenvx%2fdotenvx/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@dotenvx%2fdotenvx/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@dotenvx%2fdotenvx/1.34.0/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@dotenvx%2fdotenvx/1.34.0/1.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dotenvx/dotenvx (@​dotenvx/dotenvx) ### [`v1.35.0`](https://redirect.github.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#1350) [Compare Source](https://redirect.github.com/dotenvx/dotenvx/compare/v1.34.0...v1.35.0) ##### Added - `npx dotenvx precommit` support as a convenience ([#​523](https://redirect.github.com/dotenvx/dotenvx/pull/523)) - `main.get` method ([#​524](https://redirect.github.com/dotenvx/dotenvx/pull/524)) The addition of `main.get` facilitates what we term Decryption at Access, a concept explored in greater detail in our [whitepaper](https://dotenvx.com/dotenvx.pdf).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/rustymotors/server). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d7eba9f69..a5ded7045 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "type": "module", "dependencies": { "@databases/pg": "^5.5.0", - "@dotenvx/dotenvx": "^1.34.0", + "@dotenvx/dotenvx": "^1.35.0", "@fastify/sensible": "^6.0.3", "@mikro-orm/core": "^6.4.5", "@mikro-orm/postgresql": "^6.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4a5712005..b324c39bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.5.0 version: 5.5.0(typescript@5.7.3) '@dotenvx/dotenvx': - specifier: ^1.34.0 - version: 1.34.0 + specifier: ^1.35.0 + version: 1.35.0 '@fastify/sensible': specifier: ^6.0.3 version: 6.0.3 @@ -1308,8 +1308,8 @@ packages: '@databases/with-container@2.1.1': resolution: {integrity: sha512-iHsOn/6ElWuGpcytgNh9ZAvFd78G0ikOMWj0DtMTB4fXVqRA5uYZpLpLv/fvwL895xT7VTbVA6HV3YoY0yuQUg==} - '@dotenvx/dotenvx@1.34.0': - resolution: {integrity: sha512-+Dp/xaI3IZ4eKv+b2vg4V89VnqLKbmJ7UZ7unnZxMu9SNLOSc2jYaXey1YHCJM+67T0pOr2Gbej3TewnuoqTWQ==} + '@dotenvx/dotenvx@1.35.0': + resolution: {integrity: sha512-MOBRAdEAd9lUKUmd8bfs9KKYEJtZQAqPqa574O6I4K+/9A8JNHQr0dfNSMAA9025TArYNLovKnwIM5f+ejsA/Q==} hasBin: true '@ecies/ciphers@0.2.1': @@ -8651,7 +8651,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@dotenvx/dotenvx@1.34.0': + '@dotenvx/dotenvx@1.35.0': dependencies: commander: 11.1.0 dotenv: 16.4.7