Skip to content

dependabot npm(deps): bump dotenv from 16.0.3 to 16.1.4

Depen d'Abot requested to merge dependabot-npm_and_yarn-dotenv-16.1.4 into master

Bumps dotenv from 16.0.3 to 16.1.4.

Changelog

Sourced from dotenv's changelog.

16.1.4 (2023-06-04)

Added

  • Added .github/ to .npmignore #747

16.1.3 (2023-05-31)

Removed

  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

16.1.2 (2023-05-31)

Changed

  • Exposed private function _configDotenv as configDotenv. #744

16.1.1 (2023-05-30)

Added

  • Added type definition for decrypt function

Changed

  • Fixed {crypto: false} in packageJson.browser

16.1.0 (2023-05-30)

Added

  • Add populate convenience method #733
  • Accept URL as path option #720
  • Add dotenv to npm fund command
  • Spanish language README #698
  • Add .env.vault support. 🎉 (#730)

.env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed

  • Fixed "cannot resolve 'fs'" error on tools like Replit #693
Commits

Merge request reports