From 6935363ea3066530b2ac059fd4d32512b66e4862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 16:31:51 +0000 Subject: [PATCH] fix(deps): Bump env-var from 7.4.1 to 7.4.2 (#177) Bumps [env-var](https://github.com/evanshortiss/env-var) from 7.4.1 to 7.4.2.
Release notes

Sourced from env-var's releases.

7.4.2

Changelog

Sourced from env-var's changelog.

7.4.2 (10/08/2024)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=env-var&package-manager=npm_and_yarn&previous-version=7.4.1&new-version=7.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index febb96a..6670759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@aws-sdk/client-kms": "^3.428.0", "@google-cloud/kms": "^4.2.0", "@peculiar/webcrypto": "^1.4.6", - "env-var": "^7.4.1", + "env-var": "^7.4.2", "fast-crc32c": "^2.0.0", "uuid4": "^2.0.3", "webcrypto-core": "^1.7.8" @@ -3656,9 +3656,9 @@ } }, "node_modules/env-var": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/env-var/-/env-var-7.4.1.tgz", - "integrity": "sha512-H8Ga2SbXTQwt6MKEawWSvmxoH1+J6bnAXkuyE7eDvbGmrhIL2i+XGjzGM3DFHcJu8GY1zY9/AnBJY8uGQYPHiw==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/env-var/-/env-var-7.4.2.tgz", + "integrity": "sha512-xz2z3C9e89dWiy1dXTcp5UiYQ13i8YhDjeBBTwZbAvqoo10KfSCzAVq2yyzWno9Q/7urgNSVU6suD4ueqgVr8Q==", "engines": { "node": ">=10" } @@ -11420,9 +11420,9 @@ } }, "env-var": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/env-var/-/env-var-7.4.1.tgz", - "integrity": "sha512-H8Ga2SbXTQwt6MKEawWSvmxoH1+J6bnAXkuyE7eDvbGmrhIL2i+XGjzGM3DFHcJu8GY1zY9/AnBJY8uGQYPHiw==" + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/env-var/-/env-var-7.4.2.tgz", + "integrity": "sha512-xz2z3C9e89dWiy1dXTcp5UiYQ13i8YhDjeBBTwZbAvqoo10KfSCzAVq2yyzWno9Q/7urgNSVU6suD4ueqgVr8Q==" }, "error-ex": { "version": "1.3.2", diff --git a/package.json b/package.json index 0fe0ac9..539aba0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@aws-sdk/client-kms": "^3.428.0", "@google-cloud/kms": "^4.2.0", "@peculiar/webcrypto": "^1.4.6", - "env-var": "^7.4.1", + "env-var": "^7.4.2", "fast-crc32c": "^2.0.0", "uuid4": "^2.0.3", "webcrypto-core": "^1.7.8"