Skip to content

[Snyk] Upgrade: deepmerge, dotenv-flow#114

Open
emyann wants to merge 1 commit intomasterfrom
snyk-upgrade-63965dc8032e72f12adfebc8f41c4c95
Open

[Snyk] Upgrade: deepmerge, dotenv-flow#114
emyann wants to merge 1 commit intomasterfrom
snyk-upgrade-63965dc8032e72f12adfebc8f41c4c95

Conversation

@emyann
Copy link
Owner

@emyann emyann commented Sep 13, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on

deepmerge
from 4.2.2 to 4.3.1 | 2 versions ahead of your current version | a year ago
on 2023-03-16
dotenv-flow
from 3.2.0 to 3.3.0 | 3 versions ahead of your current version | a year ago
on 2023-08-26

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
601 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-IMMER-1540542
601 Proof of Concept
medium severity Information Exposure
SNYK-JS-NODEFETCH-2342118
601 No Known Exploit
Release notes
Package name: deepmerge from deepmerge GitHub release notes
Package name: dotenv-flow
  • 3.3.0 - 2023-08-26

    What's Changed

    • Added the ability to import dotenvFlow from 'dotenv-flow' or require 'dotenv-flow/config' for importing and autoloading environment variables from TS/ES6+ by @ perrin4869 in #57 (commit a20c0f)
    • Upgrade dotenv to v8.6.0 (fully backward compatible with dotenv-flow@v3.x branch)
    • Upgrade test dependencies (mocha, chai, sinon, etc.).

    Bug Fixes

    • Fixed: When options.purge_dotenv is provided, load the rest of .env* files even if .env doesn't exist (07502e3), closes #50

    New Contributors

    Full Changelog

    v3.2.0...v3.3.0

  • 3.3.0-rc.2 - 2023-08-25

    chore(release): v3.3.0-rc.2

  • 3.3.0-rc.1 - 2023-08-20

    chore(release): v3.3.0-rc.1

  • 3.2.0 - 2020-06-27

    chore(release): v3.2.0

from dotenv-flow GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade:
  - deepmerge from 4.2.2 to 4.3.1.
    See this package in npm: https://www.npmjs.com/package/deepmerge
  - dotenv-flow from 3.2.0 to 3.3.0.
    See this package in npm: https://www.npmjs.com/package/dotenv-flow

See this project in Snyk:
https://app.snyk.io/org/emyann/project/aaed50ea-1579-46c6-87ab-67f9a58a5579?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

config({purge_dotenv=true}) fails to load any environment if .env not found

2 participants