Build(deps-dev): Bump dotenv-expand from 5.1.0 to 8.0.1 (#2435)

Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 5.1.0 to 8.0.1.
- [Release notes](https://github.com/motdotla/dotenv-expand/releases)
- [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv-expand/compare/v5.1.0...v8.0.1)

---
updated-dependencies:
- dependency-name: dotenv-expand
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-10 20:30:24 +00:00 committed by GitHub
parent b76627a599
commit a9993e7525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7292,9 +7292,9 @@
"dev": true
},
"dotenv-expand": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
"integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-8.0.1.tgz",
"integrity": "sha512-j/Ih7bIERDR5PzI89Zu8ayd3tXZ6E3dbY0ljQ9Db0K87qBO8zdLsi2dIvDHMWtjC3Yxb8XixOTHAtia0fDHRpg==",
"dev": true
},
"duplexify": {

View File

@ -87,7 +87,7 @@
"connect-history-api-fallback": "^1.6.0",
"cspell": "^5.16.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"dotenv-expand": "8.0.1",
"envsub": "^4.0.7",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.25.4",