Bump dotenv from 16.0.3 to 16.1.3 (#8623)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.1.3.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.0.3...v16.1.3)

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

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]
2023-06-05 19:45:49 +02:00
committed by GitHub
parent f5abce8baa
commit 9bf30a6b66
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -88,7 +88,7 @@
"commander": "6.2.1",
"cspell": "^5.5.1",
"css-loader": "^6.7.4",
"dotenv": "16.0.3",
"dotenv": "16.1.3",
"editorjs-text-color-plugin": "1.13.1",
"eslint": "^8.36.0",
"eslint-plugin-ban": "^1.6.0",
@@ -31884,12 +31884,15 @@
}
},
"node_modules/dotenv": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"version": "16.1.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.3.tgz",
"integrity": "sha512-FYssxsmCTtKL72fGBSvb1K9dRz0/VZeWqFme/vSb7r7323x4CRaHu4LvQ5JG3+s6yt2YPbBrkpiEODktfyjI9A==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/dotenv-expand": {

View File

@@ -132,7 +132,7 @@
"commander": "6.2.1",
"cspell": "^5.5.1",
"css-loader": "^6.7.4",
"dotenv": "16.0.3",
"dotenv": "16.1.3",
"editorjs-text-color-plugin": "1.13.1",
"eslint": "^8.36.0",
"eslint-plugin-ban": "^1.6.0",