Bump dotenv from 16.0.3 to 16.1.1 (#9675)

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

---
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-05-31 19:25:29 +02:00
committed by GitHub
parent 9ea2a25450
commit ef23520713
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"cldr-localenames-full": "^43.0.0",
"concat-files": "^0.1.1",
"d3": "~7.8.4",
"dotenv": "^16.0.3",
"dotenv": "^16.1.1",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.17.19",
"esbuild-visualizer": "^0.4.0",
@@ -3356,11 +3356,15 @@
}
},
"node_modules/dotenv": {
"version": "16.0.3",
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.1.tgz",
"integrity": "sha512-UGmzIqXU/4b6Vb3R1Vrfd/4vGgVlB+mO+vEixOdfRhLeppkyW2BMhuK7TL8d0el+q9c4lW9qK2wZYhNLFhXYLA==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/duplexer2": {
@@ -12014,7 +12018,9 @@
}
},
"dotenv": {
"version": "16.0.3",
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.1.tgz",
"integrity": "sha512-UGmzIqXU/4b6Vb3R1Vrfd/4vGgVlB+mO+vEixOdfRhLeppkyW2BMhuK7TL8d0el+q9c4lW9qK2wZYhNLFhXYLA==",
"dev": true
},
"duplexer2": {

View File

@@ -86,7 +86,7 @@
"cldr-localenames-full": "^43.0.0",
"concat-files": "^0.1.1",
"d3": "~7.8.4",
"dotenv": "^16.0.3",
"dotenv": "^16.1.1",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.17.19",
"esbuild-visualizer": "^0.4.0",